Posts: 96
Threads: 28
Joined: Dec 2010
Reputation:
0
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..
Posts: 25
Threads: 3
Joined: Feb 2010
Reputation:
1
(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.
Posts: 689
Threads: 72
Joined: Aug 2010
Reputation:
16
This user has been denied support.
hope, you fix it.
Posts: 96
Threads: 28
Joined: Dec 2010
Reputation:
0
(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"
Posts: 1,009
Threads: 47
Joined: Jun 2007
Reputation:
7
2011-02-05, 01:51 PM
(This post was last modified: 2011-02-05, 02:16 PM by aglioeolio.)
(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]
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
Posts: 689
Threads: 72
Joined: Aug 2010
Reputation:
16
This user has been denied support.
(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]
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
Same issue. Please fix it soon.
Posts: 25
Threads: 3
Joined: Feb 2010
Reputation:
1
(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
Posts: 2,372
Threads: 38
Joined: Mar 2010
Reputation:
63
2011-02-07, 01:23 AM
(This post was last modified: 2011-02-07, 05:11 AM by pyridine.)
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.
--Pyridine
Posts: 689
Threads: 72
Joined: Aug 2010
Reputation:
16
This user has been denied support.
(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");
Posts: 19
Threads: 0
Joined: Dec 2010
Reputation:
0
(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]
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
thank you aglioeolio..
|