PDA

View Full Version : Navbar Links


49er
10-07-2013, 08:11 AM
Hello,

Is there a way to show links in the navbar to registered members only in Vb4 :confused:

Thanks

ozzy47
10-07-2013, 09:11 AM
Which version of vB4?

49er
10-07-2013, 10:53 AM
That would be 4.2.0

Thanks

ozzy47
10-07-2013, 11:00 AM
Edit them in the Navigation Manager, and in the field, Show Permission Name set it to member

Note: If they are tabs from custom mods, and have something there already like, vbshop, you can separate them with a dot, like so, vbshop.member

49er
10-07-2013, 11:58 AM
Thanks very much ...

ozzy47
10-07-2013, 01:06 PM
Not a problem, glad to help. :)

webmastersun
10-10-2013, 03:03 PM
Using this
<if condition="$show['member']">
if members logged in, then show your link you want.

ozzy47
10-10-2013, 03:07 PM
First off, that code is for vb3 this is a vb4 forum. Secondly. There is no need for that in the users version. Also, what I posted was the solution. Please read the thread before posting, so other users don't get confused.

webmastersun
10-10-2013, 03:11 PM
First off, that code is for vb3 this is a vb4 forum. Secondly. There is no need for that in the users version. Also, what I posted was the solution. Please read the thread before posting, so other users don't get confused.
It's only other way to make a link to registered members and I am using it on my vbulletin 4x. It's code of vb4, not vb3.
In other words, I agree to you, this problem can solve according to your solutions.

Cheers!

ozzy47
10-10-2013, 03:14 PM
It is not vb4 code, <if is vb3 <vb:if is vb4 code