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.
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 »interesting, i guess they worked hard to do that and not complain on sm.org in the process.
Posted: June 2nd, 2013, 02:56 AM
Probably at the same time the theme changed to what it is now.
200
Features / Re: Something I learned from sm.org
« on June 2nd, 2013, 02:51 AM »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
/troll
201
Features / Re: Something I learned from sm.org
« on June 1st, 2013, 05:18 AM »
I did that once, too.
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 »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'].
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 »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
Archived fixes / Re: A plugin must declare an action the long way
« on May 30th, 2013, 01:32 AM »
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 seeQuote 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.
// Remember, if the function is the same as the filename, you may declare it just once.
Note that this isn't through the XML interface.