View Full Version : Help finding menu_open_usercss.gif
Sadie Frost
06-06-2008, 07:34 PM
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. :)
Attitude5ire
06-07-2008, 12:13 PM
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
Lynne
06-07-2008, 01:52 PM
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?
Brueskie
06-07-2008, 02:06 PM
Just use a replacement variable.
Attitude5ire
06-07-2008, 03:31 PM
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.
Sadie Frost
06-07-2008, 07:06 PM
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 :)
Boofo
06-07-2008, 07:09 PM
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?
I think that was removed in 3.7.1 but I think it was in the 3.7 series code.
Sadie Frost
06-07-2008, 07:24 PM
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.
Scandal
06-20-2008, 07:44 PM
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
Guest210212002
06-20-2008, 08:03 PM
^ This.
// var img = document.createElement('img');
// img.src = IMGDIR_MISC + '/menu_open.gif';
// img.border = 0;
// img.title = '';
// img.alt = '';
// this.controlobj.appendChild(img);
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.