
03-07-2013, 05:49 PM
|
|
|
Join Date: Feb 2013
Location: SnappyFizz.com
Posts: 234
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by findingpeace
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>
You should also delete the pipe after | , so the Forum Leaders link stands alone.
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}
If you want it right below the navbar (subnav), open up ACP -> Navigation Options -> Click "Forum", it'll expand showing all of the subnavs (Forum Home, New Posts, etc). Click Edit -> Add Link and add the same link above.
|
Hi thanks for reply.. i tried to do but the gap is still there.. pl see bottom of home page above adsense there is huge gap. my motive is to reduce that gap similar to above forum listing.
|