Log in

View Full Version : Remove Down Arrows in Script


paulyy
11-05-2004, 01:32 AM
<script type="text/javascript"> vbmenu_register("usercptools"); </script>

and

<script type="text/javascript"> vbmenu_register("navbar_search"); </script>



These have an image, an arrow pointing down next to them, how do I remove it?

Dean C
11-06-2004, 09:51 AM
It's in one of the JS files - find the name of the image and do a search and just remove the bit of code :)

paulyy
11-08-2004, 02:29 PM
Thanks :)

Zachery
11-08-2004, 02:39 PM
Thanks :)
Actually dont edit the files its not nessary

<script type="text/javascript"> vbmenu_register("usercptools", 1); </script>

:) should work

paulyy
11-08-2004, 02:58 PM
I see, can you explain what the number does, and how many are there? For example what does no number do, what does the 1 do etc. ?