Forum Activity for @douglas

douglas
@douglas
08/16/17 11:08:29AM
2,812 posts

Moving the up button


Using Jamroom

Hello Perrie,

Your looking for the CSS style for the button and It should still be in your skins/YOURSKIN/css/footer.css file.

Hope this helps!
douglas
@douglas
08/14/17 08:23:31AM
2,812 posts

Is it possible to rearrange the module tabs?


Ning To Jamroom

Yes, you can use the order parameter in your jrProfile_menu function which should be in your skins profile_header.tpl.

Example:
{jrProfile_menu template=$menu_template profile_quota_id=$profile_quota_id profile_url=$profile_url order="jrAction,jrBlog,jrCombinedAudio,jrAudio,jrCombinedVideo,jrVideo,jrGallery,jrGroup,jrEvent,jrYouTube,jrVimeo,jrFlickr"}

Hope this helps!
douglas
@douglas
08/14/17 08:06:36AM
2,812 posts

Use of blockquote tag in tinyMCE under Follow Me skin


Design and Skin Customization

Make sure you've allowed the HTML tag in the Allowed HTML Tags field for the quotas you want to give permission to.

ACP > Core >System Core > Quota Config

/core/admin/quota

Hope this helps!
updated by @douglas: 08/14/17 08:06:50AM
douglas
@douglas
08/12/17 07:34:53AM
2,812 posts

Remove "ABOUT" title?


Ning To Jamroom

Just tested this on my dev site, and you don't have to enter a title for the widget at all.

Hope this helps!
douglas
@douglas
08/12/17 07:32:21AM
2,812 posts

Remove "ABOUT" title?


Ning To Jamroom

You can just add a space to the widget title if you don't want a title at all.

Hope this helps!
douglas
@douglas
08/08/17 09:35:26AM
2,812 posts

Help needed for sign up questions


Using Jamroom

perrie:
Paul,
I'm not seeing that. Please look at screenshot

That is the Core Quota Config, you need the Users Quota Config
ACP=>Users=>Users=>Quota Config

Hope this helps!
douglas
@douglas
08/08/17 05:34:03AM
2,812 posts

Help needed for sign up questions


Using Jamroom

perrie:
Hi Strumelia,
Well, I think we just found the problem. I don;'t have both options. In fact is says that I don't have the user sign up set up, which of course I know I did. I've attached what my page looks like. Hummm.. I have had a pile of crazy glitches lately and I am not sure why...

Point your browser to your user/signup page, then click the Form Designer button, that should make both the signup and modify forms available.

Hope this helps!
douglas
@douglas
07/27/17 06:42:11AM
2,812 posts

Embed The Playlist Player In An External Site


Design and Skin Customization

Your correct, that isn't going to work but this should, just tested it.

test.tpl

{jrCore_list module="jrAudio" order_by="_item_id desc" limit="1" template="standalone_player.tpl" profile_id="24044"}

standalone_player.tpl

{if isset($_items)}
{foreach $_items as $item}
{jrCore_media_player module="jrAudio" field="audio_file" search1="_profile_id = `$_items.0._profile_id`" order_by="audio_file_track numerical_asc" limit="50" autoplay=false}
{/foreach}
{/if}

Hope this helps!
  57