Forum Activity for @douglas

douglas
@douglas
05/17/15 07:45:02AM
2,807 posts

Tag cloud from specific profile quota


Design and Skin Customization

Have you tried this?

{jrTags_cloud height="300" search="quota_id = 8"}
douglas
@douglas
05/16/15 04:16:01AM
2,807 posts

About using jamroom-4.1.9 - 4.1.9 skin packs and the old flash player modules


Installation and Configuration

If you have a working JR4 site, it can be imported into a JR5 site, however none of the JR4 players, modules or skins will work with JR5, they are not compatible with each other.

If your site was deleted, why not just start fresh with a JR5 site?
douglas
@douglas
05/15/15 01:41:01PM
2,807 posts

changing default profile image


Using Jamroom

If your referring to the typewriter image, you'll want to change that in the ACP > Media > Image Support > Images tab.
douglas
@douglas
05/15/15 01:38:14PM
2,807 posts

Upgrading YouTube to newest version 1.2.0


Announcements

Is there any reason you haven't deleted your activity log? Are you keeping them for a reason or can I delete them?
douglas
@douglas
05/15/15 09:58:11AM
2,807 posts

Profile Image and Featured Image uploading problem


Genosis

You might try a different image, there may be something wrong with the image your trying to upload.
douglas
@douglas
05/15/15 09:57:41AM
2,807 posts

Profile Image and Featured Image uploading problem


Genosis

Are you seeing any errors in your system logs?
douglas
@douglas
05/15/15 07:59:41AM
2,807 posts

Upgrading YouTube to newest version 1.2.0


Announcements

If you have the Developer Mode enabled, you'll see those. They aren't really errors, I believe they are just debug entries. If you turn the Developer Mode off, they should not show.
douglas
@douglas
05/14/15 02:35:10PM
2,807 posts

PHP in TPL file?


Design and Skin Customization

Oops, sorry, that is what I meant. Thanks Brian! :)
douglas
@douglas
05/14/15 02:25:44PM
2,807 posts

PHP in TPL file?


Design and Skin Customization

You might try using the literal tags to wrap the php code in...

{literal}
PHP Code Here...
{/literal}
douglas
@douglas
05/14/15 10:28:05AM
2,807 posts

Photo Pro date and time rendering


Design and Skin Customization

Use this modifier to show the time...

|jrCore_format_time:false:"%F"

{$item.gallery_image_time|jrCore_format_time:false:"%F"}

You can use this to change how the time is displayed...

http://php.net/strftime
  152