Log in

View Full Version : Username Markup HTML (Homepage Lockups in IE)


Paul M
05-20-2007, 12:10 PM
If you use Username Markup HTML to colour your usernames, and you have upgraded to 366 or 367 then make sure you have closing html tags for any that you open. If you don't, then the latest clientscript files will interact with some browsers to seriously stall or kill them while trying to display a page with more than a few names - IE6 and IE7 are known to die, Firefox appears to be immune.

This is a known problem - the most obvious fix is to correct your closing tags to match the opening ones, an alternative is to edit one of the clientscript files (as posted on vb.com).

If you are having real problems with pages locking up in 3.6.6/3.6.7, open clientscript/vbulletin_global.js...

Find these linesthis.find_elements(document.getElementsByTagN ame("body")[0]);
this.events.systemInit.fire();and comment them out like this//this.find_elements(document.getElementsByTagName("body")[0]);
//this.events.systemInit.fire();

WhaLberg
05-20-2007, 01:01 PM
Absolutely.

Also I suggest everyone to check the html code to verify that they wrote it in the right way. Or else there will also be a problem in showgroups.php which I faced today. :)

deezelpope
05-20-2007, 01:08 PM
Ok, I'll ask...is mine right?

Opening:
<span style="font: Georgia; color:#FF69B4; font-weight: bold; font-style: italic;">

Closing:

</b></span>

WhaLberg
05-20-2007, 01:10 PM
You don't need </b> there.

deezelpope
05-20-2007, 01:15 PM
That's what I thought, but I wasn't sure and figured I'd better ask. Thank you!!:)

salata
05-25-2007, 12:10 PM
could this effect the forums/index page? some of my users say while using IE7 it takes a while to load, but in mozilla its running fast. i'm using 3.6.5

scorpion76
06-02-2007, 11:27 AM
hi all......
sorry i use this sistem and IE work new good.....
but new problem it's: not color in my user.....
wath tag use???????
my tag is : <b><font color="#FF0000"></font></b>

Dismounted
06-02-2007, 11:48 AM
That's fine.

alqloob alsahya
06-20-2007, 04:39 PM
tank"s thes good jop

Brandon Sheley
06-20-2007, 04:57 PM
hmm. maybe this is why my showgroups hasn't been working

this is what I have on most

<span style="color: #00A202;"><strong> </stong></span>

does it look okay ?

da420
06-20-2007, 05:25 PM
<span style="color: #00A202;"><strong> </stong></span>

does it look okay ?

Yes...

djbaxter
06-20-2007, 11:45 PM
Assuming that </stong> (sic) actually is </strong>...

da420
06-21-2007, 12:23 AM
lol yes I missed his little typo...

Distance
07-14-2007, 09:36 PM
Loco I suggest using the following

<span style="color: #00A202; font-weight: bold;"></span>

Distance

alexanderpas
08-09-2007, 03:45 PM
368 will fix this problem.