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

cryptic3

Hi all.

I have pressed uninstall when there were errors-- yes i know stupid-- but now i need help please.

Forum says- Unable to load the 'Shoutbox' template.

How do proceed from here please.


cryptic3


tj007s13

This mod messes with the "Who's Online" page...

It makes almost everyone's action say "Unknown Action"

I realize this is because every ajax refresh...

Can you make this mod not report to the "Who's Online" page or make it say "ShoutBox" instead of unknown...

amber438

Hi
I installed latest version of Hacks Park on my forum version 1.1.11 and before I go editing and upgrading, I'd like to know how to solve this issue.
The input box is too wide and goes under the red checked sound buttom
Here is a pic



any help would be appreciated
Thanks




MAD_MOH

Quote from: gitchuone on October 16, 2009, 01:05:59 PM
Quote from: qubbah on October 14, 2009, 01:11:32 PM
how can i remove [ The above message has been seen] popup after send the shout.?

I have been looking for this too and can't figure it out. That's not exactly what the message says, but it's close. Same effect really.

I have quite a few users on my site and when I have the ShoutBox enabled on multiple pages, it tends to "lag" if there is an on-going conversation happening in the shoutbox and then that message pops up if new messages are posted.

Not sure of the fix yet.

I think i have solved the problem
In your shoutbox.js search for this string
if(Shoutbox.posting) return window.alert(Shoutbox.lang.posting);

change it :
if(Shoutbox.posting) return;

window.alert is the popup call, Shoutbox.lang.posting is linked to the textstring "sbe_1" (your message has been send). You´ll find it here:

Shoutbox.template.php
// langs
echo '
Shoutbox.lang.tooshort = "' . $txt['sb_12'] . '";
Shoutbox.lang.toolong = "' . $txt['sb_12b'] . '";
Shoutbox.lang.posting = "' . $txt['sbe_1'] . '";
Shoutbox.lang.banned = "' . $txt['sbe_2'] . '. ' . $txt['sbe_3'] . '";';


So iam a java noob, but "if(Shoutbox.posting) return window.alert(Shoutbox.lang.posting);" looks like
-> on every shoutbox post return a window alert popup !?!?!
I dont know what this is good for.

After my modifikation the popup is gone, and no lag !

Greets from germany


RobertLiotru

Quote from: RobertLiotru on February 14, 2010, 04:51:03 AM
ok but the smiley are not aligned to the nick of the customers. how I can make?

pyro1082

Any hopes on getting this updated to rc3?

Arantor

As it was last updated 6 months ago, and isn't even ready for RC2, I somehow doubt it :(
Holder of controversial views, all of which my own.


meko me

Quote from: Arantor on March 14, 2010, 01:02:38 PM
As it was last updated 6 months ago, and isn't even ready for RC2, I somehow doubt it :(

RIP HacksPark shoutBox :'(

pyro1082

So is there any solid way o putting it on rc3 or is it like trying to fix a crying baby?

Arantor

Well, its author doesn't seem to be around and no-one seems to want to look after it, so I think you may be right there, pyro.
Holder of controversial views, all of which my own.


kitkat22

could someone please post the manual install instructions for v. 1.1.11?  when i click on the link on the download page for the manual install instructions, i get an error that it can't be parsed.

Arantor

kitkat22: Use the instructions for an earlier version that is supported. Very little changed through the 1.1 series in that respect.
Holder of controversial views, all of which my own.


kitkat22

hi arantor and thank you for replying - i just tried to get the instructions for every version of smf and i got an error for every version.  is the site maybe down?  i don't have a clue about php so i don't know how to install this mod, but i can follow instructions and if i had them, i'm fairly confident i could install this on my own :)

Arantor

Nearest instructions to what you need: http://custom.simplemachines.org/mods/index.php?action=parse;mod=1295;attach=114532;smf_version=1.1.10

That's how to install the mod on 1.1.10, should be identical for 1.1.11.
Holder of controversial views, all of which my own.


kitkat22

Arantor, thank you so very much :)  This is exactly what I was after!

Carnaggee

I have SMF 1.1.11 and I have a problem with FireFox 3.6 - when I write message I can see it but when I refresh page or update shoutbox I cannot see any messages in it. Even when I chcek in moderation panel i cannot see them. Under Internet Explorer 7 everything is ok. Anyone has any idea how to fix it?

moofy

I installed this mod on a none default theme and nothing appears.

It works just fine on the default one though.

Any ideas? Anymore information you need from me?

And yes, I did get errors when attempting to install the mod so I went with the manual instructions

thanks

perplexed

Quote from: moofy on March 22, 2010, 06:38:22 PM
I installed this mod on a none default theme and nothing appears.

It works just fine on the default one though.

Any ideas? Anymore information you need from me?

And yes, I did get errors when attempting to install the mod so I went with the manual instructions

thanks

did you manually install it into the theme you are using?  As you will have to do that too :)

FlatFX

#1059
Hi all!
I have some trouble with shoutbox on SMF 1.1.11... When I send a messages with Opera 10.51, shoutbox does not show my message and I can't update the window.  :(


Uncaught exception: TypeError: Cannot convert 'element' to object
Error thrown at line 255, column 1 in setOuterHTML(element, toValue) in http://***/Themes/default/script.js?fin11:
    if (typeof(element.outerHTML) != 'undefined')
called from line 355, column 2 in Shoutbox_PutMsgs(XMLDoc) in http://***/Themes/default/shoutbox.js:
    setOuterHTML(document.getElementById("shoutbox_msgs"), XMLDoc.getElementsByTagName("msgs")[0].childNodes[0].nodeValue);
called from line 508, column 1 in Shoutbox_PostMsg(XMLDoc) in http://***/Themes/default/shoutbox.js:
    Shoutbox_PutMsgs(XMLDoc);
called from line 252, column 3 in <anonymous function: sendDoc.onreadystatechange>() in http://***/Themes/default/shoutbox.js:
    callback(sendDoc.responseXML);

Advertisement: