Three questions:
1. With Cache Data does it cache the forums, or forums & threads? Our forums are pretty much set, the last sub-forum added was over a year ago. of course if it caches the last thread, etc. I will pass on turning it on.
2. With adding a module, I am having a problem with one file I have, the content came up but weird, no css and no header/footer.
These files I made using this thread:
How to create your own vBulletin-powered page!
The template uses javascript and that's the only difference I see. Other ones where it's pure html or pulling images work fine.
Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<body>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"
align="center">
<tr>
<td class="tcat" align="center">Spanish Word of the Day</td>
</tr>
<tr>
<td class="alt1"><script language="javascript" src="http://www.donquijote.org/ext/cont/free_pdd.js.asp"> </script> <br><center><a href="http://www.donquijote.org" target="_NEW">Learn Spanish with don Quijote </a></center>
</td>
</tr>
<tr>
<td class="tcat" align="center">Spanish Lesson of the Week</td>
</tr>
<tr>
<td class="alt2"><script language="javascript" src="http://www.donquijote.org/ext/cont/free_lesson.js.asp"> </script> <br><center><a href="http://www.donquijote.org" TARGET="_new">Learn Spanish with don Quijote </a></center>
</td>
</tr>
</table>
</body>
</html>
3. Finally is there anyway to keep the tabs when people look at subforums?