Main Menu
collapse

Simple Portal Archived Forum

This is an Archive Forum.

The content in this forum may be out-of-date or have been superseded by newer information, and links in forum pages to other sites may not work.
This forum contains archives for future reference.

Visit our thread at Simple Machines Forum for current support.

SMF 2.1 users: EhPortal is a ported version of Simple Portal specifically designed for the SMF 2.1 branch.
Please visit web-develop.ca to download EhPortal and for its support.

User Info

Welcome Guest.
Please log in.

Who's Online

  • Dot Guests: 1166
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.

Recent Posts

Adding Forums Button to Nav bar by jirapon
[August 01, 2019, 09:07:12 AM]


Re: Board Icons by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 04:03:41 PM]


MOVED: Czech translation???? by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 03:04:51 PM]


Board Icons by jirapon
[July 30, 2019, 07:28:44 AM]


Re: Thankyou Simpleportal, by ♦ Ninja ZX-10RR ♦
[July 29, 2019, 09:41:29 AM]


If you're interested in helping other members with support requests, consider joining the Community Support Helpers group.

Javascript Void: Firefox and IE

Started by Cholo, December 27, 2009, 12:02:53 AM

Previous topic - Next topic

0 Members and 3 Guests are viewing this topic.

Cholo

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.


Cholo

bump for anyone with ideas.  Thanks.

[SiNaN]

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>
And slowly, you come to realize... It's all as it should be...

Cholo

Well slap me sideways. Thanks very much [SiNaN].  Do you have a paypal I can contribute to?

curlin

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
Hoss Talk At Thoroughbred Junkie

[SiNaN]

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 for details. ;)
And slowly, you come to realize... It's all as it should be...

Cholo

Thank you [SiNaN], I'll check it out.