MyBB Community Forums

Full Version: [AJAX] Inferno Shoutbox for MyBB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2014-01-10, 04:32 PM)Jump1979man Wrote: [ -> ]My issue appears to be the same as this, however I was wondering if you updated the code like you said or not?

btw, I made the code change and it shows up now.

Yes I've updated the code in the 1.2 update
Great Job.
Is it already possible to download version 1.2?
ill just wait for the 1.3 where has statistics Smile
How do I get only administrators to see the archive?
How long will it going release 1.2?
hey thank you for that greate shoutbox can u add on next version timed ban and silence please?like
/ban user 1 hour/day
/silence user 2 hours/days
[Image: zo8tNdI.png]

The last few days I have this on my server......
Is there a solution?
i dont suppose there is anyway for me to alter the order in which shouts are displayed?

Its currently oldest at the bottom and newest at the top.

I want them the other way around. How could i go about doing that? Happy to modify code myself.
(2014-01-14, 09:31 PM)306oc Wrote: [ -> ]i dont suppose there is anyway for me to alter the order in which shouts are displayed?

Its currently oldest at the bottom and newest at the top.

I want them the other way around. How could i go about doing that? Happy to modify code myself.

This is a simple fix. Open up the file

inc/plugins/inferno/class_core.php

find:

ORDER BY s.sid DESC

replace with:

ORDER BY s.sid ASC
To start congratulations for your plugin is very simple to use.
Is it possible to make a conversation (pm) to many? Not just between two people Huh