Forum Activity for @ken-rich

Ken Rich
@ken-rich
04/01/15 01:24:30PM
926 posts

How to write an IF/ELSE Conditional Statement?


Design and Skin Customization

I've tried both of these methods without success.

The problem appears to be a lack of exclusivity.

In other words, I can make the background transparent on the profile_index, but that also makes the content background transparent for every page in that profile (ie, timeline, audio, blogs, etc.)
Ken Rich
@ken-rich
03/27/15 04:43:31PM
926 posts

How to write an IF/ELSE Conditional Statement?


Design and Skin Customization

I think the same if definition will work in both instances, but for simplicity let's focus on one.

I created a new CSS div id called #transparentcontent. It changes the background color of the content div from #F1F1F1 to transparent.

So in the header.tpl where the content div is defined, I want a conditional statement that will use transparentcontent on profile_index pages, and the content div on all others.

So something along these lines;

{if template="$profile_index.tpl"}<div id="transparentcontent">{else}<div id="content">{/if}

updated by @ken-rich: 03/27/15 04:43:51PM
Ken Rich
@ken-rich
03/26/15 06:01:09PM
926 posts

How to write an IF/ELSE Conditional Statement?


Design and Skin Customization

I'm trying to control two things.

Switch 2 CSS versions of the content div in header.tpl, and not include sidebar in profile_header.tpl but only for the index

The goal is to accomplish this transparency ( http://indiegospelradio.org) with removal of side column, but only on the profile index.

The name box and profile menu has been made visible ONLY to the profile owner and admins. If the non index sections (blog, pages, audio, etc.) otherwise looked and functioned normally, I could make a custom menu and truly have a site within a site.
updated by @ken-rich: 03/26/15 06:02:34PM
Ken Rich
@ken-rich
03/26/15 02:00:05PM
926 posts

How to write an IF/ELSE Conditional Statement?


Design and Skin Customization

I must have tried this 30 different ways.

What I'm looking for is an if, else statement that will delete something ONLY on the profile index page or include something ONLY on non profile index pages.

So within a certain skin I can let's say modify a div of the header template but only for the profile/index, not the other profile pages like profile/audio.

Something like:

 {if $current_url == '{$jamroom_URL}/{$profile_index}'}{else}{/if}

Maybe it should be more along the lines of:

{if template="$profile_index.tpl"}{else}{/if}



updated by @ken-rich: 05/08/15 07:40:37PM
Ken Rich
@ken-rich
03/23/15 07:09:17PM
926 posts

Webmaker Module


Archived

I'm thinking about learning webmaker.

When I login I see my timeline and if you've updated something it will show. Example:

@ultrajam • 10 hours ago • share this
Updated a Marketplace Item:
Quiz

However, the word Quiz is a link that goes to no where. What's up with that?

NOT FOUND The Page You Requested Was Not Found!
Ken Rich
@ken-rich
03/23/15 12:07:53PM
926 posts

Webmaker Module


Archived

How does one install this. Also, every time I see you updated an item in the marketplace via timeline, I click and it's not there????
Ken Rich
@ken-rich
03/17/15 03:54:29PM
926 posts

Site Builder modules - step by step guide to getting started


Using Jamroom

PJ,

What you might be missing is a couple of codes you install in the header and body. It's in the docs somewhere. Read through and you'll find them.
updated by @ken-rich: 03/17/15 03:54:44PM
Ken Rich
@ken-rich
03/12/15 12:20:47PM
926 posts

Ning Ninga skin vs Site Builder


Using Jamroom

OK - got it. Thanks.
Ken Rich
@ken-rich
03/12/15 12:10:42PM
926 posts

Ning Ninga skin vs Site Builder


Using Jamroom

Ah - so this is strictly a tool for admins then, augmenting the template system.
Ken Rich
@ken-rich
03/12/15 12:05:58PM
926 posts

Ning Ninga skin vs Site Builder


Using Jamroom

Hi Strumelia,

Yes I am already using all that, I'm just wondering if I enable site builder, does it add any more functionality for users (like drag & drop).
  28