The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
How would I remove the underline for usernames only? (In the postbit)
|
|
#2
|
||||
|
||||
|
simply find:
Code:
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
for postbit legacy: find: Code:
<div id="postmenu_$post[postid]"> <a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a> Code:
style="text-decoration: none;" find: Code:
<div id="postmenu_$post[postid]">
<if condition="$show['profile']">
<a style="font-size:14pt" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
$post[onlinestatus]
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
$post[musername]
</if>
</div>
Code:
style="text-decoration: none;" if your inquering about vb2 than you'll just find $post[username] and add <div style="text-decoration: none;"></div> around $post[username] |
|
#3
|
||||
|
||||
|
Ahh yes, thank you. So simple, I should of thought of that.
|
|
#4
|
||||
|
||||
|
Ok, I'm a bit confused now, how would I set it so that when the mouse hovers over the link that it becomes underlined?
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|