SMFPacks.com Shoutbox

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

Previous topic - Next topic

JulesW

I also use a custom theme, and all buttons work fine in both safari an Firefox.

Did you edit the theme specific files manually?
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

Thanks for your help  :)

No, I only edited the index.template manually since everything else seemed to be working fine.

But then, people with FF and Safari told me they couldn't use the buttons. The hover works, and the cursor turns into a little hand, but nothing happens when they click.


JulesW

index.template.php is the only theme specific file for this mod.
I assume you have version 2.0.2 installed? The changelog states that it is tested with ff 3.x and safari 3.x I have SMF 1.1.10 and all buttons work on the custom theme, so I'm sorry, I can't help you any further...

My guess would be, that it has something to do with Javascript, but I don't know anything about that....
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

Yes, I installed 2.0.2

I wonder what could be the problem

Thanks anyway  :)

magnitude2007

is there any function to show the recent posts in shoutbox also ??
:P

Beadan

Hi guys and gals

I downloaded the shoutbox and installed it.  The one problem I had was that I couldn't get anyone to see the box except for admin.  I tried looking around for "admin settings for shoutbox" but couldn't find anything :(

So I took it off and I'm left with the following 2 errors:
8: Undefined index: sba_link
File: /home/-mysite-/public_html/forum/Sources/Subs.php
Line: 2748

and

8: Undefined index: sba_title
File: /home/-mysite-/public_html/forum/Sources/Subs.php
Line: 2747

Is it possible for me to delete those index links completely?  Just want to make 100% sure, as I'm guessing that the uninstall didn't remove them but did take everything else away.

And if someone has an answer to the above questions "why my members can't see the shoutbox" and "where is the admin settings for this thing, lol", I would like to get it working regardless :)

Thanks again!

-Bead

qubbah

still cant run in IE8... properly...

fairytears

#827
Beadan
You have to go to Permissions and give each member group permission to see and write in the shoutbox

gitchuone

Quote from: gitchuone on October 12, 2009, 02:20:58 PM
I cannot find how to add a "Submit" button anywhere. I have users that would like this functionality so they can use the shoutbox from their mobile devices that have no "enter" key.

Also, does anyone know what the name of the Profiles page is? I can have the shoutbox show up on all other pages but can't figure out what to call the Profile page.

Thanks.

bump?

fairytears

gitchuone

In the shoutbox.template approx. line 200

you will find

/* do we use this?
   echo '
                  <td nowrap="nowrap" valign="middle" style="padding:0 0.6em 0 0.4em">
                     <input type="submit" id="shoutbox_send"  value="" onclick="Shoutbox_SentMsg(\'' . $context['session_id'] . '\');" /></td>';
   */

----------------------------------------------------------------------
This is what you need to do

Change /* for //
get rid of  */
fill in value="" with send or shout or whatever you want the button to be

MadBeeOtch

Aloha all.. I just installed this mod, got to see the whole settings part etc, but it doesn't appear on my forum.. Is this for tinyportal or SMF.. I'm new to all this so bare with me..

qubbah

how can i remove [ The above message has been seen] popup after send the shout.?

gitchuone

Quote from: fairytears on October 14, 2009, 12:31:35 PM
gitchuone

In the shoutbox.template approx. line 200

you will find

/* do we use this?
   echo '
                  <td nowrap="nowrap" valign="middle" style="padding:0 0.6em 0 0.4em">
                     <input type="submit" id="shoutbox_send"  value="" onclick="Shoutbox_SentMsg(\'' . $context['session_id'] . '\');" /></td>';
   */

----------------------------------------------------------------------
This is what you need to do

Change /* for //
get rid of  */
fill in value="" with send or shout or whatever you want the button to be

;D  Worked like a charm! 400+ users thank you!

MadBeeOtch

Quote from: MadBeeOtch on October 14, 2009, 12:43:40 PM
Aloha all.. I just installed this mod, got to see the whole settings part etc, but it doesn't appear on my forum.. Is this for tinyportal or SMF.. I'm new to all this so bare with me..

Anyone able to help out? Thanx..

MadBeeOtch


machmanx

Ok, I think this is a great shoutbox as the chat is instant...that's what I expect in a shoutbox.  On my site, the shoutbox gets used a lot, and having efficiency matters.

Though there are a few things I like changed:-

-I would like the "delete shout button" to appear before every post, for selected membergroups only.  It's a pain to have to get the popup to show up just to delete a shout...inefficient.

-Rather than have the "moderation panel link" open up in a new window and minimize the other shoutbox, can't it open in the place of the shoutbox?

-Does this shoutbox store a history?  If so, I'd like it to be accessible to all users as a link (kinda like nneonneo's shoutbox).  People would like to know what happened while they were away and the history button allows them to do that.

-Some BBCode don't work, like "font size", "image tags", etc.  I'd rather have them working.

If the above can be implemented, then it would be the number one shoutbox offered in SMF.  Take it from a guy who has lots of shoutbox usage on his site ;)

Tako

where it says: Pages where Shoutbox will be printed
what do I put in here to get it to show on other pages, like board pages e.g. (/forum/index.php?board=2.0)
I've tryed alot of stuff but none work,  I even tryed  puting help, search  and profile to test if it would show on any of those pages but still no work,

so what can I put in there? on other pages

gitchuone

Quote from: Tako on October 16, 2009, 04:34:22 AM
where it says: Pages where Shoutbox will be printed
what do I put in here to get it to show on other pages, like board pages e.g. (/forum/index.php?board=2.0)
I've tryed alot of stuff but none work,  I even tryed  puting help, search  and profile to test if it would show on any of those pages but still no work,

so what can I put in there? on other pages

I haven't got it to show up on EVERY page, yet, but I got a lot of em. Here's my list...

boardindex
collapsecategory
messageindex
display
memberlist
gallerymain
groups
showhelp
messagemain
dozenpages
post
post2
ClassifiedsMain
admin
profiles

gitchuone

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.

Dawni

I'd like to know how to disable the "message sent" also...

Advertisement: