Quote:
Originally Posted by merk_aus
I only have one skin and so yes I am certain I am editing the right skin 
|
Even if the JavaScript and CSS files had been in the wrong location, you still should have something show up in the postbit. Are you sure you edited the right template? Are you using
posbit_legacy or
postbit on your forum?
Quote:
Originally Posted by Webbstre
I figured it out! The copyright symbol in this line of code:
Code:
<link rel="stylesheet" type="text/css" href="{vb:raw vboptions.bburl}/postbit_tabs/tabcontent.css" />
<script type="text/javascript" src="{vb:raw vboptions.bburl}/postbit_tabs/tabcontent.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>
That character breaks the entire script. I figured it out on accident, because when trying to load that code addition it would cut off one character before it. I don't know if vB can't load it or if it is a language thing or what, but I've removed the little c with a circle on my own site now.
|
That's an odd one. It really shouldn't have any affect on the code, being commented out and all.