UBB.Dev
Posted By: Ian Spence [6.5] [beta] Admin Function DropDown Menu - 07/06/2003 5:57 AM
Modification Name: Admin Function DropDown Menu 6.5+

Author(s): Weird Al

Description: Adds a dropdown menu for closing, featuring, moving, and deleting topics.

Demo: http://www.alforadmin.com/cgi-bin/ultimatebb.cgi?ubb=get_topic&f=3&t=000007

Requirements: UBB.classic 6.5+ and Mod Wordlets installed

Download Link: https://www.ubbdev.com/ubb/upload/00020028/AdminDropDown64.txt

Credits: Tech-Ni-Kal for 1.0, Lord Dexter & LK for 1.1 version.

Notes: I wanted this hack, and just found an old version, so I ported it.

Report any problems here. smile
nice one al tipsy
thanks, I'm thrilled cause I've just finishing up writing my first own (not ported) hack. Using js to let users choose whether to show other people's sigs. Good for 56Kers. Just gotta figure out hot to not get errors when members have a ' in their sig. frown
Posted By: LK Re: [6.5] [beta] Admin Function DropDown Menu - 07/06/2003 11:14 AM
Use $signature = UBBCGI::escape($singature); before you print it inside the JS code, then in the JS code use:
document.write(unescape('$signature'));
laugh It worked. I'm gonna try to post it by monday morning.
Posted By: CTM Re: [6.5] [beta] Admin Function DropDown Menu - 07/06/2003 11:29 AM
Escaping HTML always wins thumbsup

Anyway, nice port, Al, I was getting fed up of porting them all myself smile
Posted By: LK Re: [6.5] [beta] Admin Function DropDown Menu - 07/06/2003 12:19 PM
Al, you know now unregistered users in your board can't view signatures tipsy
[code][/code]is the code you use, you should use more like the avatar code, I guess. (take a look at avatar_line function, and how it's called)
bah, unregistered users are so overrated tipsy


EDIT: ok, I got that part to work like the avline. Thanks for all your help, everyone

BETA CODE for the sig disabling hack smile

https://www.ubbdev.com/ubb/upload/00020028/UserSpecificSigDisabling64.txt
Posted By: LK Re: [6.5] [beta] Admin Function DropDown Menu - 07/06/2003 10:11 PM
Cool! laugh
© UBB.Developers