The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Hide or Remove Module collapse Buttons
How can I either remove or hide the the Modules Collapse buttons (as circled in green in the attached pic). I would prefer to make the modules not collapsible, but have managed to use Style Vars to make the backgrounds invisible and appear to be integrated as part of the page... Except I haven't been able to hide the collapse buttons.
www.RideorRot.com Thanks in Advance Tom |
#2
|
|||
|
|||
So, Im thinking the collapse button is a .gif or something stored somewhere in my server directory files. I just can't locate it. Once I do, I believe it should be possible to change the file name and then insert a new file with the name of "said.gif" but the replacement can just be a small transparent .gif allowing the button to appear invisible or non-exhistant.
|
#3
|
|||
|
|||
I know my above suggestion for removing these icons will most likely work as I was able to replace the default profile pic/avatar that way.
Can someone please let me know what the file name for the collaspe toggle module button icon is? I am having trouble locating it. Maybe Lynne knows? |
#4
|
||||
|
||||
Hide them with CSS.
HTML Code:
.canvas-layout-container .widget-header .module-buttons {display: none;} |
#5
|
|||
|
|||
worked perfect! Threw the code into the css_addtional.css and it worked like a charm... I must have spent 6 hours trying to find the .png /.gif
|
#6
|
||||
|
||||
The image is a sprite. And, even if you found it and turned it into a 'blank' image, it would still be there and clickable. You need to get rid of the link part, not the image.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|