11
Thanks. That's part of the reason I do these things...I love to figure out the puzzles of it. I LOVE to figure out "why" something, such as a theme, isn't working properly.
Don't get me wrong...I do get flustered and REALLY aggitated if somehting that "should" work doesn't. I also laugh my ass off when I find problems such as a , or a " out of place.
As for the theme itself:
I'm cleaning out some of the "game specific" images to release this theme to XOOPS now.
BTW, is there a smarty tag to navigate to the theme specific directory?
For example:
In the theme.html there are the lines that call up the includes to show the themeblocks...
<{include file="nssclan/theme_blockleft.html"}>
is there a tag that will do remove the (in this case) nssclan part and navigate to the them_blocks?
<{include file="$xoops_themedirectory}>/theme_blockleft.html">
Something that (in case the user renames the theme directory) will allow the theme to always find the directory?