Forum Activity for @paul

paul
@paul
07/02/18 04:01:38PM
4,335 posts

Which Template has the thank you page - subscriptions


Design and Skin Customization

The skin header and footer templates will still be used on the thankyou page so you could use one of those by first testing that you’re on the right page using the $_post array values.
paul
@paul
07/02/18 05:05:34AM
4,335 posts

Affiliate Module?


Jamroom Developers

Not really - That only defines which quotas to 'show' the affiliate script to.
Where do you want the script to show on the page(s) of the profiles in those quotas?
paul
@paul
07/02/18 04:24:17AM
4,335 posts

Affiliate Module?


Jamroom Developers

Presumably this is to go on a profile page, or pages? The template it goes in depends on whereabouts you want it to show. Then you'll need to decide exactly where you want it to show in order to work out where in the template code it goes.
Also, you say it is to only show for subscribers and VIP supported profiles, so you'll need to test for the specific quota(s) -
{if $profile_quota_id == 'x'}
    // Affiliate script here
{/if}
(If the affiliate code is javascript, be sure tp wrap it in {literal} . . . {/literal} tags)

Sorry that there isn't a simple "Put it here" answer.
paul
@paul
06/26/18 05:38:08AM
4,335 posts

FollowMe skin and Charts Module


Using Jamroom

They are all used by the FollowMe skin on various item detail and listing pages. There's no reason not to 'reuse' them on any custom chart pages you create, or use them as a starting point for your own chart template(s) if need be.
paul
@paul
06/26/18 04:24:39AM
4,335 posts

Affiliate Module?


Jamroom Developers

Unfortunately not.
Jamroom5 onwards was completely new, redeveloped from the ground up.
paul
@paul
06/26/18 04:00:08AM
4,335 posts

FollowMe skin and Charts Module


Using Jamroom

Sure, the Chart module isn't skin dependent. Checkout its documentation here - https://www.jamroom.net/the-jamroom-network/documentation/modules/274/advanced-charts
Basically, once the module is installed you can then add the addition chart parameters to any jrCore_list template calls in order to create chart listings.
hth
paul
@paul
06/26/18 03:28:38AM
4,335 posts

Affiliate Module?


Jamroom Developers

This is something that is requested occasionally (do a forum search for 'affiliate') and is on our 'todo' list but a very long way down as the JR team is very busy atm with other custom work.
One way to move it up the list is by sponsoring its development. Maybe you could get together with the others who were interested and come up with a detailed module spec that we could then quote against?
Alternatively, you could investigate third party affiliate scripts that the other threads discuss?
hth
paul
@paul
06/25/18 07:10:32AM
4,335 posts

FAQ - What would be the procedue


Design and Skin Customization

If you use SiteBuilder that will overide the existing menu so you would need to rebuild it all with SB.
Maybe easier just to add the code to the menu template(s).
Something like -
<li>
    <a href="{$jamroom_url}/faqs/faq">FAQs</a>
</li>
at line 122, say (I just made that URL up - change it to wherever your FAQs reside).
paul
@paul
06/25/18 06:47:17AM
4,335 posts

FAQ - What would be the procedue


Design and Skin Customization

After you have the module installed and your FAQs built, take a look at your skin's header_menu_desktop (and header_menu_mobile) template structures, and add the link appropriately there.
It'll likely be in the section between lines 45 and 121.
hth
paul
@paul
06/23/18 07:49:48PM
4,335 posts

Which Template would I change & code


Design and Skin Customization

The instances of 'video' need changing to 'youtube', NOT 'jrYouTube'.
hth
  93