PDA

View Full Version : Multiple Nav Bars in View User Profile


Majest
06-03-2007, 10:04 AM
I have been looking for but was unable to find a mod that adds a second nav bar in the user profile. The nav bar I am talking about is where it has options like Add user to your buddy list, give user infraction etc.

I have a few mods installed now I don't have enough space for all the options so it streches the page. I am sure it wouldn't be that much of a mission to do for someone with the skills.

If anyone could take this us, I would be very much appreciative of their efforts.

Thanks.

jabbaboy
06-04-2007, 05:44 PM
I have been looking for but was unable to find a mod that adds a second nav bar in the user profile. The nav bar I am talking about is where it has options like Add user to your buddy list, give user infraction etc.

I have a few mods installed now I don't have enough space for all the options so it streches the page. I am sure it wouldn't be that much of a mission to do for someone with the skills.

If anyone could take this us, I would be very much appreciative of their efforts.

Thanks.

In the memberinfo template

Find

</if>
<!-- / button row -->

Add Above

<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">

Your Links Here

</tr>
</table>

Jabba - It should work.

Majest
06-11-2007, 12:18 AM
It does, thanks has helped me alot. :D