1

Topic: Problems with Spoiler Tag from PunBB Wiki

http://wiki.punres.org/Spoiler_Tag

I tried it twice, and I'm 100% sure I did exactly what the guide said. Still, it wont work. The only thing that appears is the text saying Spoiler, but clicking it doesn't help.

Anyone know what's wrong, and how to fix it?

Re: Problems with Spoiler Tag from PunBB Wiki

You did the PHP, CSS, and Javascript parts?

3

Re: Problems with Spoiler Tag from PunBB Wiki

Yes, I did everything the guide says.

But am I supposed to just upload the javascript files into a folder? Not do add them to the header/template or something?

Re: Problems with Spoiler Tag from PunBB Wiki

Download jQuery , save it as jquery.js in a directory named "scripts" in the root directory. Create a file named scripts.js in the same directory, and put this inside it:

Did you do that?

5

Re: Problems with Spoiler Tag from PunBB Wiki

I repeat again: I did exactly what the guide says.

6 (edited by Runar 2007-01-19 22:01)

Re: Problems with Spoiler Tag from PunBB Wiki

Problem solved. I had to add the jquery.js file before the scripts.js file:

<script type="text/javascript" src="scripts/jquery.js"></script>
<script type="text/javascript" src="scripts/scripts.js"></script>

Thanks Smartys big_smile