Quote:
Originally Posted by betts02
OK well i managed to get it to work and show with some changes to where i placed your codes BUT when i add the forum ids its stops working
I really need to only have 1 forum id to display in this so any help would be great
|
It works but I think the line that includes the external data needs to be like this (with & instead of just &):
Code:
<script type="text/javascript" src="{vb:raw vboptions.bburl}/external.php?type=js&forumids=1,2,3,4,5"></script>
Also, the external.php data seems to be included twice, once in headinclude and once in navbar - I don't think you actually need both of them.