News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

SMFPacks.com Shoutbox

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

Previous topic - Next topic

fairytears

Okay, I was able to get the smilies and fonts to work in Firefox by getting rid of this line in my stylesheet

overflow-x:hidden;

Weird, I know  :P 

However, the smilies and fonts only work in the index page. If people access the shoutbox from the messageindex or the display, again the smilies and fonts don't work  :-\

And the members keep getting kicked off the forum, they have to log in again and again. For a couple of days I unistalled the shoutbox and the problem was solved. But they missed it so much I installed it again, and now they are getting kicked off again  :'(

Centurio

I've installed this shoutbox, but only i can see this, users not. What should i do? Pleeease, help.

JulesW

QuoteI've installed this shoutbox, but only i can see this, users not. What should i do? Pleeease, help.

Set user permissions
And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee. Ezekiel 25:17

Joker™

Quote from: sid2varun on October 24, 2009, 03:06:18 PM
i just waana know is there any code by which when a New Topic Or New Post Came That Link  Shuld Be Visble In Shout box..  like if someone post something the post link automatically comes in shoutbox....

also i have seen this question already here but cant find the answer...

thanx in advance to all u g8 guys

plz have a look at my prob :(
Github Profile
Android apps
Medium

How to enable Post Moderation

"For the wise man looks into space and he knows there is no limited dimensions." - Laozi

All support seeking PM's get microwaved

German_AC

#864
Hi, I installed shoutBox and it works nice. But in explorer 8 the box stays blank and nothing happens. The little clock image remains on the left corner.

It works perfect with Firefox 3.x and Google Chrome.

Is there any way to make it work on IE?

Thanks

EDIT: This is what it says:




But the way, here is a translation to spanish_latin in case someone needs it. Just add this file to your /themes/default/languages directory an enjoy. And add this code to your modifications.spanish_latin.php file:

//Hack's Park Shoutbox
$txt['sba_title'] = 'Shoutbox';
$txt['sba_link'] = 'Shoutbox';
$txt['permissiongroup_shoutbox'] = 'Shoutbox';
$txt['permissionname_shoutbox_view'] = 'Ver Shoutbox';
$txt['permissionname_shoutbox_post'] = 'Postear mensajes en Shoutbox';
$txt['permissiongroup_shoutbox_panel'] = 'Panel de Moderación de Shoutbox';
$txt['permissionname_shoutbox_edit'] = 'Editar mensajes en Shoutbox';
$txt['permissionname_shoutbox_delete'] = 'Borrar mensajes en Shoutbox';
$txt['permissionname_shoutbox_prune'] = 'Vaciar Shoutbox';
$txt['permissionname_shoutbox_ban'] = 'Bannear usuarios en Shoutbox';
//Fin Hack's Park Shoutbox



Artificial intelligence is not a rival for natural stupidity.

Pinball Nation

Quote from: JulesW on October 24, 2009, 03:09:12 PM
QuoteI want to add the shoutbox to all my forum categorys.I see where you can add it in the admin panel but don't know what to type in to the box to get it to work.

;all
This does not work.I tried this an nothing happens.

JulesW

QuoteThis does not work.I tried this an nothing happens.

The question was asked earlier in this thread and you can read the reply here

however I tried to put ";all" in the action field and I also don't get the shout on all pages... Im confused now...
And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee. Ezekiel 25:17

German_AC

Quote from: JulesW on October 01, 2009, 03:31:47 PM
QuoteVersion 2.0.2 September 05, 2009
! Bug fixing
! Bug: problen with IE8 fixed
! Bug: smileys break link fixed

Hi Jules, I've installed the 2.0.2 version but is not working on IE. Could you tell me what was the bug fixed so I can check it again in my installation?

Thanks!



Artificial intelligence is not a rival for natural stupidity.

JulesW

ppl with ie8 were complaining not to see any posts in the shout or could not use the shout. There is a compatibility mode in ie 8 that helped a few ppl,( click the page compatibility button up top next to the browser window, the button looks like a ripped piece of paper.) However Makito also posted: this,  saying that its not an shoutbox related problem...

And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee. Ezekiel 25:17

Mihkel

Stupid question, but how can I send PM over shout ?

German_AC

Quote from: JulesW on October 26, 2009, 02:34:58 PM
ppl with ie8 were complaining not to see any posts in the shout or could not use the shout. There is a compatibility mode in ie 8 that helped a few ppl,( click the page compatibility button up top next to the browser window, the button looks like a ripped piece of paper.) However Makito also posted: this,  saying that its not an shoutbox related problem...



Thanks man, I clicked the compatibility button and now is working correctly. Estupid Explorer! jeje

Thanks a lot for such a grate mod!

Regards.



Artificial intelligence is not a rival for natural stupidity.

JulesW

Its not my mod, but glad I could help. just trying to give some back to the community!!!

And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee. Ezekiel 25:17

fairytears

I think Makito said ;all no longer works in the updated version

JulesW

QuoteI think Makito said ;all no longer works in the updated version

I might have missed that post so thanks for the info! That prolly means you need to specify all boards you want the shout in?
And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee. Ezekiel 25:17

djunisol

can someone help me getting this to work in a custom theme and not the default

JulesW

Quotecan someone help me getting this to work in a custom theme and not the default

To get it to work on a custom theme, you'll need to edit the theme specific files manually. It's the /Themes/YOURTHEME/index.template.php file.
find:
}

function template_body_below()
{


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

And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee. Ezekiel 25:17


Joker™

Quote from: sid2varun on October 25, 2009, 02:53:22 PM
Quote from: sid2varun on October 24, 2009, 03:06:18 PM
i just waana know is there any code by which when a New Topic Or New Post Came That Link  Shuld Be Visble In Shout box..  like if someone post something the post link automatically comes in shoutbox....

also i have seen this question already here but cant find the answer...

thanx in advance to all u g8 guys

plz have a look at my prob :(

is there no answer to my question......

plz some one reply
Github Profile
Android apps
Medium

How to enable Post Moderation

"For the wise man looks into space and he knows there is no limited dimensions." - Laozi

All support seeking PM's get microwaved

linette97

Great Shoutbox & Thanks!!  Works great with 2.0 RC1.2 on my custom theme.

I have several questions, Some where ask many posts ago and some recent but still can't fix the problem

1st - How do you change "width" of the shoutbox? I would like to make it smaller & not stretch across the size of the board.

2nd - Getting it to show on "every page" I have these actions working
boardindex
collapsecategory
messageindex
display
post

But I REALLY want it to show in the Admin Panel. That's where I am most of the time.
I tried using "Admin" but it does not work. Any ideas?

Thanks in advance!!
Watch Documentaries Online!


Yesterday is history,
Tomorrow is a mystery,
Today is a gift,
That's why it's called the Present.

zoran_dj

Quote from: rjckE on October 19, 2009, 09:36:47 AM
Hello guys, can someone tell me how do i delete this small dot?

http://img33.imageshack.us/img33/7898/wtf1d.jpg

Thanks

I have same dot showing on megapolis theme, how to fix it thanks!

Advertisement: