|
SpiceFuse AJAX Shoutbox Beta for MyBB!
|
Posts: 4
Group: Registered
Joined: Jan 2010
Status:
Offline
Reputation: 0
|
RE: SpiceFuse AJAX Shoutbox Beta for MyBB!
Should I uninstall / reinstall? How do i uninstall? Should I delete the table in my database, also?
01-29-2010 03:09 AM
This post was last modified: 01-29-2010 04:03 PM by Reserector.
|
|
|
 |
Posts: 4
Group: Registered
Joined: Jan 2010
Status:
Offline
Reputation: 0
|
RE: SpiceFuse AJAX Shoutbox Beta for MyBB!
[sound of crickets chirping...]
01-29-2010 05:40 PM
|
|
|
 |
Posts: 4
Group: Registered
Joined: Jan 2010
Status:
Offline
Reputation: 0
|
RE: SpiceFuse AJAX Shoutbox Beta for MyBB!
At the time that the shout box disappeared, I was in the process of switching the nameservers of my other domain to an add-on domain under reserector.com.
I suspect that the change messed up my settings. Any thoughts? Could this be the cause?
01-29-2010 05:57 PM
|
|
|
 |
Posts: 26
Group: Registered
Joined: Jan 2008
Status:
Offline
Reputation: 0
|
RE: SpiceFuse AJAX Shoutbox Beta for MyBB!
I think it may not be working because I didn't uplaod
and
Where should I upload those?
You have to upload these 2 files to your inc/plugins directory. While activating the plugin it needs these 2 files to build up the templates for the shoutbox.
02-14-2010 11:01 AM
|
|
|
 |
Posts: 26
Group: Registered
Joined: Jan 2008
Status:
Offline
Reputation: 0
|
RE: SpiceFuse AJAX Shoutbox Beta for MyBB!
I really need to hide the shoutbox from "Not Yet Activated Users". How can I make it not visible for the "Awaiting Activation" usergroup?.
Some got banned, then they register back (but no activation)...but they are able to post in the Shoutbox.
Help please!
Try to modify this function in the plugin-file
function sb_can_view() { global $mybb; if ($mybb->usergroup['canview'] == 0 OR ($mybb->settings['sf_sb_guestview'] == 0 && $mybb->user['usergroup'] == 1)) { return false; } else { return true; } }
and include also the usergroup 5 (Awaiting Activation).
02-14-2010 11:11 AM
|
|
|
 |
Posts: 26
Group: Registered
Joined: Jan 2008
Status:
Offline
Reputation: 0
|
RE: SpiceFuse AJAX Shoutbox Beta for MyBB!
Should I uninstall / reinstall? How do i uninstall? Should I delete the table in my database, also?
Deactivating the plugin should delete the according tables of the db.
02-14-2010 11:14 AM
|
|
|
 |
Posts: 1
Group: Registered
Joined: Feb 2010
Status:
Offline
Reputation: 0
|
RE: SpiceFuse AJAX Shoutbox Beta for MyBB!
Hi there,
Many thanks for this brilliant shoutbox
02-16-2010 09:54 AM
This post was last modified: 02-16-2010 12:51 PM by Wawat.
|
|
|
 |
Posts: 1
Group: Registered
Joined: Apr 2010
Status:
Offline
Reputation: 0
|
RE: SpiceFuse AJAX Shoutbox Beta for MyBB!
I received 2 errors on MyBB ( see attached ) when I try to go to full shoutbox.
Additionally, the shoutbox will not stop loading and when deactivated, it does not remove database entries. All that shows on my board index page is the one language box and a button that says shout now...
I have the newest versions that I downloaded from MyBB plugins.
Any ideas how to correct any of this and make the shoutbox useful ?
Sorry... can not get it to attach my screenshot.
So I will copy and paste :
The following warnings occurred:
Warning [2] Division by zero - Line: 135 - File: inc/plugins/spicefuse_shoutbox.php PHP 5.2.13 (Linux)
File Line Function
/inc/plugins/spicefuse_shoutbox.php 135 errorHandler->error
/inc/plugins/spicefuse_shoutbox.php 111 sb_show_full
[PHP] sb_init
/inc/class_plugins.php 101 call_user_func_array
/global.php 621 pluginSystem->run_hooks
/index.php 18 require_once
Warning [2] Division by zero - Line: 843 - File: inc/functions.php PHP 5.2.13 (Linux)
File Line Function
/inc/functions.php 843 errorHandler->error
/inc/plugins/spicefuse_shoutbox.php 150 multipage
/inc/plugins/spicefuse_shoutbox.php 111 sb_show_full
[PHP] sb_init
/inc/class_plugins.php 101 call_user_func_array
/global.php 621 pluginSystem->run_hooks
/index.php 18 require_once
EDIT : Please disregard as I have found the problem... it helps to have writable files... (config and settings )
Ah well... 'nother lesson learned. The day is full of them 
The shoutbox is GREAT !!!!!!!!!! Very good work.
04-27-2010 11:14 PM
This post was last modified: 04-28-2010 12:03 AM by Raymond.
|
|
|
 |
Posts: 1
Group: Registered
Joined: Jun 2010
Status:
Offline
Reputation: 0
|
RE: SpiceFuse AJAX Shoutbox Beta for MyBB!
why??not stopping on loading......
06-03-2010 11:33 PM
|
|
|
 |
Posts: 1
Group: Registered
Joined: Jun 2010
Status:
Offline
Reputation: 0
|
RE: SpiceFuse AJAX Shoutbox Beta for MyBB!
Is there a way to prevent non-registered users from seeing the shoutbox? I have the shoutbox in my footer.
06-23-2010 04:10 AM
|
|
|
 |
|
|