|
|
Re:CB online guests not visible
|
|
Date: 2008/10/12 23:30
|
By: SepulSoul
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 8 |   | |
|
My technical man fixed it for me. Copied some code of the original mod_whosonline.php and transferred it to mod_comprofileronline.php
If you need more detailed information, I can probably supply you with it. I didn't do it myself so I have to ask it again 
Want to see if it works? Just check lifesaving.nl
Post edited by: SepulSoul, at: 2008/10/25 20:28 Proudly using CB on http://lifesaving.nl
|
|
The administrator has disabled public write access. |
|
|
|
Re:CB online guests not visible
|
|
Date: 2008/10/13 02:52
|
By: Rapunzl
|
Status:
|
|
|
Karma: 52  
|
|
Moderator  | Posts: 1060 |   | |
|
I'd love to see the modification if you and your technical man wouldn't mind sharing. Jamie Rapunzl Reminisces Owner and Website Administrator / Community Builder and Groupjive Team Member and Moderator _______________________________________________________ Want to speed up the release of CB 1.2 and Plugins? Before posting, please read CB 1.1 Bugs stickies or CB 1.2 Identified Issues and the FAQs and Search the forum and the Web for your error. If not found, post Joomla, CB, PHP, Database and Browser versions, along with the exact error you are getting and results. Fewer posts for the developers to sift through will result in faster releases!
If you're looking for CB plugins, try the Downloads section, Directory (new) section or Joomla Community Builder-specific extensions.
|
|
The administrator has disabled public write access. |
|
|
|
Re:CB online guests not visible
|
|
Date: 2008/10/24 19:50
|
By: SepulSoul
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 8 |   | |
|
I.. I mean... WE, don't mind 
this is what he said about it:
To get the right localized tekst for the number of guests and users, you probably have to keep the mod_whosonline.php [1] installed and disabled. Then copy the code from the mod_whosonline.php that is BETWEEN the lines "if ($showmode==0 || $showmode==2) {" (line 22) and the corresponding "}" (line 72). You have to paste this code block in mod_comprofileronline.php [2] after line 56 (which contains "$result = "";"). Before the pasted code, you have to insert "$output = "";" And after the pasted code, you have to insert "$result .= $output . " ";"
[1] The line numbers are based on "$Id mod_whosonline.php 2726" [2] The line numbers are based on "$Id mod_comprofileronline.php 434"
Hope this helps!
Post edited by: SepulSoul, at: 2008/10/24 19:53 Proudly using CB on http://lifesaving.nl
|
|
The administrator has disabled public write access. |
|
|