The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
HI!
I want to have my userrank (you can see the 'pips') to have a drowpdownbox, just like the username. So when you click it; it drop's down and show's information. I want to have this: Does anybody know how I can achieve this? |
#2
|
||||
|
||||
![]()
Wrong forum
|
#3
|
||||
|
||||
![]()
Wow
![]() ![]() I'll ask the mod to move it. |
#4
|
||||
|
||||
![]()
I already did.
![]() Sorry I can't help you out |
#5
|
||||
|
||||
![]()
No problem, thank you
![]() |
#6
|
|||
|
|||
![]()
Here is an example.
HTML Code:
<div id="rank_popup"> <a href="">The Image</a> <script type="text/javascript"> vbmenu_register("rank_popup", true); </script> </div> <div class="vbmenu_popup" id="rank_popup_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead" colspan="2">Icons</td></tr> <tr><td class="alt1"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td>Image1</td><td>text1</td></tr> <tr><td>Image2</td><td>text2</td></tr> <tr><td>Image3</td><td>text3</td></tr> <tr><td>Image4</td><td>text4</td></tr> <tr><td>Image5</td><td>text5</td></tr> <tr><td>Image6</td><td>text6</td></tr> </table> </td><tr></table> </div> |
#7
|
||||
|
||||
![]()
Thankyou, I'm going to try that!
I'm not exactly sure what you mean with "the image". I have to fill in the URL of the image? And what about 'image1, image2' etc.. Do I have to repeat the <img src="ETC".." untill I have the right nummer of pips or is ther also an easy way? |
#8
|
||||
|
||||
![]()
Ok.. it worked, but still not perfect.
Take a look at this: Source: PHP Code:
Internet Explorer: In IE when I click the image, I go to the index of my forums. The menu doesn't pop out. Some people do have a dropdownmenu in Internet Explorer but it doesn't look very nice: ![]() (it seems like 1 dot doesn't give a dropdown, 2 don't and only with 3 dots it's going to drop) Opera: The menu doesn't pop out, when I click the image only the page refreshes. I guess this problem is solved when I remove the "<a href=" part and replace it by "onmouseover = "this.cursor = 'pointer';" (PS: is there a possibility to smaller the font? Cause I wanted to use Code:
<div class="smallfont"> Code:
<div class="vbmenu_popup |
#9
|
||||
|
||||
![]()
Ok.. it seems that only the first person who has pips also has a dropdown menu.
This problem only seems to appear in IE. Whieeeeeee! I'm using PHP Code:
Thank you for the help LiveWire! |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|