News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

SMFPacks.com Shoutbox

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

Previous topic - Next topic

makito

Quote from: lexa90 on December 20, 2009, 10:35:31 AM
Quotehttp://www.bgdgrotto.com/forum/index.php?action=shoutbox;sa=get;xml;row=0;restart

8: Undefined index: printClass

File: /home/bgdgrott/public_html/forum/Themes/default/Shoutbox.template.php (Shoutbox_GetMsgs sub template - eval?)
Line: 469

Anyone knows how to fix this ?

It's a bug. Go to config panel and fill "Class style (CSS) of messages" with "smalltext", "normaltext" or something else, but don't live it blank.

Quote from: farcoral on December 20, 2009, 05:23:44 PM
Hi, who knows how to fix this ? I have SMF 2.0 RC2.


Shoutbox is not compatible with the
themes of SMF 2.0 RC2, this is not the unique error you're gonna find.
Do not PM me for support, make a post if you need help.

omega008

not work in ie 8, can anybody help me?
just shows the image ..loading..

mailtokikku

#1002
i installed HacksPark shoutBox on my website but i can see it only with the SMF Defaukt theme core


SMF version :- 1.1.10

mailtokikku

I have installed the shoutBox and as expected it only works with the default theme..  :(

What are the steps to install it on other themes

Arantor

You will have to go to the mod's page, find your version in the dropdown, select Parse, and that'll tell you all the edits made. Basically, any edit to any file whose name ends in .template.php is an edit you will have to check against your other theme(s).

Please see: Manual Installation of Mods
Holder of controversial views, all of which my own.


snakemannva

does anyone know what to write in the (Pages where Shoutbox will be printed) to show the box on all the boards? It works great on the boardindex but it does not show nowhere else. Please someone if you can help me thank you so much in advance.

Shmak

Alright, im a noob... Setting up my first SMF forum.. Installed this shoutbox, and can't seem to make it visible to anyone.. If I'm logged into admin, I can see it no problem and such. But on any other user, or as guest, can't see it at all.. I know its something simple, but there again, im a noob =(..

Thanks guys,
Shmak

qubbah

still and still and still problem with IE8.

allymcbeal


jollyrogue

Hey. How do i swap the "Username" and "Timestamp" bits of the shoutbox around? so it would read:

[03|Jan 08:19 PM] username: message......
[03|Jan 08:17 PM] username: previous message......

instead of:

username [03|Jan 08:19 PM]: message....
username [03|Jan 08:17 PM]: previous message......

because i dont like the way that there is a gap if there is a short username between two longer usernames.

username [03|Jan 08:19 PM]: message....
         user [03|Jan 08:17 PM]: msssagggee....
username [03|Jan 08:11 PM]: message....

Dr. Jay Sin

#1010
Hey guys, I used the 'search this topic' but couldn't find much about smileys -no matter how I spelled it- so here's my question; is there a way to have the smileys lay out the way they did in the old version of the shout box where you could see all of them instead of a drop down menu?  I have a good number of smileys on my board, and it's a pain in the ass to scroll all the way through if you happen to want the last on.

Hopefully, there's not a simple setting I missed somewhere along the way.  Thanks in advance for any suggestions!  ;D

I'm using SMF v1.1.11 btw.

Mark S

#1011
Quotestill and still and still problem with IE8.

Some of my members who use IE8 could see the shoutbox, could type in the text area, but it wouldn't post in the view area.

To fix that, the member has to go to their IE8 browser toolbar >  Tools > Compatibility View Settings and add your wesite address to it.


If you notice while browsing your source files, a lot of hard coding has to be done for IE6 & 7 and FireFox in order to view pages correctly.  I'm sure this is a major PITA for the authors.  So, with IE8, the Compatibility View Setting saves them that grief... at least for this Internet "Exploder" version.

Mark S

#1012
Quotedoes anyone know what to write in the (Pages where Shoutbox will be printed) to show the box on all the boards? It works great on the boardindex but it does not show nowhere else. Please someone if you can help me thank you so much in advance


Go to the main Forum folder in your directory. Edit the index.php file as follows:

// Here's the monstrous $_REQUEST['action'] array - $_REQUEST['action'] => array($file, $function).
$actionArray = array(


You're going to add arrays for the forum message board areas and any additional pages, mods, or add-ons where you want the shoutbox to appear:

Add after:
(Example:) 'gallery' => array('Gallery.php', 'GalleryMain'),

Here's a cheatsheet of some of them you may want:

boardindex
messageindex
display (shows on the topic view pages... when you're reading the posts)
memberlist
collapsecategory
gallerymain
groups
showhelp
messagemain
dozenpages
post
post2
ClassifiedsMain

WARNING!  I don't know what happened with this one:  'adminmain' but, when I added it, it really, really screwed things up!  It erased everything in the shoutbox input fields.  So, as always, back-up first!

:D  Here's a quick and easy way to add the ShoutBox to your message boards if you are using the Ad Management mod:

If you have the Ad Management mod and you just want the shoutbox to appear on your message board related indexes (it will not show on any other pages other than these), select:  "Add Ad", name the ad "shoutbox" or whatever you want to call it; in the "Type" drop down option, select "PHP" and enter this code:

// Hack's Park Shoutbox -->
if (function_exists('template_shoutbox')) template_shoutbox('main');
// <-- Hack's Park Shoutbox


IMPORTANT:  In order for this to work, you will also have to remove this code from your index.php file

You can select where you want the shoutbox to appear using the "Display ads on..." options.
You'll want to select:  board index, message index, post page.  This will place the shoutbox right on top of these forum areas.  You can also choose to put it in a left or right tower ad.

If you are using a portal system, this will also place it neatly between the side blocks on your forum message boards, topic indexes and post pages instead of on top of them.  It's neater in appearance and reduces the amount of scrolling needed to jump up and down to chat and read messages.  But, if you choose a left or right tower ad, it will place it next to the portal side blocks.  This doesn't look too good.

You can see how this looks HERE.

allymcbeal

Quote from: ThePharaoh on January 10, 2010, 04:10:54 AM
Quotestill and still and still problem with IE8.

Not sure if this is what you're looking for, but some of my members who use IE8 could see the shoutbox, could type in the text area, but it wouldn't post in the view area.

To fix that, the member has to go to IE8 browser Tools > compatibility view settings and add your wesite address to it.

Thank you now it works with IE8!!!

EduardoP737

Hi, In my website www.htcolombia.org/foro I cant see the shoutbox into Internet Explorer, several users cant see it.

How can I fix that problem?

jollyrogue

#1015
Actually forget my previous..

How do i stop it from automatically scrolling down to the shoutbox? (mine is placed above the info center) when the main page loads it scrolls down and the text cursor is blinking.

oh and disable/mute the sound by default. unless a member enables it?

also.. [url][/url] those tags don't work in the shoutbox for me. especially for [url=][/url]

allymcbeal

Quote from: allymcbeal on January 10, 2010, 05:33:10 AM
Quote from: ThePharaoh on January 10, 2010, 04:10:54 AM
Quotestill and still and still problem with IE8.

Not sure if this is what you're looking for, but some of my members who use IE8 could see the shoutbox, could type in the text area, but it wouldn't post in the view area.

To fix that, the member has to go to IE8 browser Tools > compatibility view settings and add your wesite address to it.

Thank you now it works with IE8!!!

But when I close IE8 it disappear from it, I have to "add" always my site, it that right?

EduardoP737

Quote from: EduardoF1 on January 10, 2010, 05:04:45 PM
Hi, In my website www.htcolombia.org/foro I cant see the shoutbox into Internet Explorer, several users cant see it.

How can I fix that problem?

And... so? Please help!

Dr. Jay Sin

Just posting this again; anyone with any ideas on how to lay the smileys out like in the old version instead of a drop down menu?

mash-e1

OK i installed this MOD fine nothing went wrong even can see the shoutbox section in adminpanel but when i go to my index page i cant see the shoutbox any reason why

i searched the forum but couldnt find any awnser

Advertisement: