Forum Activity for @douglas

douglas
@douglas
10/18/18 07:07:08AM
2,804 posts

how can i show Subscription Plans under a menu


Using Jamroom

Subscriptions are found in the users account section, there will be a subscription tab.

You could link to that if you like.

Hope this helps!
douglas
@douglas
10/18/18 07:03:41AM
2,804 posts

delete a Pages category


Using Jamroom

You can choose not to show that by unchecking the "Show Page Header" checkbox when creating/modifying a page.

Otherwise you would need to modify the item_index.tpl template for the jrPage module.

Hope this helps!
douglas
@douglas
10/18/18 06:59:15AM
2,804 posts

Terms page module not working for my native language


Using Jamroom

Yeah sorry, you are not using that file you are using the Terms Of Service module, in which case the title needs to have Terms in it so the module knows what to look for. I believe you would have to modify the module to change what it looks for in the title.

This can be found in the jrTOS modules include.php file around line 110

           "page_title_url like %terms%",

Hope this helps!
douglas
@douglas
10/18/18 06:51:10AM
2,804 posts

delete a Pages category


Using Jamroom

There isn't a category field for created pages and I'm not sure what text you are considering "category" in your image.

Can you elaborate a bit more on what your wanting to remove?

Thanks!
douglas
@douglas
10/18/18 06:47:37AM
2,804 posts

Embedding videos, audios and blog entries etc


Using Jamroom

Instead of different templates, you can use capture and literal tags to surround your template code in the Template Code widget... ie.

[capture name="audio_list_template" assign="audio_list_template"}
    {literal}
        Template code goes here...
    {/literal}
{/capture}
{jrCore_list module="jrAction" search1="action_item_id = 25" search2="action_module = jrAudio" limit="1" template=$audio_list_template}

Hope this helps!
douglas
@douglas
10/13/18 11:35:45AM
2,804 posts

Terms page module not working for my native language


Using Jamroom

Okay, I know Elastic2 does not come with a terms_of_serivce,tpl so I'm guessing you copied it over to the Elastic2 skin?

If that is the case you'll want to modify the template and change the search parameter in the jrCore_list function at the top....

change this:
search1="page_title_url like %terms%"

to this:
search1="page_title_url like %NEWPAGETITLE%"

change NEWPAGETITLE to the title you want to use.

Hope this helps!
douglas
@douglas
10/13/18 08:04:35AM
2,804 posts

Terms page module not working for my native language


Using Jamroom

Which skin is this for?

Thanks!
douglas
@douglas
10/13/18 05:56:09AM
2,804 posts

forum link on top menu


Using Jamroom

Since the forum is a profile feature, not a site feature, the URL will have to be sitename/profilename/forum

You could create a quota and profile named community, or something like that, and make the site forum be that profile.

Hope this helps!
douglas
@douglas
10/13/18 05:54:20AM
2,804 posts

Terms page module not working for my native language


Using Jamroom

The Terms Of Service (jrTOS) module does not require the word "Terms" in the title, are you referring to something else?
douglas
@douglas
10/12/18 07:44:07AM
2,804 posts

Banner Ads on Follow Me Skin


Installation and Configuration

You could use the modify/create profile > form designer and add a textarea field for profiles to paste their ad code into, then place that fields variable in the profile template you want the ad to show in.

Or, since you are using the FollowMe skin, you can put that in the module templates you want them to show in, ie. the jrAudio_item_detail.tpl, jrAudio_item_list.tpl or jrAudio_item_index.tpl or in all three, that would be up to you.

Although it might be best to put it in a profile template, say the profile_header.tpl, profile_footer.tpl, profile_right.tpl or profile_sidebar.tpl

Hope this helps!
  38