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

Posts: 1
Group: Registered
Joined: Nov 2008
Status: Offline
Reputation: 0
Post: #101
RE: SpiceFuse AJAX Shoutbox Beta for MyBB!

for those of you who don't know where to add "<sf_shoutbox>" look at this Image

Problem: the shoutbox won't appear.
FIX: make sure you have successfully transfered the plugin files and that "<sf_shoutbox>" has been written in the correct file.

Problem: the Shoutbox says "loading....".
FIX: make sure you have successfully transfered the java script file and that "<sf_shoutbox>" has been written in the correct file.

11-22-2008 11:05 AM

This post was last modified: 11-22-2008 04:27 PM by Pyon.

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

Posts: 2
Group: Registered
Joined: Nov 2008
Status: Offline
Reputation: 0
Post: #102
RE: SpiceFuse AJAX Shoutbox Beta for MyBB!

NOTE: this works only on SOME templates, not all

11-29-2008 07:51 PM
Find all posts by this user Quote this message in a reply
technoman
Junior Member
**

Posts: 13
Group: Registered
Joined: Nov 2008
Status: Offline
Reputation: 0
Post: #103
RE: SpiceFuse AJAX Shoutbox Beta for MyBB!

4a. Edit the template 'index' (under "Index Page Templates" template group), find:

Code:

{$header}
add below:

Code:

<sf_shoutbox>

4b. Edit the header template, and add <sf_shoutbox> somewhere towards the end, or wherever you would like the shoutbox to be displayed.


--------------
i went and done what you mentioned but it still hasnt gone to top of index instead it only shows after all forums i got ?
---------
using 1.4.3 MYBB with default template

11-30-2008 09:41 PM

This post was last modified: 11-30-2008 09:42 PM by technoman.

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

Posts: 13
Group: Registered
Joined: Nov 2008
Status: Offline
Reputation: 0
Post: #104
RE: SpiceFuse AJAX Shoutbox Beta for MyBB!

http://www.postmeon.com/

my shoutbox is at bottom of page and i would like it at top ...

im newbie so i went by what you mentioned abouve and also looked at your photo and i did it but nothing changed

11-30-2008 09:51 PM
Find all posts by this user Quote this message in a reply
bombastic
Junior Member
**

Posts: 1
Group: Registered
Joined: Dec 2008
Status: Offline
Reputation: 0
Post: #105
RE: SpiceFuse AJAX Shoutbox Beta for MyBB!

it's working for mine now. thanks

12-05-2008 05:57 PM

This post was last modified: 12-06-2008 02:18 PM by bombastic.

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

Posts: 2
Group: Registered
Joined: Dec 2008
Status: Offline
Reputation: 0
Post: #106
RE: SpiceFuse AJAX Shoutbox Beta for MyBB!

it keeps saying "loading" for ever. I followed intructions twice and doubled checked. I already tryed to reinstall it three times! But it still doesn't work. I'm using safari but I also tested it in FF without luck. I'm running MyBB 1.4.4. My URL is http://otakuflame.co.cc/forum it's on the buttom of the forum. (I also tried by putting it in the header, but it still doesn't work.)

12-14-2008 03:14 AM
Find all posts by this user Quote this message in a reply
Chance
Junior Member
**

Posts: 1
Group: Registered
Joined: Dec 2008
Status: Offline
Reputation: 0
Post: #107
RE: SpiceFuse AJAX Shoutbox Beta for MyBB!

I have it and activated it but don't see it anywhere also edited the template.

http://www.sobrietyrebuilt.com/forums

12-16-2008 10:11 PM
Find all posts by this user Quote this message in a reply
monter
Junior Member
**

Posts: 1
Group: Registered
Joined: Dec 2008
Status: Offline
Reputation: 0
Post: #108
RE: SpiceFuse AJAX Shoutbox Beta for MyBB!

Shoutbox works fine, I inserted it in the beginning of footer.
I wonder (I'm PHP and MyBB lame) how can I enable shoutbox for members and hide from guests? What do I have to add?

P.S. I modified spicefuse_shoutbox.php inserting if($mybb->user['uid']) { ... in function sb_show_shouts($last_id = 0), but I'd like the whole shoutbox box to be hidden for guests. Into which function I have to add it?

12-24-2008 09:39 PM

This post was last modified: 12-25-2008 05:30 PM by monter.

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

Posts: 3
Group: Registered
Joined: Jan 2009
Status: Offline
Reputation: 0
Post: #109
RE: SpiceFuse AJAX Shoutbox Beta for MyBB!

I installed the SpiceFuse SEO mod, and since the shoutbox uses the old style links, i desided to update it so it also used the SEO links.

Here is what i did

Open %forumroot%/inc/plugins/spicefuse_shoutbox.php (be sure to make a BACKUP before doing this)

Find this code:
#1

Code:
$message  = $parser->parse_message($row['shout_msg'], $parser_options);


add below this code:

Code:
$username = $row['username'];


Find this code:
#2

Code:
$username = '<a href="member.php?action=profile&uid='.intval($row['uid']).'"'.$extra.'>'.$row['username'].'</a>';


Replace with:

Code:
$username = '<a href="'.$username.'-u-'.intval($row['uid']).'.html">'.$row['username'].'</a>';



Then do it again (there is 2 places for each)

This removes the $extra var which I'm not sure what exactly it does, but my forum wasn't using it. Also it leaves uppercase letters in usernames. I don't see any issues with this, but if there are, you could replace #1's code like this:

Code:
$username = strtolower ($row['username']);


Also this edits the links in the "View Full Shoutbox" link.

Live preview of this working : http://mech.me/forum/index.php

I am not a php expert or mybb forum expert, but I am learning Smile

Enjoy the tweek.


Mech.me The Mechscape Search Engine!
01-09-2009 04:04 AM

This post was last modified: 01-09-2009 04:06 AM by mechme.

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

Posts: 1
Group: Registered
Joined: Jan 2009
Status: Offline
Reputation: 0
Post: #110
RE: SpiceFuse AJAX Shoutbox Beta for MyBB!

Hi i also having the problem that the box won`t show up.

i think i try`d everything mentiont here but still no result, i just don`t see anything on the page.

the forum is @ this url:
No need for watching it anymore Smile

i realy don`t know enything else to try so hopefully there is an solutin for it/

thanx

looks when i look at the source, the code is incomplete, this is the part in the index

<!-- start: sf_shoutbox -->

<!-- end: sf_shoutbox -->

you see it fills nothing in there:/

EDIT: ok got it working now Smile i followed these steps on http://spicefuse.com/spicefuse-ajax-shou...-t-69.html
starnge but true it workes now, the steps are the same, the progress off installing is easyer becouse of the automatic input on the templates, i try so many thing but this worked for me Smile

01-12-2009 01:39 PM

This post was last modified: 01-12-2009 09:26 PM by Staler.

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: