Forum Activity for @douglas

douglas
@douglas
10/18/18 06:59:15AM
2,802 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,802 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,802 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,802 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,802 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,802 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,802 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,802 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!
douglas
@douglas
10/12/18 05:11:33AM
2,802 posts

mp3 import tool


Using Jamroom

izhmel:
Pay pal emails missing from import tool, it use to be in the older versions, it takes too long to do all the profiles https://dubscientist.com/

PayPal emails are set in the profile module, not the audio module, so it isn't going to set that for you when using the MP3 import tool, I'm not even sure you can get an email address from an MP3 file?

Hope this helps!
douglas
@douglas
10/09/18 08:14:48AM
2,802 posts

Banner Ads on Follow Me Skin


Installation and Configuration

I just updated the jrFollowMe skin in the Marketplace with Ad place holders like ProJam and MediaPro. By default, all ads are turned off for the FollowMe skin, you'll have to turn them on via the skin settings > ads tab.

Let me know if you see any issues.

Hope this helps!
  38