Log in

View Full Version : How to get rid of "menu_open.gif" ?


Kedmyster
04-10-2004, 02:42 PM
Sorry for my questions, vb3 is really hard to unserstand and modify =\
You know that menu that contain "User CP FAQ Members List Calendar New Posts Search Quick Links Log Out "
Well, under Search and Quick Links there's this arrow I want to get rid of but can't find where to do so.

Can someone please help?
Thanks,
Kedmyster.

Zachery
04-10-2004, 04:46 PM
Sorry for my questions, vb3 is really hard to unserstand and modify =\
You know that menu that contain "User CP FAQ Members List Calendar New Posts Search Quick Links Log Out "
Well, under Search and Quick Links there's this arrow I want to get rid of but can't find where to do so.

Can someone please help?
Thanks,
Kedmyster.
You need to edit vbulletin_menu.js

find

document.write('<img src="' + IMGDIR_MISC + '/menu_open.gif" alt="" border="0" />');

replace with

document.write('');

Dean C
04-10-2004, 04:56 PM
Side note: that shouldn't be hardcoded :)

Kedmyster
04-11-2004, 06:06 AM
Thanks, Zachery, it helped alot!
Dean, don't be so negative heh.