samwilson
Forum Replies Created
-
Forum: Plugins
In reply to: [RRSSB] One big linkTry removing the spaces after the commas. I’ve reported the bug here.
Forum: Hacks
In reply to: How to prevent double form submission?Your original idea should be fine — if it’s changed to use
readonly
instead ofdisabled
. The latter prevents the submission of the element’s value (i.e. if the form processing script is expecting the$_POST['save']
value or whichever, then it won’t work).<form … onsubmit=”myButton.readonly=true; return true;”>
Forum: Hacks
In reply to: Can I add categories to Media Files and "search by" option to front end?No, you can’t directly categorise media items. You’d have to put them up as individual posts, one picture per post.
Forum: Plugins
In reply to: [Bookkeeping] Further info?(Sorry for my late reply, I seem to not get notifications about new threads here.)
I’m afraid this plugin isn’t really in active development at the moment. I’m hoping to get back to it, but right now I’m focussing on Tabulate.
I’ll try and get some screenshots done soon, and some other documentation.
Forum: Hacks
In reply to: Hooks & RolesDo you mean you want to award a badge when someone’s role changes; or you want to award a badge to everyone with a particular role?
For the former, set_user_role perhaps. For the latter, it’d depend on the UI you want, I think.
Maybe I’m mis-reading you though. ??
Forum: Plugins
In reply to: [Tabulate] Tutorial or documentation(Sorry for the delay in replying.)
There isn’t much documentation yet, I’m afraid. You can possibly do what you want by creating a view using the CURDATE() function. Say you’ve got a table
timetable {id, activity_date, time_1, time_2, time_3}
then you coud show just the row for today with:CREATE OR REPLACE VIEW timetable_today AS SELECT * FROM timetable WHERE activity_date = CURDATE();
Then just grant ‘read’ access to that view for whichever roles are applicable.
Forum: Plugins
In reply to: [TFO Graphviz] Use rename instead of mv for test.pngThanks!
There seems to be something odd going on though. I’m getting a
The plugin does not have a valid header.
error when I try to activate 1.7, and the downloaded zip contains atrunk
directory.Maybe some weirdness with packaging? Or is it just me? ??
Forum: Plugins
In reply to: [TFO Graphviz] Use rename instead of mv for test.pngThanks!
Forum: Plugins
In reply to: [CollabPress] Is CollabPress dead or still supported?The GitHub repository seems to still be active.
Forum: Plugins
In reply to: [JSON API] Update it for new version WPI agree.
Is there any way to submit patches for this plugin?
Forum: Fixing WordPress
In reply to: Error in class-wp-upgrader-skins.php on line 594Raised a ticket in Trac.
Forum: Plugins
In reply to: [Plugin: Identi.ca Tools] Ok with WP 3.0Yeah… is this still being developed? I like the plugin, but there’s a couple of things that need fixing (a few leftovers from twitter-tools, etc.). I guess I could always fix them myself, but what’s the point if there’s no one to integrate the changes back into the plugin? (No no, I don’t mean that…)
Forum: Plugins
In reply to: [Plugin: Add From Server] Compatible with 3.0?The dates are going wonky for me also, but by about 128 years. I’d thought it was something to do with weird EXIF data, but it would seem to be something else.
(I’m using 3.0.)
But this plugin is wonderful!! Thank you Dion!
Forum: Fixing WordPress
In reply to: Error editing contactsThis has been fixed in v.1.1. Good point about the https:// thing… I’ll fix it.
Forum: Plugins
In reply to: Address Book in 2.5The first issue (white-on-white edit and delete links) is fixed in Addressbook 1.1. The other things I will look into… ??
Thanks.