chrwei
Forum Replies Created
-
that did work, but in trying to get Quick Edit working too I found a better way
add_post_type_support( 'foogallery', 'author' );this seems to place it everywhere I’d expect it to be, even without the code you suggested
Forum: Plugins
In reply to: [RSVPMaker] all data deletedit was not anyone clicking the delete data features, i did see those and they are not easy to misuse. I wasn’t even logged in to the site most of the time.
this was for a small personal event, and I was using the google sheets report option and had email logging turned on for my email gateway so I had a copy of all but 2, and I had a record of those 2 people. not catastrophic, but could have been was I not using the Sheets script.
I do not have any explanation of how it could have happened, so in that sense it’s not resolved. Could something have gone wrong in the auto-update, and would there be a log of that?Forum: Plugins
In reply to: [RSVPMaker] all data deletedRSVP report also isn’t showing my event. RSVP Event does, and the public page is visible
edit: never mind, it shows after filling out the normal rsvp form. and now I see that the entry goes in the wp_rsvpmaker table, which only has this one new entry and nothing elseForum: Plugins
In reply to: [WP MapIt] Error loading textdomain too earlyI am also getting this, filling my debug log file
PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for thewp-mapitdomain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at theinitaction or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/wp-includes/functions.php on line 6121Forum: Fixing WordPress
In reply to: Upload metadata can’t be edited by userthem I’m probably seeing an issue with other plugins, i didn’t try saving, but it does let me open for editing on several other custom post types. I’d rather not even show those post types to these users.
I did manage to get editing working, but I haven’t gotten as far as only showing the edit link for owned files, though it will deny saving. I also got delete working, but that code doesn’t seem to check for “delete others” and so allows deleting anything, and so I removed it. This is what I have so far, I consider this incomplete (it’s also against a release, not trunk), but would appreciate feedback, especially if I’m overlooking an exploit. link to a gist as I don’t seem to be able to paste as code: media edit patch
there’s already separate “posts” and “pages” so having “attachments” doesn’t seem out of line. I think I see how I could add the logic, but I’m not sure where I’d define the capabilities yet.- This reply was modified 10 months ago by chrwei.