Quote:
Originally Posted by Kedmyster
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
Code:
document.write('<img src="' + IMGDIR_MISC + '/menu_open.gif" alt="" border="0" />');
replace with
Code:
document.write('');