Forum Activity for @paul

paul
@paul
03/19/18 06:14:38AM
4,335 posts

Find new music Search module


Installation and Configuration

Thanks - understood now.
There isn't a limit on the number of influenced a profile can add, as such, but adding 50 'influences' to a text field is a lot so am wondering if the entire string made it un-truncated to the database. Check the profile_item_key table for that profile. Look at the 'profile_influences' value to see if the string you entered is all there.
paul
@paul
03/19/18 05:12:56AM
4,335 posts

Selling


Installation and Configuration

You can use either PayPal, FoxyCart or Stripe as a payment gateway. Select and configure the one you want then enable the module for the quotas of the profiles you want to allow to sell downloads. Users will then get the option of adding a price to their audio items. If they do, a 'Buy Now' option will show by the item when it is listed. You also get to configure your commission etc.

Once the Payment module is installed, you can also add the Subscription and Products modules to allow users to subscribe to alternative quotas, and to allow them to sell tangible goods.
hth
paul
@paul
03/19/18 04:10:14AM
4,335 posts

Selling


Installation and Configuration

Use the Payment module - https://www.jamroom.net/the-jamroom-network/networkmarket/470/payment-support - That has replaced the older FoxyCart module.
hth
paul
@paul
03/19/18 04:08:17AM
4,335 posts

Find new music Search module


Installation and Configuration

Not too sure what you are asking. Can you give more detail?
Thanks
paul
@paul
03/16/18 02:26:11PM
4,335 posts

Regarding the FAQ Module


Design and Skin Customization

As I’m sure you realise, everything in JR is ‘owned’ by a profile, so what you need to do is create a quota called ‘faq quota’, say, then enable the faq module just for that quota. Then create a profile named ‘faq’, say, then create your FAQs as that profile. Then add a menu link to the profile’s faq list.
Hth
paul
@paul
03/16/18 01:21:47PM
4,335 posts

Regarding the FAQ Module


Design and Skin Customization

The FAQ module is similar to other 'item' modules like Blog, Audio, Gallery etc. Just install and enable the module, enable profile quota(s) that will see the module, then a menu item for FAQs will show on the quota enabled profile pages.
hth
paul
@paul
03/16/18 09:18:59AM
4,335 posts

Celebrity Skin Biography


Design and Skin Customization

The problem here is that you said you were using the Celebrity skin when in fact FollowMe is set as your active skin and you have made changes to its profile_info.tpl and not Celebrity.
You are also using the ProfileTweaks module and have your profile set to the Celebrity skin. That is why you are not seeing any changes.
Edit the Celebrity profile_info.tpl as described above and you should be good to go.
hth
paul
@paul
03/16/18 08:16:49AM
4,335 posts

Can "private notes" have a delayed sending option that allows last-minute revision of a message?


Suggestions

This applies to any messaging these days, not just JR Private Notes. Just need to get into the habit of checking everything before hitting send!!
paul
@paul
03/15/18 12:40:12PM
4,335 posts

Celebrity Skin Biography


Design and Skin Customization

For the profile bio edit the skin's profile_info.tpl template. At line 29 see this -
                            <div class="bio">
                                {$profile_bio|jrCore_format_string|jrCore_strip_html|truncate:160}
                            </div>

                            {if strlen($profile_bio) > 160}
                                <br>
                                <a class="full_bio" onclick="jrCelebrity_modal('#bio_modal')">{jrCore_lang skin="jrCelebrity" id=132 default="Read Full Biography"}</a>
                            {/if}

Remove the truncate modifier and the 'read more' link -
                            <div class="bio">
                                {$profile_bio|jrCore_format_string|jrCore_strip_html}
                            </div>
paul
@paul
03/15/18 07:45:45AM
4,335 posts

Jamroom Sites Slow on Dedicated Server


Proxima

router.php is a critical Jamroom file and is used on every access to the site. It looks at the incoming URL and routes as appropriate. This file is not causing any server loading issues.
hth
  106