Forum Activity for @ilker

sekeri
@ilker
05/28/15 10:49:54PM
334 posts

jrProfile_disable_sidebar


Using Jamroom

michael:
It doesnt need to be in any of those files, add it to your skin and see if that sorts it out.

Sorry for turning this into a never ending story but can you please tell me where exactly I should place
{jrProfile_disable_sidebar}
in the skin. I have tried many different things but could not make it work properly.
sekeri
@ilker
05/20/15 04:30:46AM
334 posts

jrProfile_disable_sidebar


Using Jamroom

Thank you for the information. I assume that the function
{jrProfile_disable_sidebar}
sets the parameter
{$profile_disable_sidebar}

But it does not work when I add
{jrProfile_disable_sidebar}
into profile_header.tpl

But it works when I add
{$profile_disable_sidebar = 1 }
into profile_header.tpl exactly to the same line.
sekeri
@ilker
05/18/15 12:11:17AM
334 posts

jrProfile_disable_sidebar


Using Jamroom

I have updated everything to the latest version.

I don't know so much about Smarty code but when I put the code

{if $profile_id == 1}
    {$profile_disable_sidebar}
{/if}

into the profile_header.tpl it does not work.

But it works when I make it like below
{if $profile_id == 1}
    {$profile_disable_sidebar = 1 }
{/if}

except profile part stays col9 instead of col12 and I have a col3 empty part at the page.
sekeri
@ilker
05/15/15 03:43:25AM
334 posts

jrProfile_disable_sidebar


Using Jamroom

This code is available in original Elastic and cloned Elastic but not in Slate nor cloned Slate.

And
{jrProfile_disable_sidebar}


works in skins/jrElastic/profile_index.tpl

but not in one of the files below;
modules/jrForum/templates/item_categories.tpl
modules/jrForum/templates/item_detail.tpl
modules/jrForum/templates/item_index.tpl
modules/jrForum/templates/item_list.tpl
sekeri
@ilker
05/15/15 12:32:30AM
334 posts

jrProfile_disable_sidebar


Using Jamroom

Same with all skins.
sekeri
@ilker
05/15/15 12:05:32AM
334 posts

jrProfile_disable_sidebar


Using Jamroom

I am using cloned version of Slate Skin
sekeri
@ilker
05/15/15 12:02:43AM
334 posts

jrProfile_disable_sidebar


Using Jamroom

Here is the result
Capture3.JPG.jpg Capture3.JPG.jpg - 139KB

updated by @ilker: 05/15/15 12:02:56AM
sekeri
@ilker
05/15/15 12:00:15AM
334 posts

jrProfile_disable_sidebar


Using Jamroom

Template is active
Capture2.JPG.jpg Capture2.JPG.jpg - 73KB

updated by @ilker: 05/15/15 12:00:30AM
sekeri
@ilker
05/14/15 11:58:16PM
334 posts

jrProfile_disable_sidebar


Using Jamroom

This is where I add it
Capture1.JPG.jpg Capture1.JPG.jpg - 139KB

updated by @ilker: 05/14/15 11:59:25PM
sekeri
@ilker
05/14/15 11:49:05PM
334 posts

Configuring the Homepage with SiteBuilder


Using Jamroom

Thank you Michael! That was the info I needed.
  15