Post Reply  Post Thread 
Pages (16): « First < Previous 11 12 13 14 [15] 16 Next > Last »
SpiceFuse AJAX Shoutbox Beta for MyBB!
Reserector
Junior Member
**

Posts: 4
Group: Registered
Joined: Jan 2010
Status: Offline
Reputation: 0
Post: #141
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.

Find all posts by this user Quote this message in a reply
Reserector
Junior Member
**

Posts: 4
Group: Registered
Joined: Jan 2010
Status: Offline
Reputation: 0
Post: #142
RE: SpiceFuse AJAX Shoutbox Beta for MyBB!

[sound of crickets chirping...]

01-29-2010 05:40 PM
Find all posts by this user Quote this message in a reply
Reserector
Junior Member
**

Posts: 4
Group: Registered
Joined: Jan 2010
Status: Offline
Reputation: 0
Post: #143
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
Find all posts by this user Quote this message in a reply
Jockl
Junior Member
**

Posts: 26
Group: Registered
Joined: Jan 2008
Status: Offline
Reputation: 0
Post: #144
RE: SpiceFuse AJAX Shoutbox Beta for MyBB!

Tier Wrote:
I think it may not be working because I didn't uplaod

Code:
tpl_sf_sboxfull

and

Code:
tpl_sf_shoutbox


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
Find all posts by this user Quote this message in a reply
Jockl
Junior Member
**

Posts: 26
Group: Registered
Joined: Jan 2008
Status: Offline
Reputation: 0
Post: #145
RE: SpiceFuse AJAX Shoutbox Beta for MyBB!

Sammyed Wrote:
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

PHP Code:
function sb_can_view()
{
    global 
$mybb;
    
    if (
$mybb->usergroup['canview'] == OR ($mybb->settings['sf_sb_guestview'] == && $mybb->user['usergroup'] == 1)) {
        return 
false;
    } else {
        return 
true;
    }

and include also the usergroup 5 (Awaiting Activation).

02-14-2010 11:11 AM
Find all posts by this user Quote this message in a reply
Jockl
Junior Member
**

Posts: 26
Group: Registered
Joined: Jan 2008
Status: Offline
Reputation: 0
Post: #146
RE: SpiceFuse AJAX Shoutbox Beta for MyBB!

Reserector Wrote:
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
Find all posts by this user Quote this message in a reply
Wawat
Junior Member
**

Posts: 1
Group: Registered
Joined: Feb 2010
Status: Offline
Reputation: 0
Post: #147
RE: SpiceFuse AJAX Shoutbox Beta for MyBB!

Hi there,

Many thanks for this brilliant shoutbox Party

02-16-2010 09:54 AM

This post was last modified: 02-16-2010 12:51 PM by Wawat.

Find all posts by this user Quote this message in a reply
Raymond
Junior Member
**

Posts: 1
Group: Registered
Joined: Apr 2010
Status: Offline
Reputation: 0
Post: #148
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 ROFL
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.

Find all posts by this user Quote this message in a reply
pinoyevolution
Junior Member
**

Posts: 1
Group: Registered
Joined: Jun 2010
Status: Offline
Reputation: 0
Post: #149
RE: SpiceFuse AJAX Shoutbox Beta for MyBB!

why??not stopping on loading......

06-03-2010 11:33 PM
Find all posts by this user Quote this message in a reply
appletag
Junior Member
**

Posts: 1
Group: Registered
Joined: Jun 2010
Status: Offline
Reputation: 0
Post: #150
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
Find all posts by this user Quote this message in a reply
Post Reply  Post Thread 

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites

Forum Jump: