"header already sent" and what not when all my globals hold is the link to my css file. is there a way to get css to work in this without the error showing up.
If you have a question regarding a modification, the best place to ask is in the modification thread since they know the code best and are most familiar with any errors or modifications you may want.
the only html exported from my own global script is a link to the css files. ive taken out my css completely to see what would happen but then it messed up my background images that link to the css but the php from vbulletin was woring fine. anyone know how to get the css into a php script so these errors do not occur?
Headers already sent or cookies already sent errors. Chances are that there is something, even just a space before the 4 lines of code in part 1. Edit this and ensure that there are no spaces before it.
If you can't fix it then you'll have to wait for a reply in the modification thread.
Just put your css into the extra css fields in the style options.
Your trying to out put headers by adding the link to your css code and vbulletin already sent the headers.