I'm with Leeza on this one.
I'm with Leeza on this one.
HTML validation would be great, but the general consensus is "don't mess with the vB code directly because it makes support and upgrades take about 10 times as much work."
Leeza is a KILLING MACHINEOriginally Posted by Leeza
there was a picture here
It also encourages sloppy HTML as people expect it to be fixed automatically for themOriginally Posted by Samuraid
![]()
but the issue that is trying to be avoided constists of sloppy coding alreadI gotta get me a handle on Vbulletin source. Is it fairly OOP or it it just teh sux?
It's mostly procedural, with a few parts (like the database layer) as classes.
Gaahhh... Hate/love OOP. Hate it when I have to debug it, since I learned procedural back in the days I went to College and I rip off half my hair to find my way around itLove it because it makes so much more sense and is way more powerful than procedural.