-attached is what the list looks like in "delimited" setting. as benediktus said, it looks bulleted, but not sure if this is the intended output.
-comparison of two Who's Online modules - the bottom is your J-SMF module. the online members differ... is it because your module pulls users from the Joomla database? In my case, user "Dee" was not logged into SMF, but his status was 'logged in' from Joomla backend. I'm not saying one method is better than the other, just thought you might want to know
the list style shouldn't be any different than in the previous versions. The people online are taken from jos_sessions whereas smf takes the users from smf_sessions(or a similar table).
the list style shouldn't be any different than in the previous versions. The people online are taken from jos_sessions whereas smf takes the users from smf_sessions(or a similar table).
actually, the style is slightly different(following J! 1.0.9 way of styling), but the delimited arrows were in the last version as well. I'm open to suggestions!
Bonjour à tous! je suis francais... je vais essayer de faire simple...
when : Link Username To: No Link SMF CB OK error* n/a
* message : Table \'infocine131._smfmembers\' doesn\'t exist SQL=SELECT ID_MEMBER, ID_GROUP, ID_POST_GROUP\n FROM _smfmembers\n WHERE memberName = \'infocine13\'
when : Add PM Link : No Link SMF PMS OK error* n/a * message : Table \'infocine131._smfmembers\' doesn\'t exist SQL=SELECT ID_MEMBER, ID_GROUP, ID_POST_GROUP\n FROM _smfmembers\n WHERE memberName = \'infocine13\'
Hola, I have joomla 1.0.9 with Joom!Fish 1.7, smf 1.1 rc2 with bridge 1.1.3 and smf login 1.4.2. I have prob with new Joomla-SMF Who's Online (1.4). In English Joom!Fish Version in my site is ok the module! In Greek Version it shows this.."We have $guest_array guests online" or if a have login members this "We have $user_array users online" how i fix this?
there is a difference in the way J! 1.0.9 and previous versions displayed this information. Since it doesn't appear there is any backward compatability built into J! I will try to add some. However, you shouldn't be seeing that on J! 1.0.9 bdark.
Hola, I have joomla 1.0.9 with Joom!Fish 1.7, smf 1.1 rc2 with bridge 1.1.3 and smf login 1.4.2. I have prob with new Joomla-SMF Who's Online (1.4). In English Joom!Fish Version in my site is ok the module! In Greek Version it shows this.."We have $guest_array guests online" or if a have login members this "We have $user_array users online" how i fix this?
This is because the Joomla language file has changed! That's how it should look like:
I had the same problem and solved it, thanks to Fletsch.
Here's my modified part of the french language file if someone needs it:
Code:
/** whos_online.php */ DEFINE('_WE_HAVE', 'Il y a actuellement '); DEFINE('_AND', ' et '); DEFINE('_GUEST_COUNT','%s invité'); DEFINE('_GUESTS_COUNT','%s invités'); DEFINE('_MEMBER_COUNT','%s membre'); DEFINE('_MEMBERS_COUNT','%s membres'); DEFINE('_ONLINE',' en ligne'); DEFINE('_NONE','Aucun membre en ligne');
Joomla Hacks is a Joomla Components, Joomla Modules, Joomla Templates, & Joomla Mambots resource portal. None of the text or images in this public website may be copied without the expressed written consent of the authors. Copyright 2005 by JoomlaHacks.com. Powered by Joomla. All rights reserved. Terms of Use