The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
remove collapse thead icons
Hello
is there any way to remove or hide collapse thead from forumhome?:erm: Thanks |
#2
|
||||
|
||||
Go to the "Main CSS" page for your style(s) and add the following CSS at the very bottom in the "Additional CSS Definitions" block in the bottom text area:
HTML Code:
.tcat > a { display: none; } |
2 благодарности(ей) от: | ||
blind-eddie, Nas.er |
#3
|
|||
|
|||
Quote:
but names of category are gone after i placed the code |
#4
|
|||
|
|||
In forumhome_forumbit_level1_nopost template find and remove:
HTML Code:
<if condition="$childforumbits"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a> </if> Update: To remove from WGO section in FORUMHOME template find and remove: HTML Code:
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_activeusers')"><img id="collapseimg_forumhome_activeusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_activeusers].gif" alt="" border="0" /></a> HTML Code:
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_stats')"><img id="collapseimg_forumhome_stats" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_stats].gif" alt="" border="0" /></a> HTML Code:
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_birthdays')"><img id="collapseimg_forumhome_birthdays" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_birthdays].gif" alt="" border="0" /></a> HTML Code:
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_events')"><img id="collapseimg_forumhome_events" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_events].gif" alt="" border="0" /></a> |
2 благодарности(ей) от: | ||
Nas.er, TheLastSuperman |
#5
|
|||
|
|||
Quote:
--------------- Added [DATE]1509365281[/DATE] at [TIME]1509365281[/TIME] --------------- Quote:
|
Благодарность от: | ||
TheLastSuperman |
#6
|
||||
|
||||
Sorry for the issue...I was trying to find a way to do it without hacking templates. But, glad you got it done.
|
Благодарность от: | ||
TheLastSuperman |
#7
|
|||
|
|||
you are awesome. just learned new code from you. again, thank you very much
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|