Originally posted by planetsim
May I suggest you use <?php instead of <? as this doesnt work on my local setup.
[edit]
After fixing it I have a quite a lot of undefined variables. Dont get me wrong you should really fix them they are easily fixed bugs by just defining variables and giving them null or $var = '';
[/edit]
Interesting....I have installed my eForum on different settings and no undefined variable error has shown...Will work on getting it fixed.
About the <?php <?, it doesnt make any diffence I guess, but nowadays I have used <?php only, so next time I see the code I will change it.
About validation, although eForum seems to work fine w/out a valid html, I agree it is needed to be reached, and it is on my roadmap for sure.
Thx guys for the feedbacks