The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Mark Forums Read
Hi
I need help in moving Mark Forums Read link to bottom above bottom navigation bar. How i can do this? www.talkinwebforum.com |
#2
|
||||
|
||||
Hi vimarc,
Remove this line from FORUMHOME : Code:
<a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}forumdisplay.php?{vb:raw session.sessionurl}do=markread&markreadhash={vb:raw bbuserinfo.securitytoken}" rel="nofollow">{vb:rawphrase mark_forums_read}</a> Then, if you want the Mark Forums Read link in the main navbar, just make a new tab link with this URL: Code:
{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}forumdisplay.php?{vb:raw session.sessionurl}do=markread&markreadhash={vb:raw bbuserinfo.securitytoken} |
#3
|
|||
|
|||
If you want it in the navigation bar, there's actually already one under the Forum Actions dropdown menu and as a standalone link by default on pages like Activity Stream and New Posts.
|
Благодарность от: | ||
findingpeace |
#4
|
|||
|
|||
Quote:
|
#5
|
||||
|
||||
You can just remove the surrounding div tag, including forum leaders link - make sure to backup the template before deleting anything!
|
#6
|
|||
|
|||
Hi Tried that one also then gap removed completely and ad messed up with forum lists
|
#7
|
||||
|
||||
Try just replacing all of this:
Code:
<div class="navlinks"> <a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}forumdisplay.php?{vb:raw session.sessionurl}do=markread&markreadhash={vb:raw bbuserinfo.securitytoken}" rel="nofollow">{vb:rawphrase mark_forums_read}</a> <vb:if condition="$vboptions['forumleaders']">| <a href="showgroups.php{vb:raw session.sessionurl_q}" rel="nofollow"> <vb:if condition="$vb_suite_installed"> {vb:rawphrase view_site_leaders} <vb:else /> {vb:rawphrase view_forum_leaders} </vb:if> </a></vb:if> </div> Code:
<div class="navlinks"> </div> Code:
<div> </div> |
#8
|
|||
|
|||
Hi Thanks.. I don't want to delete need to just move to below advertisement..
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|