So I use a custom navbar layout, all stock VB code though. And I'm having a really simple issue, I'm sure I'm just missing one tiny* line of code...
- I can see the text private messages (and some extra code I added) below the username in the log-in box area/navbar when I sign in as the admin.
- If I sign in as registered regular member, it doesn't show up. Only shows the username and last visit.
....
Now I see this code:
Code:
<if condition="$show['member']">
And I'm thinking that's the problem...
Meaning members who haven't activated their e-mail, won't be able to see that.
........
But I put the log out link in the navbar, so..
Basically...
I just need advice on how to make sure EVERY link shows in the navbar for ALL members regardless of usergroup.
And doesn't show up simply for Guests.
--------------- Added [DATE]1371188581[/DATE] at [TIME]1371188581[/TIME] ---------------
Almost* Figured it out...
Does anyone have the conditional <if> usergroup </if>
So that I can show it to all usergroup #'s except for guest?
--------------- Added [DATE]1371189845[/DATE] at [TIME]1371189845[/TIME] ---------------
Edit update: Fixed it..
My code was all jumbled from moving things around.
Had to fix the <if> tags and only use ONE </else> for the section.
Thanks!