PDA

View Full Version : How To Remove Drop Down Arrow?


BENBOBBY
10-05-2009, 06:26 PM
Hi,

Im using the ChatBox addon (https://vborg.vbsupport.ru/showthread.php?t=201283) and it works great. I was just wondering how I could hide the little down arrow from the title as shown in the image below:

https://vborg.vbsupport.ru/external/2009/10/63.jpg


As it clashes with my design. Ive had a look through the code and I believe this is the line for it:

<script language="Javascript" type="text/javascript"> vbmenu_register("cybchatmenuccbox"); </script>


However, Im not sure where I remove the arrow .gif? Ive asked the author but they havent replied, though Im guessing its a fairly general code, if someone could point me in the right direction please!

Thanks. :)

Lynne
10-05-2009, 08:33 PM
The function is in clientscript/vbulletin_global.js:

// DHTML Popup Menu Handling (complements vbulletin_menu.js)

/**
* Wrapper for vBmenu.register
*
* @param string Control ID
* @param boolean No image (true)
* @param boolean Does nothing any more
*/
function vbmenu_register(controlid, noimage, datefield)

BENBOBBY
10-05-2009, 09:16 PM
They should rename this place Lynnes helpdesk! Many thanks again!