SMF Version: 1.1.11
SP Version: 2.3.1
url: http://www.premiumsmsfthemes.com/smf1.x-sp/index.php?theme=4
Hi guys,
I'm working on a custom theme that will be used with Simple Portal. I must have messed up somewhere and am just not sure what I did wrong, thought maybe someone here could help me.
While using Chrome and Safari I am not having the problem, but in Firefox and IE, collapsible blocks will not collapse. SMF sections of the board index will collapse.
You'll also notice that a slideshow script I'm using won't work on the portal blocks in FF and IE.
I'm using an edited Boardindex.template.php, MessageIndex.template.php, and Index.template.php. I'm attaching the index.template.php I'm using. Maybe one of you can help me find something.
Any help appreciated. Thanks very much.
bump for anyone with ideas. Thanks.
It's because you don't close <script> tags properly.
This:
<script type="text/javascript" src="{script}" />
Should be like this:
<script type="text/javascript" src="{script}"></script>
Well slap me sideways. Thanks very much [SiNaN]. Do you have a paypal I can contribute to?
Quote from: Cholo on February 03, 2010, 12:17:19 AM
Well slap me sideways. Thanks very much [SiNaN]. Do you have a paypal I can contribute to?
lol! Cholo
Wait till SiNaN fixes my errors first ;D
Quote from: Cholo on February 03, 2010, 12:17:19 AM
Well slap me sideways. Thanks very much [SiNaN]. Do you have a paypal I can contribute to?
You're welcome. ;)
And thank you, although I do have a PayPal account, it isn't necessary. However, if you would still like to contribute, you can contribute to this project. Check out the SimplePortal Donator Program (http://simpleportal.net/index.php?topic=1258.0) for details. ;)
Thank you [SiNaN], I'll check it out.