The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do I remove 'mark forums read/forum leaders' bar
I figured out how to delete the text but I want to delete the whole thing. Help will be much appreciated. TIA! |
#2
|
||||
|
||||
There is probably a <div> around where the text was, so you would just delete that whole <div> tag.
|
#3
|
|||
|
|||
Hi Lynne. Thank you for your quick response.
Here's the code I found. I highlighted the areas I deleted to remove the text only. When I deleted the whole code none of my forums showed up. <div class="navlinks"> <a href="forumdisplay.php?{vb:raw session.sessionurl}do=markread&markreadhash={v b: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> |
#4
|
|||
|
|||
You want to comment (or remove) the following:
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> --> |
#5
|
|||
|
|||
I don't understand.. I deleted all of that before but it deleted all of my forums as well.
|
#6
|
||||
|
||||
Removing that little bit of code should not remove your forums also unless you have a custom template that has stuck the forums into that div also.
|
#7
|
|||
|
|||
Weird. I deleted this and it worked. Not sure what I did before. Thanks for your help Lynne and itzkr0me
<div class="navlinks"> <a href="forumdisplay.php?{vb:raw session.sessionurl}do=markread&markreadhash={v b: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> |
#8
|
|||
|
|||
Hey guys, I'm glad I found a thread dealing with this. I'm not sure which template you are editing though, could somebody tell me?
|
#9
|
||||
|
||||
FORUMHOME template, I believe.
To find the template to modify, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. (Sometimes the template is the one mentioned at the very top of the page source.) |
#10
|
|||
|
|||
Wow thats extremely helpful, thanks a ton!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|