Post Reply  Post Thread 
Pages (15): « First < Previous 11 12 13 14 [15] 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
Pages (15): « First < Previous 11 12 13 14 [15] Last »
Post Reply  Post Thread 

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

Forum Jump: