Forum Activity for @famegroup

alt=
@famegroup
02/09/16 08:40:50PM
15 posts

Multiple photos appearing in the edit page


Design and Skin Customization

Hi Jamroom,
I have created the different image fields in the jrprofile.
so now i have
profile_image
profile_image_header
profile_image_body

after i upload the images then goto update them again, i find in the update page http://localhost/profile/settings i find the 3 images appear in profile_image row of the table next to each other and as well there field.
Another thing if i wanted to change the bio text it will ask me to upload the photos again in all of there 3 fields.

strange...

updated by @famegroup: 05/10/16 02:53:05AM
alt=
@famegroup
02/09/16 08:35:50PM
15 posts

Must have a contact us Form for Profiles


Suggestions

Hi, it's strange Jamroom hasn't made a contact form page for profiles. I know there is a module for the main parent pages. but there should be forms for a profile user to create forms. this will allow the user flexibility
updated by @famegroup: 05/11/16 04:53:43PM
alt=
@famegroup
02/09/16 08:33:21PM
15 posts

Module for CRM


Suggestions

As Jamroom is expanding, it can start be used a small and medium businesses .
it will be good if there was a jrmodule for some major CRM such as salesforce
updated by @famegroup: 05/11/16 05:48:45PM
alt=
@famegroup
02/03/16 09:59:57AM
15 posts

Using Checkbox to display different blog items


Design and Skin Customization

Hi Jamroom,
Can somebody help me out as im alittle confused. What i am trying to achieve is that when a user creates a blog item he select if the blog will appear on his profile page or on the main page. So i created to checkboxes called blog_domestic and blog_global

Now when i use the jrlist function i need 2 functions and how will i add the search item in it

for the MAIN PAGE will i search like this to display all profiles that want there news items to appear on the main page?

jrCore_list module=jrBlog profile_id=DOLLAR_profile_id search1=blog_global == yesorder_by=blog_display_order numerical_asc template=item_global.tpl pagebreak=8 page=DOLLAR_post.p pager=true

and only show user profiel page it will be
jrCore_list module=jrBlog search1=blog_publish_date DOLLARsmarty.now search2= blog_domestic == yes order_by="blog_publish_date desc" pagebreak=10 page=DOLLAR_post.p pager=true

is this correct?
updated by @famegroup: 05/08/16 07:12:18AM
alt=
@famegroup
02/02/16 10:40:11AM
15 posts

Form Designer issue


Design and Skin Customization

aha so i need to go to the form designer for update section and recreate the same fields as i cant see the check box.

further in the form design for jrblog it says ontop

The following designer forms have not been setup yet for this module:

news/update

These forms will be initialized the first time they are viewed. It is recommended that you view all forms for this module before using the Form Designer.

what does this mean?
alt=
@famegroup
02/02/16 10:13:50AM
15 posts

Form Designer issue


Design and Skin Customization

Hi, can you explain why in form designer when i create new fields they dont show up when i goto update the item. It only shows me the original fields and not the ones that i created
updated by @famegroup: 05/04/16 02:52:42AM
alt=
@famegroup
02/01/16 02:27:26AM
15 posts

Category and sub categories


Design and Skin Customization

Hi, can somebody recommend the best way in doing this. basically i want to show the parent cateogry and sub catergories in the menu section in the profile.

So for example if a user used jrPage and he created a category name called about me and then he created 5 different pages in the "about me" category and 3 other pages in another category called "Contacts" the menu will list all the categorys and pages linked to that category

About Me Contact
Pagename1 otherPagenamexx
PAgename2 otherpagename2xx
page3 otherpagexx
updated by @famegroup: 05/02/16 06:05:23PM
alt=
@famegroup
09/18/14 04:56:25AM
15 posts

how can i insert new {key, value} pair to existing table?


Jamroom Developers

I need to insert a new value to my item_key table. how can i do it

mymodule_item_key

example: module_status(key)
1 (value)
updated by @famegroup: 10/22/14 03:11:22PM
alt=
@famegroup
12/22/13 11:53:22AM
15 posts

How to register JS or Css in the footer


Jamroom Developers

so wehats this mean in the nova footer.tpl
{if isset($css_footer_href)}
{foreach from=$css_footer_href item="_css"}

{/foreach}
{/if}
{if isset($javascript_footer_href)}
{foreach from=$javascript_footer_href item="_js"}

{/foreach}
{/if}
{if isset($javascript_footer_function)}

{$javascript_footer_function}

{/if}
1