Forum Activity for @paul

paul
@paul
11/20/15 01:59:51AM
4,335 posts

embed issues


Using Jamroom

In Nova this option is under the 'Radio and TV' section.
paul
@paul
11/20/15 01:49:47AM
4,335 posts

Problem with paypal option


Installation and Configuration

I'm not seeing this issue. I created an audio item and have changed it price from 0.50 to 1.95 and the PP button always shows.
Can you outline any steps to re-create the issue?
paul
@paul
11/19/15 01:22:37PM
4,335 posts

Shorten wasted vertical space in "About" blog?


Using Jamroom

In your skin's index_about.tpl remove lines 6 - 12 inclusive -
            {if jrUser_is_master() && jrUser_is_admin()}
                <div class="block_config">
                    <a href="{$jamroom_url}/{$item.profile_url}/{$burl}/{$item._item_id}/{$item.blog_title_url}">{jrCore_icon icon="gear"}</a>
                </div>
            {/if}
            <h3>{$item.blog_title}</h3><br>
            <br>

This will remove the blog title and the update button. Note that the update button wouldn't have shown to visitors anyway and you can still get to the blog update via your profile page.
hth
paul
@paul
11/19/15 11:10:13AM
4,335 posts

How do I get an RSS feed onto a module?


Using Jamroom

Checkout the documentation here - https://www.jamroom.net/the-jamroom-network/documentation/modules/277/feed-reader-and-rss-feeder
Do you want to read and show a feed on your site, or provide one to other sites? Either way its covered in the docs. http://thenewstalkers.com/feed/discussion provides a feed of your latest discussions.
paul
@paul
11/19/15 01:44:42AM
4,335 posts

ANY MORE API'S IN THE FUTURE?


Using Jamroom

Zachary Moonshine:
they let us embed them though thats interesting

How is that done? Is it just a script or a bit of code that contains a MixCloud ID? If so, it would be pretty straightforward for you to do something utilising the Aparna module.
paul
@paul
11/18/15 02:46:50AM
4,335 posts

Format Issue With Blog Posts on Main Page


Design and Skin Customization

Checkout the skins index_blogs.tpl template. Looks like blogs are being truncated -

{$item.blog_text|truncate:400:"...":false|jrCore_format_string:$item.profile_quota_id|nl2br}

So edit that if necessary.
paul
@paul
11/17/15 11:18:30AM
4,335 posts

Question About jrPhotoPro skin


Design and Skin Customization

Yeah - Select a custom template and you'll get an editor to put the above template code in.
paul
@paul
11/17/15 10:36:22AM
4,335 posts

Question About jrPhotoPro skin


Design and Skin Customization

Use the Item List widget and select Profiles as the item to list, then use the above template code there.
paul
@paul
11/16/15 01:30:39AM
4,335 posts

One Login and Password for multiple users


Using Jamroom

Quote: Could we request that in any future update?

We can check it out. In the meantime you can always disable downloads by quota within the templates.
paul
@paul
11/15/15 12:47:48PM
4,335 posts

One Login and Password for multiple users


Using Jamroom

Can't you just limit site access to logged in users (User=>Site Privacy) ?
  251