The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Help finding menu_open_usercss.gif
Hi all I am finally ungrading to 3.71 and I am trying to fix my templates - I was wondering if anyone could tell me where I can edit the path for menu_open_usercss.gif that appears in the Memberinfo page (it's the graphic next to send message)? I can't find it for the life of me! Much appreciated.
|
#2
|
||||
|
||||
Do you wana change the image or do you just want to fix the path? not quite sure a lil specific plz, whats that u wana do
|
#3
|
||||
|
||||
I did a Search in Templates for "menu_open_usercss.gif" and came up with nothing and then went to my profile.php page on my 3.7.1 forum and searched in the source code for "menu_open_usercss.gif" and came up with nothing. I also did a "whereis menu_open_usercss.gif" on my server and got nothing. Could this be from a modification you installed?
|
#4
|
|||
|
|||
Just use a replacement variable.
|
#5
|
||||
|
||||
Id say its prolly in JS. Since its part of the the Popup menu.
its a small user arrow used to expand options in Profile. |
#6
|
||||
|
||||
I tried using a replacement variable but it didn't work. I was trying to avoid having to upload the graphic for each different button set I have (so I just wanted to change the path to images/misc/menu_open_usercss.gif)
Thanks guys for the help |
#7
|
||||
|
||||
Quote:
|
#8
|
||||
|
||||
Hmm...that's odd then. Because I'm running 3.7.1 and upgraded directly from 3.6.8 (I know, I know). But I still get a broken image on my non default button set styles.
|
#9
|
||||
|
||||
To change the path edit the file vbulletin_menu.js. (the path for this image is there)
(forum/clientscript/vbulletin_menu.js ) Also, you could copy the file menu_open_usercss.gif from images/misc to your-theme-folder/images/misc -petros |
#10
|
|||
|
|||
^ This.
Code:
// var img = document.createElement('img'); // img.src = IMGDIR_MISC + '/menu_open.gif'; // img.border = 0; // img.title = ''; // img.alt = ''; // this.controlobj.appendChild(img); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|