Forum Activity for @douglas

douglas
@douglas
10/19/18 05:41:01AM
2,797 posts

how can i show Subscription Plans under a menu


Using Jamroom

There is a subscribe.tpl in the subscribe modules template directory. You can override that template in your skin...

Override A Modules Template
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1051/altering-a-modules-template#override-a-modules-template

then alter it to suit your design needs.

Hope this helps!
updated by @douglas: 10/19/18 05:41:38AM
douglas
@douglas
10/18/18 07:13:47AM
2,797 posts

how can i show Subscription Plans under a menu


Using Jamroom


It actually does work, we have just not had time to add content for the modules doc page, thanks for the heads up though.
douglas
@douglas
10/18/18 07:11:08AM
2,797 posts

profiles under members


Using Jamroom

izhmel:
this is the correct one https://dubscientist.com/members

At a guess, since your using a modified Nova skin, you most likely have not set the "Artist Quota ID" and "Member Quota ID" in your skin settings.

Hope this helps!
douglas
@douglas
10/18/18 07:07:08AM
2,797 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,797 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,797 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,797 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,797 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,797 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,797 posts

Terms page module not working for my native language


Using Jamroom

Which skin is this for?

Thanks!
  37