Forum Activity for @douglas

douglas
@douglas
05/15/15 09:57:41AM
2,812 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,812 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,812 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,812 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,812 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
douglas
@douglas
05/14/15 08:23:29AM
2,812 posts

Upgrade questions (url settings)


Installation and Configuration

You won't have to change your admin settings, but you'll want to follow this FAQ

http://archive.jamroom.net/FAQ_Change_Directory_or_Domain

And yes, that would be the correct URL.
douglas
@douglas
05/14/15 08:18:38AM
2,812 posts

jrProfile_disable_sidebar


Using Jamroom

You can check the profile_id and only use that function for that id...

{if $_profile_id == X}
{jrProfile_disable_sidebar}
{/if}

Where X is the id of your community profile.
douglas
@douglas
05/14/15 04:15:23AM
2,812 posts

Profile missing


Off Topic

There is really no way for us to know by going to that link, you'll want to send us your admin login and FTP login to support[at]jamroom[dot]net so we can take a look at your setup.

Thanks!
douglas
@douglas
05/13/15 04:54:26AM
2,812 posts

Image URL in css


Design and Skin Customization

I'm not sure if you pasted the code from your first post or not, but there is an extra space in this line:

background:#FFFFFF  url("{$mgMySlate_img_url}/menu-bg.png");

between the color code and url, that will cause it to not work.
  153