Other modules assigned to the position load so if it's a module issue it's with freichat module it's self.
I would be more inclined to say it's an issue with jQuery/script confliction, or an issue with the CB api. This is a large site with a lot of custom scripts loading, including multiple versions of jQuery (1.4.3, 1.5.1, and 1.6) set up with different vars of noConflict, and on some pages there is some mootools being used, and even some prototype in a couple of places. This is probably why trying to load freichat in noconflict mode doesn't work, I probably need to set a different var for noconflict for it (the var I use for 1.4.3 since it looks like that's what you're using here).
I guess the question I should ask here is if there is a conflict with jQuery would it cause freichat not to load at all?
I've noticed an issue with loading my online friends module I built working properly on non-cb pages that I'm trying to resolve now. The main module php file loads the friends data fine on page load, but when the jquery script tries to refresh the div with the data from a helper file using the same code I use in the main php file I get a cbgetparam nonobject error and if I tweak the cb api a bit to get around it it doesn't pull the data at all. Perhaps it's a similar issue with freichat not being able to pull the cb data on non cb pages causing it not to load?
I also had a similar issue with the older version of freichat for Joomla and cb not being able to load on non profile pages. The module would load but it wouldn't populate with online friends and the im component wouldn't appear on the bottom left. I'm guessing if I stuck an alert in the new freichatx module it would load and the alert would pop, but none of the data would load.
Maybe these two clues might give you an idea?
Other modules assigned to the position load so if it's a module issue it's with freichat module it's self.
I would be more inclined to say it's an issue with jQuery/script confliction, or an issue with the CB api. This is a large site with a lot of custom scripts loading, including multiple versions of jQuery (1.4.3, 1.5.1, and 1.6) set up with different vars of noConflict, and on some pages there is some mootools being used, and even some prototype in a couple of places. This is probably why trying to load freichat in noconflict mode doesn't work, I probably need to set a different var for noconflict for it (the var I use for 1.4.3 since it looks like that's what you're using here).
I guess the question I should ask here is if there is a conflict with jQuery would it cause freichat not to load at all?
I've noticed an issue with loading my online friends module I built working properly on non-cb pages that I'm trying to resolve now. The main module php file loads the friends data fine on page load, but when the jquery script tries to refresh the div with the data from a helper file using the same code I use in the main php file I get a cbgetparam nonobject error and if I tweak the cb api a bit to get around it it doesn't pull the data at all. Perhaps it's a similar issue with freichat not being able to pull the cb data on non cb pages causing it not to load?
I also had a similar issue with the older version of freichat for Joomla and cb not being able to load on non profile pages. The module would load but it wouldn't populate with online friends and the im component wouldn't appear on the bottom left. I'm guessing if I stuck an alert in the new freichatx module it would load and the alert would pop, but none of the data would load.
Maybe these two clues might give you an idea?