View Full Version : Making Username Glow work in the member's profile
angelicGrace
06-18-2005, 04:46 AM
How would I make the username glow show not just in the postbit, but also in their member profile?
Zachery
06-18-2005, 03:55 PM
hm... should be a matter of copying the right bit of template edits into the member profile.
I'll see what I can do.
angelicGrace
06-18-2005, 07:26 PM
Thank you very much Zachery. :)
Link14716
06-18-2005, 10:29 PM
In MEMBERINFO, try changing this:
<div style="font-size:18pt">$userinfo[musername]</div>
to this:
<if condition="$post['uttstore_glow']"><div id="postmenu_$post[postid]" style="font-size:18pt; width:100%; filter:Glow(color=$post[uttstore_glow], strength=5);"><else /><div style="font-size:18pt">$userinfo[musername]</div></if>
angelicGrace
06-18-2005, 11:21 PM
coolness. thanks Link14716.
Zachery
06-19-2005, 03:28 AM
In MEMBERINFO, try changing this:
<div style="font-size:18pt">$userinfo[musername]</div>
to this:
<if condition="$post['uttstore_glow']"><div id="postmenu_$post[postid]" style="font-size:18pt; width:100%; filter:Glow(color=$post[uttstore_glow], strength=5);"><else /><div style="font-size:18pt">$userinfo[musername]</div></if>
thank you matthew :p
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.