The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
TW7S - Remove Subscription and/or RSS buttons from forums Details »» | |||||||||||||||||||||||||||
TW7S - Remove Subscription and/or RSS buttons from forums
Developer Last Online: Apr 2015
To remove Subscription button only
Open forumhome_forumbit_level1_post (This is for Sub-Forums) Find and Remove: PHP Code:
Open forumhome_forumbit_level2_post (This is for Forum Home Display) Find and Remove: PHP Code:
To remove RSS button only Open forumhome_forumbit_level1_post (This is for Sub-Forums) Find and Remove: PHP Code:
Open forumhome_forumbit_level2_post (This is for Forum Home Display) Find and Remove: PHP Code:
To remove Subscription & RSS buttons Open forumhome_forumbit_level1_post (This is for Sub-Forums) Find and Remove: PHP Code:
Open forumhome_forumbit_level2_post (This is for Forum Home Display) Find and Remove: PHP Code:
To UnDo changes simply revert templates forumhome_forumbit_level1_post and forumhome_forumbit_level2_post Show Your Support
|
2 благодарности(ей) от: | ||
farzam.parto, kizy |
Comments |
#12
|
|||
|
|||
?????????????? nothing?
|
#13
|
|||
|
|||
|
#14
|
|||
|
|||
this is for forum home not forum display. also this mod not work with 4.1
|
#15
|
|||
|
|||
works well on my forum
vbulletin: 4.1.1 |
#16
|
||||
|
||||
4.1.3 no problems whatsoever.. Works like a charm, thanks. Saved me the time digging through the files until I found them much appreciated!
|
#17
|
|||
|
|||
thank you for this mod.
can anyone help, please.... I couldnt find forumhome_forumbit_level1_post and forumhome_forumbit_level2_post please tell me where is it... b/c the green button it very annoyed.... --------------------------------------------------------- never mind, i found it. THankssssssssssssss a 100000000000000000 times!!!! Appreciate it. Regards, |
#18
|
|||
|
|||
In 4.17 the Templates are different:
To remove Subscription & RSS buttons Open forumhome_forumbit_level1_post (This is for Sub-Forums) Find and Remove: PHP Code: Code:
<vb:if condition="$forum['statusicon'] != 'link'"> <h4 class="nocss_label">{vb:rawphrase forum_actions}:</h4> <ul class="forumactionlinks td"><vb:if condition="$forum['allowposting']"> <vb:if condition="$vboptions['externalrss']"><li class="forumactionlink rsslink"><a href="external.php?{vb:raw session.sessionurl}type=RSS2&forumids={vb:raw forum.forumid}" title="{vb:rawphrase view_forum_rss_feed}">{vb:rawphrase view_forum_rss_feed}</a></li></vb:if> <vb:if condition="$show['member']"><vb:if condition="$show['forumsubscription']"><li class="forumactionlink unsubslink"> <a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}subscription.php?{vb:raw session.sessionurl}do=removesubscription&f={vb:raw forum.forumid}" title="{vb:rawphrase unsubscribe_from_this_forum}">{vb:rawphrase unsubscribe_from_this_forum}</a></li><vb:else /><li class="forumactionlink subslink"> <a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}subscription.php?{vb:raw session.sessionurl}do=addsubscription&f={vb:raw forum.forumid}" title="{vb:rawphrase subscribe_to_this_forum}">{vb:rawphrase subscribe_to_this_forum}</a></li></vb:if></vb:if> </vb:if></ul> <vb:else /> <vb:comment><h4 class="nocss_label">{vb:rawphrase forum_actions}:</h4> <ul class="forumactionlinks td"> <vb:if condition="$vboptions['externalrss']"><li class="forumactionlink"> </li></vb:if> <vb:if condition="$show['member']"><li class="forumactionlink"> </li></vb:if> </ul></vb:comment> </vb:if> Open forumhome_forumbit_level2_post (This is for Forum Home Display) Find and Remove: PHP Code: Code:
<ul class="forumactionlinks td"> <vb:if condition="$forum['allowposting']"><vb:if condition="$vboptions['externalrss']"><li class="forumactionlink rsslink"><a href="external.php?{vb:raw session.sessionurl}type=RSS2&forumids={vb:raw forum.forumid}" title="{vb:rawphrase view_forum_rss_feed}">{vb:rawphrase view_forum_rss_feed}</a></li></vb:if> <vb:if condition="$show['member']"><vb:if condition="$show['forumsubscription']"><li class="forumactionlink unsubslink"> <a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}subscription.php?{vb:raw session.sessionurl}do=removesubscription&f={vb:raw forum.forumid}" title="{vb:rawphrase unsubscribe_from_this_forum}">{vb:rawphrase unsubscribe_from_this_forum}</a></li><vb:else /><li class="forumactionlink subslink"> <a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}subscription.php?{vb:raw session.sessionurl}do=addsubscription&f={vb:raw forum.forumid}" title="{vb:rawphrase subscribe_to_this_forum}">{vb:rawphrase subscribe_to_this_forum}</a></li></vb:if></vb:if></vb:if> </ul> |
#19
|
||||
|
||||
In 4.1.7 and using Project Tools:
To remove Subscription & RSS buttons Open pt_forumbit_project (This is for Forum Home Display) Find and Remove: PHP Code: PHP Code:
|
#20
|
|||
|
|||
how can i do that in 4.1.8
|
#21
|
||||
|
||||
To remove while retaining style structure add the following to additional.css
Code:
.forumactionlinks{visibility:hidden !important} Code:
.forumactionlinks{display:none !important} |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|