Skip to Content Skip to Menu

mod_cballn1online ?!

18 years 10 months ago #503 by Dark Eagle
Replied by Dark Eagle on topic Re:mod_cballn1online ?!
can you release your file to the public? That whould be nice. Btw there is a little bug in the module, that i fixed in my version.

before this code:
[code:1]
if ($enbl_em_publish != 'No'){
$query_field11 = "SELECT $email_publish FROM #__comprofiler WHERE user_id=$row->userid";
$database ->setQuery ($query_field11);
$email_pub_result = $database->loadResult();

if ($email_pub_result != 'No'){
$query_field12 = "SELECT email FROM #__users WHERE id=$row->userid";
$database ->setQuery ($query_field12);
$email = $database->loadResult();
$email_url = "<A HREF='mailto:$email'>$email";
}
}[/code:1]

you must add
[code:1]$email ='';[/code:1]

just a little line but when its not there and you are using the feature to let the users decide to publish their emails or not, there will be email buttons for users that decided not to show their mails.

So please release your fixes too, so we can make a bug free version of this module

Please Log in or Create an account to join the conversation.

  • Machiel
  • Machiel
  • OFFLINE
  • Posts: 32
  • Thanks: 0
  • Karma: 33
18 years 10 months ago #504 by Machiel
Replied by Machiel on topic Re:mod_cballn1online ?!
I will release this one as soon I'm satisfied with it. I will sure add you small fix. I also think of some small modifications.

Will post news over here.

Best Regards
Machiel

CB tester

Please Log in or Create an account to join the conversation.

18 years 10 months ago #531 by Dark Eagle
Replied by Dark Eagle on topic Re:mod_cballn1online ?!
i've got a suggestion to improve the flexibility of the module.
It would be nice when you can define the strings for Yes and No in the Dropdown fields for multilanguage support!
simply as two fields in the parameters in the backend.

Post edited by: Dark Eagle, at: 2005/11/25 14:19

Please Log in or Create an account to join the conversation.

  • Machiel
  • Machiel
  • OFFLINE
  • Posts: 32
  • Thanks: 0
  • Karma: 33
18 years 10 months ago #532 by Machiel
Replied by Machiel on topic Re:mod_cballn1online ?!
Do you mean that Yes and No should be language dependend? So you get Ja en Nee and Ja und Nein etc?

Best Regards
Machiel

CB tester

Please Log in or Create an account to join the conversation.

18 years 10 months ago #548 by Dark Eagle
Replied by Dark Eagle on topic Re:mod_cballn1online ?!
Thats what i meant.
it should be enough to make 2 fields in the paramters, where you can translate yes and no to your prefered language.

Please Log in or Create an account to join the conversation.

  • Machiel
  • Machiel
  • OFFLINE
  • Posts: 32
  • Thanks: 0
  • Karma: 33
18 years 10 months ago #550 by Machiel
Replied by Machiel on topic Re:mod_cballn1online ?!
At the moment there are 10 language strings. So we decided to use language files. Also very useful when we are going to expand the module. Also we are trying to make the module that way that you shouldn't have to hack any of the excisting files. Like the tooltip or your template. Not sure how this is going to work out. Language support works now for front end. Working on back end.

Robin Parker and I decided to create a total new module. With the old module as a basis. That one wasn't compatible with CB RC2 the new one will do that. The new mod will be called. ROM(Real Online Module).

Hope you got enough info for now. When people have questions just ask.

Best Regards
Machiel

CB tester

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum