So I reverted back to the original version of the template. No drop down.
Then I slowly added in the various changes I have and see where the drop down came to be:
Code:
<td id="usercpoptions" class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a>
<script type="text/javascript"> vbmenu_register("usercpoptions"); </script></td>
Without that code, I don't have a drop down, with it, I do.
So, it's not a custom style, or anything.
I just can't figure out why I can't get these two links to show up all the time. They are only showing up some of the time.
I've attached 3 images.
no_links shows up when you're just about anywhere in the forum.
Go to the userCP page and album_link is what you see.
If you go to the downloads page, files_link is what you see.
Somehow, it's like there's a conditional going on....I just can't figure it out!