Username with drop down - Printable Version +- MyBB Codes (http://www.mybbcodes.com) +-- Forum: Babjusi's Previous Forum General Stuff (/forumdisplay.php?fid=42) +--- Forum: General Support (/forumdisplay.php?fid=46) +--- Thread: Username with drop down (/showthread.php?tid=1143) |
Username with drop down - skiilz - 12-08-2009 10:51 PM How do I add a drop down menu that when the user click in the user name it will display a drop down menu with the options that I can set? Thank you RE: Username with drop down - babjusi - 12-09-2009 07:13 AM I read your post at mybb and the code posted there looks about right. Replace your postbit template with this and let me know. But before make a bckup of it. Code:[Highlight] {$ignore_bit} This is very easy, basically wrapping up with a div the popup_item_container class each of the links that you want to make appear as drop downs. Let me know how it will go. RE: Username with drop down - skiilz - 12-09-2009 08:01 AM ERROR: An authorization code mismatch occurred. Please confirm that you wish to perform the action below. RE: Username with drop down - babjusi - 12-09-2009 08:06 AM Can you please atatch here your postbit template? The above I posted was taken from the defaul theem and tested that it worked. RE: Username with drop down - skiilz - 12-09-2009 08:13 AM Here you go: Code:[Highlight] {$ignore_bit} Wait. You want the postbit or the postbit_classic? RE: Username with drop down - babjusi - 12-09-2009 08:20 AM Try this. I just tested it and it works like a charm. Let me know how it will go. Code:[Highlight] {$ignore_bit} RE: Username with drop down - skiilz - 12-09-2009 08:24 AM Thank you! It worked like a charm here too. RE: Username with drop down - babjusi - 12-09-2009 08:25 AM Glad to have been of help RE: Username with drop down - roger - 12-09-2009 05:34 PM Another cool request from light33. |