PDA

View Full Version : Broken Navbar. Not Showing Private Message, Etc Text For Reg Users?


kmplex
06-14-2013, 04:34 AM
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:

<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 1371188581 at 1371188581 ---------------

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 1371189845 at 1371189845 ---------------

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!