Quote:
Originally Posted by MrsZippy
This is a great mod and have used it on VB3.x and now on VB 4.0.2.
I just have one little niggle which is kinda bugging me. When this mod is enabled it changes the font in the rest of the "What's going on" section to bold. You can see the difference in the 2 attachments.
Other mods I have installed for this section are "Guest Tracking" & "Members who have visited".
I have the same issue with the "Members how have visited" Mod so is it possible that these 2 are clashing? If I turn off the members mod but leave UGCB enabled then it is still bold, turn both off and it goes back to normal. Nothing seems to be affected by the guests mod.
Thank you
Jo
|
I had the same problem till I found out the bug in here is related to the style option we use in html markup as follows:
Buggy HTML Markup
<b><font color="#00fffc"></font></b>
Working HTML MARKUP for me on Vb4.2
<b><span style='color

range;'></span></b>
So in another words try using style option with the html color names because I changed all my group HTML Markups to the color named style and it works flawessly
here is a very helpful link for a list of html color names:
http://www.w3schools.com/html/html_colornames.asp
Hope it helps someone!
Best regards
PS: Thx for this great mod!