Skip to Content Skip to Menu

mod UddeIM no output with dhtml floating box

  • Danny1973
  • Danny1973
  • OFFLINE
  • Posts: 35
  • Thanks: 0
  • Karma: 0
12 years 9 months ago #188521 by Danny1973
Hello,

I will using mod_uddeim with option "NO output" because I will only use dhtml floating box. When I set up "no output" , DHTML floating box also missing.

If I change
Code:
if (!$udd_par_hidenotifier) {
to
Code:
if ($udd_par_hidenotifier) {

floating box works fine, without module view. Can it be an misstake in code?

Regards Danny

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

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
12 years 9 months ago #188533 by slabbi
There was a reason why this was disabled. I am not quite sure what the problem was in the past but when you want to change this then remove the outer if-clause and do NOT negate the argument.

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

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

  • Danny1973
  • Danny1973
  • OFFLINE
  • Posts: 35
  • Thanks: 0
  • Karma: 0
12 years 9 months ago - 12 years 9 months ago #188544 by Danny1973
Replied by Danny1973 on topic Re: mod UddeIM no output with dhtml floating box
Hmm... I've ment here:
Code:
if (!$udd_par_hidenotifier) { if (class_exists('JHTML')) { // $udd_completeURL = uddeIMgetPath("live_site")."/index.php?option=com_uddeim&task=ajaxGetNewMessages&no_html=1"; $udd_completeURL = "index.php?option=com_uddeim&task=ajaxGetNewMessages&no_html=1"; } else { // $udd_completeURL = uddeIMgetPath("live_site")."/index2.php?option=com_uddeim&task=ajaxGetNewMessages&no_html=1"; $udd_completeURL = "index2.php?option=com_uddeim&task=ajaxGetNewMessages&no_html=1"; }

with ! I can't see dhtml floating box with NO output setting. If I remove ! I can see dhtml floating box with NO output setting. I will not have module output, only dhtml floating box on new messages.

Okay I'll remove if-clause. Thanks.

Regards Danny
Last edit: 12 years 9 months ago by Danny1973.

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

  • Danny1973
  • Danny1973
  • OFFLINE
  • Posts: 35
  • Thanks: 0
  • Karma: 0
12 years 9 months ago - 12 years 9 months ago #188545 by Danny1973
Replied by Danny1973 on topic Re: mod UddeIM no output with dhtml floating box
:unsure: Here in attachment you'll see what I mean.

I'll display dhtml floatingbox but no output from module. But this don't work.
Can you make a plugin for ajax notification by dhtml floatingbox on new messages without complete module please?
Attachments:
Last edit: 12 years 9 months ago by Danny1973.

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

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
12 years 9 months ago #188551 by slabbi
Please use the module as it is.

I will check if it can be modified but as I said before there was a reason why I have not allowed this.

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

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

  • Danny1973
  • Danny1973
  • OFFLINE
  • Posts: 35
  • Thanks: 0
  • Karma: 0
12 years 9 months ago - 12 years 9 months ago #188552 by Danny1973
Replied by Danny1973 on topic Re: mod UddeIM no output with dhtml floating box
Okay thanks.

Please use the module as it is.

I'd like to do this but I can't find place for module :dry:

I don't understand the description of no output. I should it set up on yes, to view only floating box? But this function was removed with reason?
Last edit: 12 years 9 months ago by Danny1973.

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

Moderators: beatnantslabbikrileon
Powered by Kunena Forum