PDA

View Full Version : JavaScript not Working on FireBoard


BabyJack
08-12-2008, 06:59 PM
Hello, any ideas how I can JavaScript to work on FireBoard?
Here's the URL to the problem...http://wifeee.com/index.php?option=com_fireboard&Itemid=72

if you notice, it works here: http://www.wifeee.com

kosstr12
08-13-2008, 12:21 PM
Is FireBoard the forum software you're using? Sorry, this may be a stupid question, but I've never heard of it.

BabyJack
08-13-2008, 12:23 PM
Yes, Fireboard.
It's an extension of Joomla!.

kosstr12
08-13-2008, 12:25 PM
Yes, Fireboard.
It's an extension of Joomla!.

I'm not familiar with Joomla or anything associated with it, but does it block JavaScript like MySpace and Xanga, or is it just not working for you?

Koss

BabyJack
08-13-2008, 12:31 PM
I don't really know...
I don't think it's working for anybody.. =(

kosstr12
08-14-2008, 01:01 AM
If the site has javascript disabled, then you will most likely be violating their terms and conditions by using javascript. We can't help you with anything that's against the rules.

TheCaretaker91
01-28-2009, 08:30 PM
Theres an easy fix though.

First- Open /[ROOT]/components/com_fireboard/fireboard.php

Next - Find

// Add required header tags
$mainframe->addCustomHeadTag('<script type="text/javascript" src="' . JB_JQURL . '"></script>');
$mainframe->addCustomHeadTag('<script type="text/javascript">

Than - Add noConflict() methd so it's like this.

// Add required header tags
$mainframe->addCustomHeadTag('<script type="text/javascript" src="' . JB_JQURL . '"></script>');
$mainframe->addCustomHeadTag('<script type="text/javascript">
jQuery.noConflict();

that should go ahead and fix it, :thumbsup:

gnomeontherun
02-04-2009, 10:04 AM
Umm by the way Fireboard is discontinued. Try http://www.kunena.com/ which is a fork of the project for Joomla 1.5