Prutkar wrote:
QUOTE:
Problem is only in your mnambo language file and sprintf command that blastchat module 2.2 is using.
Read frontpage article, at bottom you will find what needs to be done to adjust your files to make it work. This problem was discussed in this forum as well, read for example this
I had already read the Frontpage article, but had dismissed the changes to the language file because it clearly refers to Joomla only, there is no reference to making these changes for Mambo. None the less, I have now made these changes so the appropriate lines in my english.php file look like this:
/** whos_online.php */^M
DEFINE('_WE_HAVE', 'We have '
;^M
DEFINE('_AND', ' and '
;^M
DEFINE('_GUEST_COUNT','%s guest'
;^M
DEFINE('_GUESTS_COUNT','%s guests'
;^M
DEFINE('_MEMBER_COUNT','%s member'
;^M
DEFINE('_MEMBERS_COUNT','%s members'
;^M
DEFINE('_ONLINE',' online'
;^M
DEFINE('_NONE','No Users Online'
;^M
^M
Additionally, I have replaced my mod_whoisonline.php with the one from Joomla v1.0.10.
The problem remains unresolved, what I see on my home page is:
BlastChat client 2.2 module
_WE_HAVE_GUEST_COUNT_ONLINE
I have also done extensive searches for solutions to this problem, and the only thing I find are many active Mambo websites that exhibit this very same problem, indicating that they have not found a solution to this problem either.
Any other ideas?