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.
481
Features / Re: Github & stuff
« on July 8th, 2012, 07:16 PM »
Hey, look at Wordpress. They seem to get by with SVN. Neither do they use SF or GC or whatever. Perhaps, staying with how you roll right now isn't such a bad idea after all.
482
Features / Re: Like types?
« on July 8th, 2012, 06:35 AM »I am not going to get into the madness that is 'picking a distribution for installation'.
* live627 is reminded of Linux
483
Features / Re: Very cool Thumbnail generation...
« on July 8th, 2012, 06:31 AM »
but not 12 bytes :P
485
Features / Re: Very cool Thumbnail generation...
« on July 8th, 2012, 05:23 AM »I figured that Jcrop code would be more useful as an inspiration than anything else, and by the time you were through rewriting it, it would be 4 lines of code and compress down to 12 bytes! :D
486
Features / Re: New revs - Public comments
« on July 7th, 2012, 10:08 PM »With what browser?
487
Features / Re: New revs - Public comments
« on July 7th, 2012, 05:53 AM »
reqWin here opens a new window. (It was DHTML yesterday, though...)
488
The Pub / [FAQ] Re: Is it a friendly fork?
« on June 26th, 2012, 11:29 PM »But I am not one of them, you know me better than anyone in SD and even in Wedge that I am capable enough to be a great tester but I sway away for so long I lose motivation due to moving, new life and a new job, I rarely have time to invest into it. :(
489
Features / Changes to profile_execute_on_save
« on June 25th, 2012, 06:29 AM »
I'd like several changes to be made to profile_execute_on_save:
o Since it is what amounts to a hook, use call_hook
o Rename to something like profile_save
o Move it above the error trap, approx. line 630
o Pass some variables to it - $memID, $post_errors
Could that be done?
o Since it is what amounts to a hook, use call_hook
o Rename to something like profile_save
o Move it above the error trap, approx. line 630
o Pass some variables to it - $memID, $post_errors
Could that be done?
491
Off-topic / Re: Handy JS plugin
« on June 24th, 2012, 05:54 AM »
lmao - the most I have laughed all day :D
492
Plugins / [Plugin] Re: Awards
« on June 21st, 2012, 07:19 AM »Can you work on an "arsehole" image and include it.
I got plenty of members that will be awarded that one :lol:
But I didn't design any of those.
Now all we gotta do is somehow make it possible to display these on the main thread view and we're golden ;)
Posted: June 20th, 2012, 11:58 PM
And done. I'd much rather use loadMember...() functions, as that seems less hackish than trying to add them in at the last minute via display_post.
493
Plugins / Extending the moderation filter actions when posting
« on June 21st, 2012, 02:41 AM »
Currently, only the known variables can be extended through a hook. It should follow, then, that the actual filtering should also be plugin-friendly.
Now, the problem is how exactly to extend these best. Currently, each action is handled in a big switch syntax. I see two ways to do this. We could run with this (using the "default" case) or divide each action into separate functions.
Thoughts?
Now, the problem is how exactly to extend these best. Currently, each action is handled in a big switch syntax. I see two ways to do this. We could run with this (using the "default" case) or divide each action into separate functions.
Thoughts?
494
Features / Re: Additional rows inn generic list
« on June 21st, 2012, 12:01 AM »(Cannot edit to remove typo...)
495
So, one of my more involved (and complex) plugins is an awards system.
o Multiple categories
o Use AeMe to manage the image, badge, w/e
o Assign multiple awards to members (duh!)
o New profile are to show awards assigned to a member
o List awards in the mini profile next to their post in a topic
o Extend the user menu with a link to show their awards
To be implemented:
o Searchable awards: new item in the search menu drop
o Opt out of an award
o Integrate into the new moderation filters
o Auto award based on post count, added to new membergroup
o Multiple categories
o Use AeMe to manage the image, badge, w/e
o Assign multiple awards to members (duh!)
o New profile are to show awards assigned to a member
o List awards in the mini profile next to their post in a topic
o Extend the user menu with a link to show their awards
To be implemented:
o Searchable awards: new item in the search menu drop
o Opt out of an award
o Integrate into the new moderation filters
o Auto award based on post count, added to new membergroup