Forum Activity for @douglas

douglas
@douglas
11/14/14 05:03:04AM
2,812 posts

Support Question: CRI ERROR


Installation and Configuration

This sounds like your folders do not have the correct permissions set... the web user can not write to the folder. You can use an FTP client to try and CHMOD the folders to 755 and make sure the files are CHMOD to 644.

If you can't change them via FTP, you'll want to contact your hosting provider and have them set it for you.

Hope this helps! :)
douglas
@douglas
11/13/14 01:29:00PM
2,812 posts

Installing the Proxima Bundle


Proxima

This might help you understand what Proxima is:

http://www.proximacore.com/page/5/proxima-private-backend-as-a-service
updated by @douglas: 12/29/14 09:23:55AM
douglas
@douglas
11/13/14 01:25:07PM
2,812 posts

Hide {if} Logged in?


Installation and Configuration

mark:
Figure it out! :)

{if jrUser_is_logged_in()== false}
hide images/form
{/if}

I don't think that is going to work, mainly because the syntax is not right, give this a try instead.

{if !jrUser_is_logged_in()}
hide images/form
{/if}

Hope this helps! :)
douglas
@douglas
11/13/14 09:06:48AM
2,812 posts

ning skin and photos etc


Ning To Jamroom

Quote:
aqnd that is simply to switch the left/right colums

hmm although...if i do that will that screw up the mobile view

You can't switch the left and right columns, that would mess with the mobile view and is not supported in the skin, however... in the skin settings, you can hide the blocks you don't want or need, change how many show and in some blocks you can control what entries show by adding the ID of the item.

Hope this helps! :)
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
11/13/14 08:12:13AM
2,812 posts

ning skin and photos etc


Ning To Jamroom

Quote:
the photos on the front page are not clickable u gotta click all then try to find the 1 u wahnt in a gallery

I've got this fixed for the next jrNingja release.

Thanks! :)
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
11/13/14 05:48:55AM
2,812 posts

Site Builder Menu


Installation and Configuration

That module belongs to the site builder bundle and only works with the other modules and skin from that bundle. I don't believe it will work with any skin other than the jrSlate skin.

Hope this helps! :)
douglas
@douglas
11/09/14 06:02:45AM
2,812 posts

only add img code if user uploaded img


Design and Skin Customization

I gave you the other code too, the problem was the variable profile_cover_image never gets anything set to check against, so we needed to check for the image size and if it set show it otherwise show something else.

I'm glad its working for you now! :)
douglas
@douglas
11/09/14 05:56:43AM
2,812 posts

confusion


Using Jamroom

Your welcome! ;)
douglas
@douglas
11/08/14 12:34:43PM
2,812 posts

confusion


Using Jamroom

You can modify the header.tpl for your skin in the ACP > Skins > YOUR-ACTIVE-SKIN > Templates section. You can also upload a new logo image via the Images tab for YOUR-ACTIVE-SKIN as well and modify your header_menu_desktop.tpl and header_menu_mobile.tpl files as well.

Or you can modify the templates directly by using a FTP client to download the skins/YOUR-ACTIVE-SKIN/header.tpl, header_menu_desktop.tpl,header_menu_mobile.tpl and your skins/YOUR-ACTIVE-SKIN/img/logo.png templates and files.

However... If you modify the templates directly, you may want to clone the skin first. This way updates to the skin do not overwrite your modifications.

You can clone a skin via the ACP > Site Tools > Developer Tools > Tools > Clone Skin. Note: you'll need the Develper Module installed.

Hope this helps! :)
  197