Forum Activity for @douglas

douglas
@douglas
03/29/14 10:56:36AM
2,808 posts

PayPal Module


Design and Skin Customization

The PayPal module provided by us does not support subscriptions, it only supports selling physical items and the site owner is not involved with the purchase transaction.

If you want subscriptions you'll either have to use the FoxyCart module, or create a custom module to suite your needs.

Hope this helps,
Douglas
douglas
@douglas
03/29/14 10:06:41AM
2,808 posts

PayPal Module


Design and Skin Customization

You'll want to enable the FoxyCart module, you can do that by going to the info tab. Then you see a Global Config tab that you'll need to update with your FoxyCart info.

Hope this helps,
Douglas
douglas
@douglas
03/29/14 09:25:21AM
2,808 posts

ProJam Index Page - Reviews & Articles Tab


Using Jamroom

I believe products would be the jrStore module, and you would need to modify the index.tpl, reviews.tpl and reviews_row.tpl.

index.tpl around lines 158 and 181
                    <div id="rdefault" class="p_choice_reviews" onclick="jrLoad('#reviews_div','{$jamroom_url}/reviews/songs');jrSetActiveReviews('#rdefault');" style="font-size:10px;font-weight:bold;padding-left:4px;padding-right:4px;">{jrCore_lang skin=$_conf.jrCore_active_skin id="13" default="Songs"}</div>

.......

            {jrCore_list module="jrAudio" order_by="audio_comment_count NUMERICAL_DESC" limit="5" template="reviews_row.tpl"}


That is basically the tab and the jrCore_list function for the Song Reviews.

And you should be able to tell what needs to be changed in the reviews.tpl and reviews_row.tpl.

Hope this helps,
Douglas
douglas
@douglas
03/29/14 09:00:25AM
2,808 posts

Contact Form


Installation and Configuration

Yeah, there is an issue in the jrNova footer.tpl file.

Open that file and find this:

                        {if jrCore_module_is_active('jrCustomForm')}
                            <a href="{$jamroom_url}/form/contact_us">{jrCore_lang  skin=$_conf.jrCore_active_skin id="68" default="Contact Us"}</a>
                        {else}
                            <a href="{$jamroom_url}/form/contact_us">{jrCore_lang  skin=$_conf.jrCore_active_skin id="68" default="Contact Us"}</a>
                        {/if}


and change it to this:

                        {if jrCore_module_is_active('jrCustomForm')}
                            <a href="{$jamroom_url}/form/contact_us">{jrCore_lang  skin=$_conf.jrCore_active_skin id="68" default="Contact Us"}</a>
                        {else}
                            <a href="{$jamroom_url}/contact_us">{jrCore_lang  skin=$_conf.jrCore_active_skin id="68" default="Contact Us"}</a>
                        {/if}

I'll get that update for the next Nova release.

Thanks,
Douglas
douglas
@douglas
03/29/14 06:27:20AM
2,808 posts

PayPal Module


Design and Skin Customization

Do you have a link we can check out?
douglas
@douglas
03/29/14 06:26:41AM
2,808 posts

Meta Tags Not Working


Design and Skin Customization

Ekwe:
I have set it to track, and it is showing that

Make sure when you set the variable that it is before the header.tpl include function.

It is going to be hard to guess what the issue is when we can't see the code your using or a the page your trying to use it on.
douglas
@douglas
03/29/14 06:23:49AM
2,808 posts

ProJam Index Page - Reviews & Articles Tab


Using Jamroom

And what trouble are you having?
douglas
@douglas
03/28/14 11:20:13AM
2,808 posts

Contact Form


Installation and Configuration

Make sure you are using the latest Nova templates.

ACP > Marketplace > System Updates
douglas
@douglas
03/28/14 09:32:09AM
2,808 posts

Contact Form


Installation and Configuration

Do you have a link we can check out?

Do you not see a contact us link in the footer?
  231