
davidl2 wrote:
Ah ha!
Well in that case, you first need to download Xoops-2.0.9.2-to-2.0.10.zip
And then:
a) Backup
b) Run the 2.0.9.2 -> 2.0.10 update
c) Follow the previous post
lol Thanks. Much appreciated. :)
davidl2 wrote:
Ah ha!
Well in that case, you first need to download Xoops-2.0.9.2-to-2.0.10.zip
And then:
a) Backup
b) Run the 2.0.9.2 -> 2.0.10 update
c) Follow the previous post
Bender wrote:
Does this thread maybe help?
$xoops_isadmin, $xoops_isuser, but $xoops_?
<{if $xoops_isuser}>
<{php}>
$Groups = $xoopsUser->getGroups();
<{/php}>
<{/if}>
msdana wrote:
uhmmm, no. You don't have the exclamation point that I clearly pointed out and noted in my first post.
Quote:<{if !$xoops_isuser}>
Again, try that, it may work if you put the exclamation point in there.
msdana wrote:
Based on themes I have done, I use this:
Quote:<{if $xoops_isadmin}> and <{if !$xoops_isuser}>
Notice the exclamation point.
I apologize in advance if it doesn't work for you, but it does work for me when hard coding the login/register information in the theme.html.
HTH
<{if $xoops_isuser}>
<{php}>
$Groups = $xoopsUser->getGroups();
<{/php}>
<{/if}>
<td><table id="obNav" cellspacing="0">
<tr>
<td class="obNavWidth" ><a href="<{$xoops_url}>/">HOMEa>td>
<td class="obNavWidth" ><a href="<{$xoops_url}>/modules/wiwimod/">INFORMATION BOOTHa>td>
<td class="obNavWidth" ><a href="<{$xoops_url}>/modules/wowroster/" >ROSTERa>td>
<td class="obNavWidth" ><a href="<{$xoops_url}>/modules/minidkp/">DKPa>td>
<td class="obNavWidth" ><a href="<{$xoops_url}>/modules/minibanker/">BANKa>td>
<td class="obNavWidth" ><a href="<{$xoops_url}>/modules/xoopsgallery/">GALLERYa>td>
<td class="obNavWidth" ><a href="<{$xoops_url}>/modules/newbb/">FORUMSa>td>
<td class="obNavWidth" ><a href="<{$xoops_url}>/modules/miniraids/">RAIDSa>td>
<td class="obNavWidth" ><a href="<{$xoops_url}>/modules/liaise/">GUILD APPLICATIONa>td>
tr>
table>td>