Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - live627
196
Off-topic / Re: Welcome to modern times.
« on June 2nd, 2013, 10:13 PM »
Use RAID 5 on 4 500 GB HDDs.
197
Features / Re: Something I learned from sm.org
« on June 2nd, 2013, 05:08 AM »
Yep yep been there done that seen the virtual nana.
198
Off-topic / Re: Initial forecasts of Wedge installs/conversions
« on June 2nd, 2013, 05:06 AM »
Their theme literally changes wit/h the season Summer spring fall and winter.
199
Off-topic / Re: Initial forecasts of Wedge installs/conversions
« on June 2nd, 2013, 02:59 AM »
Quote from icari on June 1st, 2013, 06:51 PM
interesting, i guess they worked hard to do that and not complain on sm.org in the process.
nnahh, no need to complain, ema probably learned much about SMF in the process.
Posted: June 2nd, 2013, 02:56 AM
Quote from Arantor on June 1st, 2013, 07:08 PM
Probably at the same time the theme changed to what it is now.
Their theme changes wit/h the season.
200
Features / Re: Something I learned from sm.org
« on June 2nd, 2013, 02:51 AM »
Quote
in Vista, UAC would prompt you very, very often, to the point where you'd end up clicking OK just to make it go away unless you were smart enough to turn it off in the first place
lol only a fool would do that

/troll
201
Features / Re: Something I learned from sm.org
« on June 1st, 2013, 05:18 AM »
I did that once, too.
202
Off-topic / Re: Scary Times Helping Other Admins
« on June 1st, 2013, 02:06 AM »
lol
203
Plugins / Re: Notifications (Moved Topic)
« on May 31st, 2013, 11:48 AM »
I have the PM popup on.
204
Plugins / Notifications (Reported Post)
« on May 31st, 2013, 11:22 AM »
This plugin sniffs for the proper event (reporting posts) and creates a notification for all admins/mods/local mods.

205
Plugins / Notifications (Moved Topic)
« on May 30th, 2013, 01:17 PM »
The moved topic annoyancesnotices via. PM are really driving me crazy. So I decided to extend the notification system to include these. If a member moves their own topic, they won't get a cheeseburgernotification because they obviously already know about it. Or, I hope they do. Hmm, maybe.... ZOMBIE INVASION!!

206
Archived fixes / Re: action_list is called too late
« on May 30th, 2013, 09:39 AM »
I'm not so sure that'll work...

The action loader doesn't use those, it uses $action_list because that's where all the action data is stored.

The behavior hook could do without the extra param, as it's a copy of $context['action'].
207
Plugins / Recent Topic Moderation History
« on May 30th, 2013, 09:07 AM »
Allows the user to see a list of moderation actions in topics.


208
Archived fixes / Re: moderation log and non-moderators
« on May 30th, 2013, 08:11 AM »
When an admin moves a thread, the event isn't logged. I'd argue all moves should be logged, regardless.
209
Just an irregularity. Also, if someone points this out in the future, we can then direct them to this topic.
210
Archived fixes / A plugin must declare an action the long way
« on May 29th, 2013, 11:09 AM »
I see
Quote
// Remember, if the function is the same as the filename, you may declare it just once.
iin the man index file. However, a plugin must still declare their action the long way.

Note that this isn't through the XML interface.