Quote:
Originally Posted by TNCclubman
Does this work with vB 3.7.3?
|
Yes it does work with the newest version on the market vBulletin 3.7.3 Patch Level 1 and it is a great hack. =)
@christian -
hey, I would like to get rid of the vBulletin navbar and set all the links into the upper bar to have those pixels free for the information we offer in the forums. So now my question: how can I transfer the information from the navbar's Quick Links menu to the upper menue?
The stuff I want to have in the left sidbar I have there already which was easy to get done. The only thing is that I try to figure out how to translate the menues to fit. To customize the links in the upper navbar was not the problem too.
I am talkin' about these two pieces of code:
Code:
<if condition="$show['member']">
<td id="usercptools" class="vbmenu_control"><a href="$show[nojs_link]#usercptools" accesskey="3">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>
</if>
<else />
<if condition="$show['searchbuttons']">
<td class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4">$vbphrase[search]</a></td>
<if condition="$show['member']">
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
<else />
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
</if>
</if>
<td class="vbmenu_control"><a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></td>
<if condition="$show['member']">
<td class="vbmenu_control"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_contacts]</a></td>
</if>
and the rest that follows in the
Code:
<!-- user cp tools menu -->
block
you can see it yourself at
www.gfxelite.de/forum if you like and see what I mean - most of the stuff I have had in the navbar has already changed it's position and with the time the others should disappear to get rid of the vBnav at all.
Ok, forget about that I have found it myself now
Oh Yeah...
is there anyone that has an idea how I could make the single blocks floating in the window so the users could drag them around in their Profile as they would like to have them?