Quote:
Originally Posted by Canadians360
Im having a bit of an issue with this.
Code:
<link rel="stylesheet" type="text/css" href="$vboptions[bburl]/postbit_slide/slidecontent.css" />
<script type="text/javascript" src="$vboptions[bburl]/postbit_slide/slidecontent.js">
When used will give me functioning tabs but the dots do not show up so there are only invisible tabs.
Code:
<link rel="stylesheet" type="text/css" href="$vboptions[bburl]/forum/postbit_slide/slidecontent.css" />
<script type="text/javascript" src="$vboptions[bburl]/forum/postbit_slide/slidecontent.js">
So I tried edditing this to my forum root which didnt match up by adding a /forum to the href
That did get the dots to appear but the actual tab functionality was lost. Leaving me with a funny column of dots not a row.
And neither of those two codes would recognize the profile fields I used for the second and up slots. And I did set the profile field id's properly.
I was hoping you could help me out. I would really like to use this mod since it was a great idea to use it for signatures, I really dont want to have to uninstall.
|
It seems you may have one of the files in the wrong location. Check your
posbit_slide folder and make sure both the JS and the CSS file are in that folder and make certain that folder in in your forum root.