Quote:
Originally Posted by mk craig 42
There is no header_include - Only headinclude
However when i add it to the very bottom of that, my whole forum pretty much disappears, there are no forum categories, only the information at the bottom, such as who is online and the Icon Legend..
Am i doing anything wrong?
|
Your correct, it is headinclude
Find:
Code:
<vb:if condition="$vboptions['externalrss']">
<link rel="alternate" type="application/rss+xml" title="{vb:raw vboptions.bbtitle} RSS Feed" href="{vb:raw vboptions.bburl}/external.php?type=RSS2" />
<vb:if condition="$show['foruminfo'] OR $show['threadinfo']">
<link rel="alternate" type="application/rss+xml" title="{vb:raw vboptions.bbtitle} - {vb:raw foruminfo.title_clean} - RSS Feed" href="{vb:raw vboptions.bburl}/external.php?type=RSS2&forumids={vb:raw foruminfo.forumid}" />
</vb:if>
</vb:if>
<link rel="stylesheet" type="text/css" href="{vb:stylevar yuipath}/reset-fonts/reset-fonts.css" />
<link rel="stylesheet" type="text/css" href="{vb:var vbcsspath}vbulletin.css,vbulletin-chrome.css,components.css<vb:if condition="$show['editor_css']">,editor.css</vb:if>" />
Add after:
Code:
<link rel="stylesheet" type="text/css" href="{vb:raw vboptions.bburl}/postbit_slide/slidecontent.css" />
<script type="text/javascript" src="{vb:raw vboptions.bburl}/postbit_slide/slidecontent.js">
/***********************************************
* Tab Content script v2.2- ? Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
Now give it a go