News:

Wondering if this will always be free?  See why free is better.

Main Menu

SMFPacks.com Shoutbox

Started by Nibogo, October 19, 2008, 11:41:06 AM

Previous topic - Next topic

Dr. Jay Sin

If you're using a theme other than SMF default, you will need to manually enter the javascript, images, and php into your theme.  You can find where this info was placed in the default theme and copy/paste it into the same sections of the theme you are using.  There are explicit instructions on one of the pages in this thread.  I was worried when I had to do it, but it turned out to be easier than I thought it might.

Good luck to you! :)

mash-e1

Quote from: Menard on January 17, 2010, 01:56:59 PM
If you're using a theme other than SMF default, you will need to manually enter the javascript, images, and php into your theme.  You can find where this info was placed in the default theme and copy/paste it into the same sections of the theme you are using.  There are explicit instructions on one of the pages in this thread.  I was worried when I had to do it, but it turned out to be easier than I thought it might.

Good luck to you! :)

Ok thanks i got it to show up but is it meant to look like this

http://imgcentre.com/img/uploads/big/2d06a3346f.png

Is there anyway of me puttin a bix around it

The thing is

Dr. Jay Sin

That does appear just about right, from what I can tell.  You can choose with this version to have messages displayed above or below the text input box; looks like you chose to display them above, like in mine.

What's a bix, if you please?

Dawni

I think he meant "box" not "bix"  :o

Ozzie

did anyone ever solve the [ img ] tag problem so we can post pics in the shouty ???????????

2000+ games available to download

fals

Quote from: makito on September 09, 2009, 11:05:11 PM
Quote from: Yzzy on September 09, 2009, 10:12:14 AM
Quote from: trikos on September 09, 2009, 02:40:52 AM
My problem is that the page is jumping down to the shoutbox in the browser.

Same here!

:P I forgot, sry, will fix it in next version :P


Hi
I found a way to fix this  8)


in shoutbox.js - search for (around line 98):
document.getElementById("shoutbox_message").focus();

Change to:
//document.getElementById("shoutbox_message").focus();


Again in shoutbox.js - search for (around line 496):
document.getElementById("shoutbox_message").focus();

Change to:
//document.getElementById("shoutbox_message").focus();


Reload your page (F5) - now theres no jumping down to the text input line - works like a charm on my site  ;)






500fan.dk - SMF 2.0 ~ custom theme
ls-forum.dk - SMF 2.0.2 ~ custom theme and custom iPhone theme


qubbah

how can i make this shoutbox can read arabic username?

fals

Anyone found a way to include member avatars ?


I made a "facebook wall" lookalike layout, just need the avatar  :)








500fan.dk - SMF 2.0 ~ custom theme
ls-forum.dk - SMF 2.0.2 ~ custom theme and custom iPhone theme

eigthy

someone knows how to put it to work with simple-portal, the information on this page http://hackspark.blogspot.com/2009/09/como-colocar-el-shoutbox-en-simple.html [nofollow] did not help me, I have to change something in the database?

RobertLiotru

I have an error with Internet Explorer 8
In internet explorer 8 dont' view the messages and in control details page i found that the forum have an error with script.js

fals

Quote from: RobertLiotru on February 07, 2010, 05:34:59 AM
I have an error with Internet Explorer 8
In internet explorer 8 dont' view the messages and in control details page i found that the forum have an error with script.js
Look earlier in this tread - there a lot on that topic

Your users need to add your website as a trusted site -> then it works






500fan.dk - SMF 2.0 ~ custom theme
ls-forum.dk - SMF 2.0.2 ~ custom theme and custom iPhone theme

RobertLiotru

#1032
I would want to separate the space between a message all' other because if I insert of the great emoticons the space is bad. How I can make?

fals

Quote from: RobertLiotru on February 08, 2010, 04:00:25 AM
I would want to separate the space between a message all' other because if I insert of the great emoticons the space is bad. How I can make?
Open Sources/Shoutbox.php

Search for:
'message' => '<span style="' . $s['style'] . '">' . ($cmd_me ? $s['realName'] . ' ' : '') . (isset($disabled['smileys']) ? censorText($s['message']) : Shoutbox_ParseSmileys(censorText($s['message']))) . '<>',


Change to:
'message' => '<span style="' . $s['style'] . '">' . ($cmd_me ? $s['realName'] . ' ' : '') . (isset($disabled['smileys']) ? censorText($s['message']) : Shoutbox_ParseSmileys(censorText($s['message']))) . '<></br>',






500fan.dk - SMF 2.0 ~ custom theme
ls-forum.dk - SMF 2.0.2 ~ custom theme and custom iPhone theme

gitchuone

I haven't even tried this yet because I don't want to break my live forum, but I am wondering if it's possible to install multiple occurrences of the ShoutBox to make use of private boards with a private shoutbox.

Any idea?

RobertLiotru

#1035
Quote from: fals on February 09, 2010, 02:34:19 PM
Quote from: RobertLiotru on February 08, 2010, 04:00:25 AM
I would want to separate the space between a message all' other because if I insert of the great emoticons the space is bad. How I can make?
Open Sources/Shoutbox.php

Search for:
'message' => '<span style="' . $s['style'] . '">' . ($cmd_me ? $s['realName'] . ' ' : '') . (isset($disabled['smileys']) ? censorText($s['message']) : Shoutbox_ParseSmileys(censorText($s['message']))) . '<>',


Change to:
'message' => '<span style="' . $s['style'] . '">' . ($cmd_me ? $s['realName'] . ' ' : '') . (isset($disabled['smileys']) ? censorText($s['message']) : Shoutbox_ParseSmileys(censorText($s['message']))) . '<></br>',

ok but the smiley are not aligned to the nick of the customers. how I can make?

tvirusxx1

#1036
Help please...



What did I do wrong?? :'(

Never mind ive got it to work :D.

Forgot to place it inside the php tags....
although it said "at end of file".

gitchuone

Quote from: tvirusxx1 on February 11, 2010, 04:52:50 PM
Help please...


What did I do wrong?? :'(

Never mind ive got it to work :D.

Forgot to place it inside the php tags....
although it said "at end of file".

;D

don't worry... it happens. Good luck!  :)

RobertLiotru

ok but the smiley are not aligned to the nick of the customers. how I can make?

qubbah

hope anybody can make this shoutbox compatible with ie8 without using compatibilty mod.

Advertisement: