Quote:
Originally Posted by Sador
You need the new plugin to let it work, if you still have the old one it won't work.
Edit; and Friends & Contacts is still white.
|
add this after class="underline"
Code:
style="color: #000;"
so it will look like this
Code:
<li><a href="{vb:link member, {vb:raw bbuserinfo}}" class="underline" style="color: #000;">My Profile</a></li>
<li><a href="profile.php?do=editprofile{vb:raw session.sessionurl_q}" class="underline" style="color: #000;">Edit Profile</a></li>
<li><a href="usercp.php{vb:raw session.sessionurl_q}" class="underline" style="color: #000;">My Settings</a></li>
<li><a href="profile.php?do=buddylist{vb:raw session.sessionurl_q}" class="underline" style="color: #000;">Friends & Contacts</a></li>
<li><a href="private.php{vb:raw session.sessionurl_q}" style="color: #000;">Private Messages</a></li>