DeBAAT
Forum Replies Created
-
Forum: Plugins
In reply to: [Participants Database] Using the Plugin a Little DifferentlyIf you’re not afraid of programming, you could use the “pdb-after_submit_update” hook.
According to the documentation, this is fired when the user submits an update of his/her record. At that time, you could make a copy of the record to a new record, optionally with an additional field to store the date/time of the action.
This solution might have the advantage that the ‘original’ data is preserved and thus helps to minimize the time needed to fill in the form again.
Although, this might also be a disadvantage 😉Forum: Plugins
In reply to: [Participants Database] Using the Plugin a Little DifferentlyMaybe another idea would be to have the first page be the signin page and have the thank you page be the same as the one where the participant can edit the fields of his/her record?
The signin page then only registered the required fields for registation.
The update record page shows all other fields you would like to have filled.
The only issue here is that a new entry might override an existing entry.Forum: Plugins
In reply to: [Enhanced Media Library] Any way to bulk edit images?The updated version introduces new parameters to show or hide the new toggle buttons. When the update is installed anew, this value is by default on. If the update however is installed over an existing installation, the value is off. The value can be manipulated via the Media Settings => Taxonomies menu. See http://www.de-baat.nl/enhanced-media-library/ for more information.
Forum: Plugins
In reply to: [Enhanced Media Library] Any way to bulk edit images?@sunnydar
Sorry to hear this.
Did you check the settings to enable the additional bulk functionality?
Can you elaborate on what exactly is not working?Forum: Plugins
In reply to: [Enhanced Media Library] Any way to bulk edit images?Just uploaded a new version V1.1.1.1 to http://www.de-baat.nl/enhanced-media-library/ which includes the bulk actions with the official version V1.1.1.
It is there to download and re-use…
Forum: Plugins
In reply to: [Participants Database] Controlling shortcode output locationSolved the issue.
So just to help out others: I forgot the correct use of “ob_start();”.Forum: Plugins
In reply to: [Participants Database] Controlling shortcode output locationThanks for this quick reply.
And it seems you are right. Sorry I didn’t test this before. I copied your shortcode source to create my own. And now it looks like it only happens with my own shortcode and not yours.
At first I thought it might be caused because of the ‘echo’ and inline http code used. ‘Normally’ I would expect the source code to build the $class->output string which is to be returned by the shortcode function.
But now I have to dig deeper in my own code.
Sorry again to have blamed you.Forum: Plugins
In reply to: [Custom List Table Example] Using WP_List_Table in shortcode?Hai,
Thanks for the offer.
And I didn’t get it working, maybe because I hadn’t spend time on it yet (busy with other priorities).
My question is probably the same as on this request “use-within-functionsphp-for-themes“.If you have an example on how to use WP_List_Table in a post or page, I would be very much obliged.
Maybe the first question would be whether it is possible at all as the documentation only mentions a usage on the admin pages?
Forum: Fixing WordPress
In reply to: Empty Add Media Dialog in post/page editor after update to 3.9Unfortunately, indeed this plugin is breaking managing media.
Hope to get it fixed soon…Forum: Plugins
In reply to: [Enhanced Media Library] Great Plugin but breaks the new Add Media in 3.9Same problem for me too!
Forum: Plugins
In reply to: [Enhanced Media Library] Any way to bulk edit images?Sorry, there might have been an issue when I uploaded the zip file.
I just tested it and V1.0.4.3 should be working when downloaded from http://www.de-baat.nl/enhanced-media-library/.
Don’t know when this feature will be implemented in the next official release, if at all…
Forum: Plugins
In reply to: [Polylang] Working of Strings Translations tabOk.
After checking again I realized, the main confusion was because I missed the Save button. Silly me.Thanks for helping out.
Forum: Reviews
In reply to: [Enhanced Media Library] Works good! Some suggestions…Hi,
Your first remark is new to me…
However, I took the liberty to implement your second suggestion. It can be downloaded as V1.0.4.3 on “http://www.de-baat.nl/enhanced-media-library/“.Forum: Plugins
In reply to: [Enhanced Media Library] Any way to bulk edit images?I managed to implement the toggle to switch the row toggles on and off.
This is now part of V1.0.4.3 available here: “http://www.de-baat.nl/enhanced-media-library/“.Installing this new version can be done as follows:
- Download the zip file for the new version.
- Deactivate the plugin.
- Remove the original plugin files.
- Install the new version using the “Upload” function.
- Activate the plugin.
All settings and category definitions will remain unchanged.
Forum: Plugins
In reply to: [Enhanced Media Library] Any way to bulk edit images?@dankfresh
Nice request. I’ll make that into an option. Has to wait though until maybe next week due to other priorities.