| I haven't worked much with vBulletin for integration, just GeekLog, Wordpress, etc. Most of the time, I've had more luck "rolling my own" for stuff like this.
Also, I noticed that you can trim down your page load size by about 40 kB, if there is an easy way to pull out the main styles into a .css style sheet and the main javascript into a separate .js. This would reduce your page load bandwidth by about half, on an average page. Currently, that code can't be cached, on a dynamic page. |