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.

Topics - live627
76
Archived fixes / Delete media: 'No' button does not work
« on October 7th, 2012, 02:46 AM »
The 'No' button on the confirm box to delete media does nothing. Tested here on this site.
Posted: October 7th, 2012, 02:40 AM

No errors in the console when tested on localhost with un-minified JS.
77
Archived fixes / Database column type 'decimal' ignored
« on October 7th, 2012, 02:02 AM »
In plugin-info.xml, if there is a column typed 'decimal', it is ignored. Since it is a valid type in MySQL, shouldn't it be added to the list of allowed database types?
78
Plugins / Another one
« on October 6th, 2012, 08:13 AM »
This one shows a note attached to a topic. It is permissions based, so only specified groups can add or edit notes.

79
Archived fixes / Shortcode text is wrong in Firefox
« on October 6th, 2012, 03:21 AM »
It's Shift + Alt + S to post. The text needs changed.
80
The Pub / topic_info
« on October 6th, 2012, 03:13 AM »
Why is $topic_info populated in Post2(),  but not Post()?
81
Bug reports / WebGet and open_basedir
« on August 1st, 2012, 06:31 AM »
On the last page of the installer, I see some of these errors:


Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in ./Sources/Class-WebGet.php on line 150
82
Archived fixes / Moved topic PM
« on July 30th, 2012, 10:56 AM »
It sounds silly to send a PM saying the topic has been moved if the mover was the actual topic starter.

(I couldn't find the relevant discussion topic)
84
Plugins / Wand
« on July 15th, 2012, 05:34 AM »
This is another of my plugins for developers. This populates the database with dummy entries.

  • 10 categories
  • 100 boards
  • 150,000 members
  • 270,000 topics
  • 3,000,000 messages

Based on SlammedDime's script. Which also generates lipsum text.

85
Off-topic / Set class in jQuery
« on July 10th, 2012, 08:15 AM »
Is there an equivalent function in jQuery that does the same thing as className other than attr()?
86
Off-topic / Styling progress bars
« on July 9th, 2012, 02:34 AM »
It looks so damn complicated, but looks like this guy nailed it all!

http://www.useragentman.com/blog/2012/01/03/cross-browser-html5-progress-bars-in-depth/
87
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?
88
Off-topic / Windows Error Remix
« on June 25th, 2012, 05:11 AM »
89
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?
90
Plugins / [Plugin] Awards
« on June 20th, 2012, 08:48 AM »
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