Quote:
Originally Posted by anthroforum
But how do I remove the bold style from the phrase "The Following User Says Thank You to....."
|
You can edit it in your vbulletin adminCP but the way i do it is this way:
Load up the XML in an editor program like Dreamweaver and search for <strong> & </strong> and remove them from the code. Save and reinstall the XML document.
I have found two instances of this:
Line 106 & line 144 has these codes for your "Following User Says Thank You to..."
Code:
<strong><phrase 1="$post[username]">$vbphrase[post_thanks_user_says]</phrase></strong>
&
Code:
<strong><phrase 1="$post[username]">$vbphrase[post_thanks_user_says]</phrase></strong>
So search for these two and remove the <strong> & </strong>