MyBB Community Forums

Full Version: EzIRC for MyBB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9
Ok ok,. but is there a way to automatically connect. without clicking "Connect" button??
so that they won't able to edit the username there..
example, After mibbit loads,. it'll automatically connect to a specific server..
(2011-01-25, 10:01 AM)Shiny Wrote: [ -> ]Ok ok,. but is there a way to automatically connect. without clicking "Connect" button??
so that they won't able to edit the username there..
example, After mibbit loads,. it'll automatically connect to a specific server..

Yes, join the channel in mibbit, identify as founder, and type /autoconnect on

the plugin should do the rest.
hope, you fix it.
(2011-01-25, 05:35 PM)MadMikeyB Wrote: [ -> ]
(2011-01-25, 10:01 AM)Shiny Wrote: [ -> ]Ok ok,. but is there a way to automatically connect. without clicking "Connect" button??
so that they won't able to edit the username there..
example, After mibbit loads,. it'll automatically connect to a specific server..

Yes, join the channel in mibbit, identify as founder, and type /autoconnect on

the plugin should do the rest.
no, what i mean is..
When a member go to www.url.com/chat.php , the mibbit will not prompt to "Choose username".. instead, it will automatically connect to the server.. without prompting to "Choose username"
(2011-01-20, 04:09 PM)semuanya Wrote: [ -> ]Hello, can you help me. I have a problem..
When I click / open Help page [http://myforums.aboedman.info/misc.php?action=help]

[Image: 1909562469.jpg]

Please help me.
Thanks.

This is reproduced in Demo Forum: http://adminjunkies.net/misc.php?action=help

Thanks for this plugin MadMikeyB, I hope you fix this bug with misc.php file if it´s possible Smile
(2011-02-05, 01:51 PM)aglioeolio Wrote: [ -> ]
(2011-01-20, 04:09 PM)semuanya Wrote: [ -> ]Hello, can you help me. I have a problem..
When I click / open Help page [http://myforums.aboedman.info/misc.php?action=help]

[Image: 1909562469.jpg]

Please help me.
Thanks.

This is reproduced in Demo Forum: http://adminjunkies.net/misc.php?action=help

Thanks for this plugin MadMikeyB, I hope you fix this bug with misc.php file if it´s possible Smile

Same issue. Please fix it soon.
(2011-01-26, 04:20 AM)Shiny Wrote: [ -> ]
(2011-01-25, 05:35 PM)MadMikeyB Wrote: [ -> ]
(2011-01-25, 10:01 AM)Shiny Wrote: [ -> ]Ok ok,. but is there a way to automatically connect. without clicking "Connect" button??
so that they won't able to edit the username there..
example, After mibbit loads,. it'll automatically connect to a specific server..

Yes, join the channel in mibbit, identify as founder, and type /autoconnect on

the plugin should do the rest.
no, what i mean is..
When a member go to www.url.com/chat.php , the mibbit will not prompt to "Choose username".. instead, it will automatically connect to the server.. without prompting to "Choose username"

Yes, join the channel in mibbit, identify as founder, and type /autoconnect on
Temp fix for above issue:

1. Edit ./inc/plugins/ezirc.php
2. Find:
$plugins->add_hook("misc_start", "ezirc_chat_page");
3. Replace with:
//$plugins->add_hook("misc_start", "ezirc_chat_page");

I can confirm the fix does work since I've used it at my forum.


(2011-02-07, 01:23 AM)pyridine Wrote: [ -> ]Temp fix for above issue:

1. Edit ./in/plugins/ezirc.php
2. Find:
$plugins->add_hook("misc_start", "ezirc_chat_page");
3. Replace with:
//$plugins->add_hook("misc_start", "ezirc_chat_page");

I can confirm the fix does work since I've used it at my forum.
&
http://community.mybb.com/thread-87899-p...#pid642533

Yes, there is no argument "ezirc_chat_page" declared in plugin file and it is also not used in the chat.php file.

So, eliminating this plugin line fixes the issue.
$plugins->add_hook("misc_start", "ezirc_chat_page");
(2011-02-05, 01:51 PM)aglioeolio Wrote: [ -> ]
(2011-01-20, 04:09 PM)semuanya Wrote: [ -> ]Hello, can you help me. I have a problem..
When I click / open Help page [http://myforums.aboedman.info/misc.php?action=help]

[Image: 1909562469.jpg]

Please help me.
Thanks.

This is reproduced in Demo Forum: http://adminjunkies.net/misc.php?action=help

Thanks for this plugin MadMikeyB, I hope you fix this bug with misc.php file if it´s possible Smile

thank you aglioeolio.. Smile
Pages: 1 2 3 4 5 6 7 8 9