News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

SMFPacks.com Shoutbox

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

Previous topic - Next topic

pikeman

Quote from: makito on November 17, 2008, 01:34:06 AM
Quote from: pikeman on November 16, 2008, 06:34:56 PM
Hello! On the default theme all works really great. But in kelo-lt115v1 theme, that I use does not work. What's the problem?

Could you please upload the source code of index.template.php?



Here's source without HacksPark adding code Shoutbox. Thank you for your help!

Jakki

#121
The only thing I found is that on my custom theme, the admin box is not showing up.
I used winmerge to do the index.template file and got it going but I can't get it to show in the admin section.

eta: Never mind I found the problem, it was with the modifications.english.php file.


Great Mod BTW, I'm enjoying it.

Jakki

Just wanted you to know I have it up and running without errors in the error log, Great job,!

EMOrtal

All I want for Christmas is a way for this to work with 2.0 Beta 4 :(

flapjack

can you please point me to the right direction: I would like to have a separate subpage on the forum (like the gallery page or help. etc), how would I do that?

thanks

adamcanada

Anyone have a chance to get this working with TinyPortal?

MultiformeIngegno

Quote from: EMOrtal on November 18, 2008, 05:32:49 PM
All I want for Christmas is a way for this to work with 2.0 Beta 4 :(
Seconded!!
I really like this MOD but I'm on beta 4!! :(
RockCiclopedia (wiki - forum), Tutta la storia del rock, scritta da voi ...
Rimanere aggiornati sul mondo della musica grazie al nuovo feed "RockCiclopedia Music News"!

pooya

Quote from: lorenzone92 on November 19, 2008, 08:28:42 AM
Quote from: EMOrtal on November 18, 2008, 05:32:49 PM
All I want for Christmas is a way for this to work with 2.0 Beta 4 :(
Seconded!!
I really like this MOD but I'm on beta 4!! :(

ME 3 !

pikeman


bullbreedluverz

I want to change the minimum messge character length to 1 and seen the following post which i assumes means to edit the value in HP_shoutBox.js but i cant find this file in /public_html/myforum/theme/ or in any other files in my forum files

Quote from: synicfan on October 24, 2008, 08:29:08 AM
I have a question. I want to make the minimum message sent 1 character.
it will not go any less than 3 characters even though in the admin settings I changed it to 1.

Can you help please?

I must check it before get any answer, maybe you have found a bug  :P
Sorry

Edit

I found my error  O:)

Please go to $themeurl/HP_shoutBox.js and delete all lines between 33 and 38

	
if (
document.forms.shoutbox.msg.value.length <= 2) {
	
	
alert(HP_shoutBox["lng_empty"]);
	
	
return;
	
}


Or simply change the 2 with 1

	
if (
document.forms.shoutbox.msg.value.length <= 1) {






J-Bird

Is it possible to have the shoutbox in a frame that is static, and does not refresh as one moves through the forum below the shoutbox?
Love, often

Lae

I installed the shoutbox, but I'm having a weird problem with it. When writing to the shoutbox the text that I write won't show, but only the nicks and the background.

Dr. Jay Sin

#132
EDIT: Okay, I found an obvious mistake, corrected it, and I still get the problem described below...

Quote from: JCS on November 06, 2008, 08:47:22 AM
Quote from: Menard on November 05, 2008, 06:52:06 PMBefore I take the dive to mod my theme (Aa New Damage), I just wanted quick verification here, as I'm a bit retarded in these matters; I installed on default, and it works beautifully.  I went to the package parser above to see what I need to change in the index.template to get it to show on Aa New Damage, selected INSTALL and ONLY THEME EDITS.  I've got only two edits to make; the first one a big block, and the second a very small adjustment. Question...

The second edit...does it go before that right bracket above the word 'function' (position 1), or before the word 'function' itself (position 2)?  My guess is position 1, but I'm asking because in my theme, the right bracket is at the very end of the box above the word 'function', which appears in the next box below and that's throwing me off.  Just double checking...

as the package parser show, you have to add the code before the bracket, that means, add that on the (position 1).

Alright.  I installed on default, and it works great FLAWLESSLY.  I then used the Package Parser, and it didn't quite work because the one I had only went up to 1.1.6 for the version of SMF you can choose from.  Only half the buttons showed up, I couldn't post messages, none of the bbc buttons worked (couldn't bold, italicize, post links, etc), whatever.  So I chopped out my edits from my theme's index.template, made sure everything was back to normal, and then went through this thread and found a better one (the one I just linked in my siggy below) and used that one because it DOES let you choose 1.1.7.

I went back through and edited my index.template but now...same problem...any ideas?  If I were just missing some button images, that would be obvious enough...I'd have to upload stuff to my theme's BBC button images folder.  But I'm missing total functionality, too.  I can enter text into the field, but nothing happens when I hit Send message...nor anything else.

I can't wait to get it to work with my theme, because it really is a FANTASTIC mod, and me peeps are going to LOVE it!   :)

Nibogo

#133
Quote from: Menard on November 20, 2008, 08:13:20 PM
EDIT: Okay, I found an obvious mistake, corrected it, and I still get the problem described below...

Quote from: JCS on November 06, 2008, 08:47:22 AM
Quote from: Menard on November 05, 2008, 06:52:06 PMBefore I take the dive to mod my theme (Aa New Damage), I just wanted quick verification here, as I'm a bit retarded in these matters; I installed on default, and it works beautifully.  I went to the package parser above to see what I need to change in the index.template to get it to show on Aa New Damage, selected INSTALL and ONLY THEME EDITS.  I've got only two edits to make; the first one a big block, and the second a very small adjustment. Question...

The second edit...does it go before that right bracket above the word 'function' (position 1), or before the word 'function' itself (position 2)?  My guess is position 1, but I'm asking because in my theme, the right bracket is at the very end of the box above the word 'function', which appears in the next box below and that's throwing me off.  Just double checking...

as the package parser show, you have to add the code before the bracket, that means, add that on the (position 1).

Alright.  I installed on default, and it works great FLAWLESSLY.  I then used the Package Parser, and it didn't quite work because the one I had only went up to 1.1.6 for the version of SMF you can choose from.  Only half the buttons showed up, I couldn't post messages, none of the bbc buttons worked (couldn't bold, italicize, post links, etc), whatever.  So I chopped out my edits from my theme's index.template, made sure everything was back to normal, and then went through this thread and found a better one (the one I just linked in my siggy below) and used that one because it DOES let you choose 1.1.7.

I went back through and edited my index.template but now...same problem...any ideas?  If I were just missing some button images, that would be obvious enough...I'd have to upload stuff to my theme's BBC button images folder.  But I'm missing total functionality, too.  I can enter text into the field, but nothing happens when I hit Send message...nor anything else.

I think of you dont have the images of the shoutbox , try to modifiy the index.template or add the missing images

Quote from: Lae on November 20, 2008, 02:04:06 PM
I installed the shoutbox, but I'm having a weird problem with it. When writing to the shoutbox the text that I write won't show, but only the nicks and the background.

Do you check the color of the font in the admin panel??

Quote from: bigj164019 on November 20, 2008, 11:30:13 AM
Is it possible to have the shoutbox in a frame that is static, and does not refresh as one moves through the forum below the shoutbox?

If you dont want to refresh just add a  (really) big number for that option in the shoutbox admin

Quote from: EMOrtal on November 18, 2008, 05:32:49 PM
All I want for Christmas is a way for this to work with 2.0 Beta 4 :(

PLease be patient with this , the mod have a lot of features , functions , modifications and other things , also the developers JCS and makito have a lot of work with other important things ;)

Quote from: adamcanada on November 18, 2008, 10:19:44 PM
Anyone have a chance to get this working with TinyPortal?

Try adding a iframe with the action=shoutbox window , is really easy to do ;) , but the developers dont have an official

Dr. Jay Sin

#134
Quote from: NIBOGO on November 20, 2008, 08:45:08 PM

QuoteAlright.  I installed on default, and it works great FLAWLESSLY.  I then used the Package Parser, and it didn't quite work because the one I had only went up to 1.1.6 for the version of SMF you can choose from.  Only half the buttons showed up, I couldn't post messages, none of the bbc buttons worked (couldn't bold, italicize, post links, etc), whatever.  So I chopped out my edits from my theme's index.template, made sure everything was back to normal, and then went through this thread and found a better one (the one I just linked in my siggy below) and used that one because it DOES let you choose 1.1.7.

I went back through and edited my index.template but now...same problem...any ideas?  If I were just missing some button images, that would be obvious enough...I'd have to upload stuff to my theme's BBC button images folder.  But I'm missing total functionality, too.  I can enter text into the field, but nothing happens when I hit Send message...nor anything else.

I think of you dont have the images of the shoutbox , try to modifiy the index.template or add the missing images

As predicted, all that did was add the images.  I still have zero functionality.  When I type a message and press Send message, it disappears from the input field and does not appear in the display field.  Still cannot bold, italicize, add a link, etc.  Everything LOOKS great, but nothing DOES anything.

What do you mean 'images of the shoutbox'?  That's kinda vague (for me).  Are you talking about the box itself?  Everything APPEARS as it does in default, except with my theme.  It just doesn't DO anything, including indicating that there are no messages in the shout box upon opening it initially.

EDIT: stripped out all edits and tried again just now.  Same problem.  Attached my index.template.php again for reference.

J-Bird

Quote from: bigj164019 on November 20, 2008, 11:30:13 AM
Is it possible to have the shoutbox in a frame that is static, and does not refresh as one moves through the forum below the shoutbox?

Quote
If you dont want to refresh just add a  (really) big number for that option in the shoutbox admin.

Im afraid your answer will only slow the refresh rate, which is NOT what I want.
What I want, is to be able to changes forum pages, but have the shoutbox remain without reloading. Like frames. You understand?
Love, often

J-Bird

Is there a way to increase the maximum amount of characters per message?
I have the shoutbox widened, but cant find how to increase length of each posted message.
Love, often

JaGuR

To display in index with out an action, and display every where on forum

Found this Gem in the Code while trying to Mod it to work on my index

add this in the admin section  in this field "Sites where shoutBox will be printed (?action=)" ;all

Simple as that, no need for Iframes Tiny Portals

Lae

#138
Quote from: NIBOGO on November 20, 2008, 08:45:08 PM
Quote from: Lae on November 20, 2008, 02:04:06 PM
I installed the shoutbox, but I'm having a weird problem with it. When writing to the shoutbox the text that I write won't show, but only the nicks and the background.

Do you check the color of the font in the admin panel??

Yes of course, it's not about that, because the text just won't show in the box (f.e. when selecting there where the text should be, there's nothing). I tried it now on an other board, where we have no other mods even, and it doesn't work there either. We're using the 1.1.7. version.

Edit. And weirder it gets. I can see the messages when looking from my database, but the shoutbox won't show them in any view. It seems to read all the other information, but not the message part.

dimdom

#139
I am using overview dark theme and I have Tiny Portal 0.9.8 installed...

Any help with the modifications in this file?

---solved---

Advertisement: