The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Remove collapse_40b.png from all sidebar blocks
I have searched high and low on this site and Google for the answer on how to remove the collapse_40b.png image from all sidebar blocks I add. I can not find the temp plate to edit this setting on Vbulletin 4.1.1 Please help. Thank you in advance.
|
#2
|
||||
|
||||
Do a Search in templates for "_40b.png" and you should find them. (Or just edit all block_* templates.)
|
#3
|
|||
|
|||
This file is in a lot of places. I do not want to remove it from the forum itself I only want to remove it from the sidebar blocks. I am using the new 4.1 and things changed so much from our old 3.5. On the old one there was now problem writing code but now the new one makes you use the forum blocks and it auto adds this collapse button. There has to be a way to just take it off the forum blocks?
|
#4
|
||||
|
||||
Then just remove it from the templates that start with block_*
|
#5
|
|||
|
|||
Thanks Lynne.
|
#6
|
|||
|
|||
Hello
thank you men i can remove the collapse button now, i have just little question: after i removed that the members who collapsed the sidebar have now a space in the place of the bar, any way to show the sidebar for all the members please ? |
#7
|
||||
|
||||
Have them clear their cookies. Or, you will need to edit the template and remove "collapse_block_" from the id (leave it with just the html_xx).
|
#8
|
|||
|
|||
Thank you Lynne but i dont understand, what i must edit and where ?
|
#9
|
||||
|
||||
The easiest thing to do is ask the users to clear their cookies. Otherwise, you will need to make this template mod everytime you do an upgrade. You need to edit every block_* template and look for something that looks like this:
HTML Code:
<a class="collapse" id="collapse_block_blogentries_{vb:raw blockinfo.blockid}" href="{vb:raw relpath}#top"><img alt="" src="{vb:stylevar imgdir_button}/collapse_40b.png" id="collapseimg_blogentries_{vb:raw blockinfo.blockid}"/></a> HTML Code:
<a class="collapse" id="blogentries_{vb:raw blockinfo.blockid}" href="{vb:raw relpath}#top"><img alt="" src="{vb:stylevar imgdir_button}/collapse_40b.png" id="blogentries_{vb:raw blockinfo.blockid}"/></a> |
#10
|
|||
|
|||
yes the easiest way i think is to ask users to clear their cookies, i am sure i will forget theses modifications in the futur upgrades
thanks lynne |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|