PDA

View Full Version : Exclude Forum from LATEST POSTS in Footer


lycheepassion
02-22-2010, 03:02 AM
I just found out how to exclude posts from one forum in the todays post and newest but how do I do this in my footer where it says Latest Posts?
THanks!

Heres the code:
<!-- BEGIN LATEST THREAD CODE -->
<script type="text/javascript" src="external.php?type=js"></script>
<script language="" type="text/javascript">
<!--
for (var x in threads)
{
document.writeln("<p><a href=\"showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a></p>");
}
//-->
</script>
<!-- END LATEST THREAD CODE --></div>

Lynne
02-22-2010, 03:40 AM
See this - http://www.vbulletin.com/forum/showthread.php?t=283817 You may include only certain forums, but I don't think you can exclude only certain forums.