News:

SMF 2.1.3 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

Dzonny

Quote from: pikeman on February 13, 2022, 07:30:56 AMHello, is a modification for 2.1 planned?
There is a pro version, it's 2.1 ready now :)

Apart from that, anyone had a problem similar to this, I'm on 2.1.1 (php 7.3) and with fresh install (PRO version of the mod) I'm getting errors:
QuoteThere was an error loading new messages, this could be due to losing your session or server being unavailable, please refresh this page or wait 8 seconds while the shoutbox retries.
Messages won't show until page is reloaded, and also I can't open Moderation panel from shoutbox, it's loading all the time in endless loop. Any suggestions?

pikeman


pikeman

Deinstalled, author does not show interest in fixing the errors.

chaos40

Hello everyone

not sure if this question was answered already but is there a way to make all the shouts in the shout box go into a thread?

I've seen this done on other forums where all shouts will get dumped into a pre designated thread

thanks

Doug Heffernan

Quote from: chaos40 on August 28, 2022, 01:19:39 PMnot sure if this question was answered already but is there a way to make all the shouts in the shout box go into a thread?

Yes, there is a way, but it will require custom work. It can not be done in the current version/sate of the mod.

chaos40

Quote from: Doug Heffernan on August 28, 2022, 02:19:02 PM
Quote from: chaos40 on August 28, 2022, 01:19:39 PMnot sure if this question was answered already but is there a way to make all the shouts in the shout box go into a thread?

Yes, there is a way, but it will require custom work. It can not be done in the current version/sate of the mod.

Cool. I'm assuming this is a paid for option?

Any idea on a price? who do I reach out to?

thanks in advance

should I post a link to my forum?

Doug Heffernan

Quote from: chaos40 on August 28, 2022, 02:29:52 PMCool. I'm assuming this is a paid for option?

Any idea on a price? who do I reach out to?

thanks in advance

should I post a link to my forum?

I do not know if it is going to be a paid option or not, and how much it will cost. You can ask the mod author about all that. I have not seen him being active here, so it might be best to reach him at his own forum.

chaos40

Quote from: Doug Heffernan on August 28, 2022, 02:35:14 PM
Quote from: chaos40 on August 28, 2022, 02:29:52 PMCool. I'm assuming this is a paid for option?

Any idea on a price? who do I reach out to?

thanks in advance

should I post a link to my forum?

I do not know if it is going to be a paid option or not, and how much it will cost. You can ask the mod author about all that. I have not seen him being active here, so it might be best to reach him at his own forum.

that would be smfpacks.com - correct?

thanks for your replies


chaos40

Any ideas on how to get this mod to display properly with a mobile device?

rcane

#2870
Hello folks. 

I'm running: 2.0.19.  The shoutbox seems to work fine, but the errors are still there in the log. 

I'm getting an error for subs-shoutbox.php line 93, trying to access array offset on value type null.


This is the line SMF is pointing to:


// we need this be faster...
==>93:     

   

if (!empty($_SESSION['shoutbox_lastget']) && $_SESSION['shoutbox_lastget'] > $shoutbox['banUpadte'])
94:     


return false;


'banUpadte' (is that a type because banUpdate makes more sense, yet banUpadte shows everywhere in the files) has a value of '0' in the database table. 

I banned a test account, and unbanned them, which left a timestamp of the last event; I'll keep an eye to see if having values in there has any effect on the error.

Nibogo

Try doing:

if (!empty($_SESSION['shoutbox_lastget']) && !empty($shoutbox['banUpadte']) && $_SESSION['shoutbox_lastget'] > $shoutbox['banUpadte'])
banUpadte is indeed a typo which has not been (and probably won't be) fixed.

Advertisement: