Splendid Mod and works well on vb4.2 pl2
I just wanted to make some changes:
1. I did as below, except that I got this result (see attach).
I wish the writing is white without the mouseover, but I did not find the string to change the color and remove the mouseover (since I am not a programmer, I would not do damage)
Quote:
Originally Posted by Gemma
You can do either of two things.
Find
Code:
<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}" style="background-color: #2f4456; outline: none;">{vb:raw bbuserinfo.username}</a>
You can replace the #2f4456 with what ever colour you want or you can remove the background colour altogether by replacing the above code with this
Code:
<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:raw bbuserinfo.username}</a>
|
2. I wanted to remove "Post Count" and "Last Visit" (to put it up in the dropdown menu)
3. I wanted to change color (background) and even the style of the dropdown menu.
4. How can I put other links in the dropdown menu.
5. Thanks.