Loading...
 
Themes

Themes


Re: Re: Re: Turn off right/left modules per page

United States

I don't know about using Home as a suffix, but as a prefix it should be pretty easy. Try something like this:

Copy to clipboard
{if $feature_left_column ne 'n' and if ($page|truncate:4:true) ne 'Home'} <td id="leftcolumn" valign="top"> ...


This will only attempt to match the first 4 characters of the page name.

HTH,

-Rick

>
> Could this if statement be phrased to take all pages with Home as the suffix so that my group home pages could end with Home and all have their columns turned off by this one line?
>
>
>

There are no comments at this time.