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.
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.
No errors in the console when tested on localhost with un-minified JS.
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 »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
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)
(I couldn't find the relevant discussion topic)
83
Archived fixes / Disabled profile fields still visible in personal messages
« on July 25th, 2012, 10:46 PM »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/
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?
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?
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?
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
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