Hi James,
The ! parameter is good to know, it may come in handy, but in this case I think it puts me back where I started from, only reversed.
I have 4 exclusion statements that I wish to insert in the IF statement, and then all ELSE goes to main. What I need to figure out is how to have all 4 of them in place. I'll explain the layout, maybe that will make more sense;
In the template header menu (across the top), there are 5 options. 1 is for the Main menu. The other 4 are the Forums, Library, Gallery, Journals. These other 4 options are full-screen display modules, no left or right side blocks, and the template is different to make that work correctly.
However, in the Main menu, there should not only be the News module, but the Polls, Guestbook, Downloads, Links, etc (all are small-display modules), all of which should display in the Main menu (Main menu retains left and right side blocks).
The way it is now, everything except the News will go to the full-screen display. The only modules which that should happen to are the 4 options in the header menu.
Is there a way to have 4 parameters in the IF exclusion statement?
Something like;
<{if $xoops_pagetitle == Forums, Library, Gallery, Journals}>
<{include file="Classic/theme_other.html"}>
<{else}>
<{include file="Classic/theme_main.html"}>
<{/if}>