Shoutbox by Siropu

Shoutbox by Siropu [Paid] 1.8.2

No permission to buy (€14.99)

voom

Member
Cool feature - is there a way to also make the links in notifications on mentions open in the room, where the mention was posted?
 

orex

Member
Post update issues when clicking archive link for users who can't use the staff room...

Error: Call to undefined method Siropu\Shoutbox\Finder\Shout::isUserRoom() in src/addons/Siropu/Shoutbox/Pub/Controller/Shoutbox.php at line 104
  1. Siropu\Shoutbox\Pub\Controller\Shoutbox->actionArchive() in src/XF/Mvc/Dispatcher.php at line 352
  2. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
  3. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
  4. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
  5. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2353
  6. XF\App->run() in src/XF.php at line 524
  7. XF::runApp() in index.php at line 20
 

orex

Member
Archive bug fixed.

But mention doesn't seem to work. Clicking the 'shoutbox' link on alert shows the error below.

"
You do not have permission to view this page or perform this action.
"
 

Siropu

Well-known member
Are you using the @ for tagging in the posts? Does the username shows up like @username or simply username?
 

orex

Member
We don't keep the @ character with user mentions and that's causing the error indeed. Keeping the @ character makes the shout linking work. Would be great if it works even when @ character is not present in user mentions.
 

orex

Member
It works this time now without the @ sign. But it highlights the shout for everyone. Is there a way to disable the highlight, our users use mention a lot and that should cause a lot of 'zebra' shouts.
 

orex

Member
We're having issues with clicking the @ sign to mention someone after a while. We needed to reload the page to be able to click the @ sign.
 

NDavid

Member
Hello @Siropu! We're rolling back to previous version (1..8.0) and it wont let us. That means we have to uninstall first. Is there a way to uninstall without losing shouts or at least the top shouters list?
 

Siropu

Well-known member
We're having issues with clicking the @ sign to mention someone after a while.
Will be fixed soon.

Is there a way to uninstall without losing shouts or at least the top shouters list?
You can try removing this from the Setup.php file:

PHP:
$this->schemaManager()->dropTable('xf_siropu_shoutbox_shout');

And:

PHP:
$this->schemaManager()->alterTable('xf_user', function(Alter $table)
        {
            $table->dropColumns(['siropu_shoutbox_last_active', 'siropu_shoutbox_post_count', 'siropu_shoutbox_ban']);
        });
 

NDavid

Member
Is there a way to disable img tags when bb code is enable? And when we disable bb codes is it by design that user mention wont work anymore?
 

NDavid

Member
Will be fixed soon.
Too bad we can't use Shout fully. Bought the Chat 2 and we can't use it totally right after installation.
Miss the days when devs have lite versions everyone could try for free to see if it's working for us first before buying the full version. :(
 

Foxy

Member
Have I missed a change where the shoutbox is empty on pageload/refresh? Or do I have an issue? (everything stays in the archive)

EDIT - Ignore me, this was a template issue my end.
 
Last edited:

NDavid

Member
BUG: The "10 shouts after" shows the 10 latest shouts instead of the 10 shouts after the shout with mention.

The "10 shouts before" works fine.
 
Top