Title: chrwei's Replies | WordPress.org

---

# chrwei

  [  ](https://wordpress.org/support/users/chrwei/)

 *   [Profile](https://wordpress.org/support/users/chrwei/)
 *   [Topics Started](https://wordpress.org/support/users/chrwei/topics/)
 *   [Replies Created](https://wordpress.org/support/users/chrwei/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/chrwei/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/chrwei/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/chrwei/engagements/)
 *   [Favorites](https://wordpress.org/support/users/chrwei/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery by FooGallery : Responsive Image Gallery, Masonry Gallery & Carousel] Gallery Author missing](https://wordpress.org/support/topic/gallery-author-missing/)
 *  Thread Starter [chrwei](https://wordpress.org/support/users/chrwei/)
 * (@chrwei)
 * [4 months, 3 weeks ago](https://wordpress.org/support/topic/gallery-author-missing/#post-18862844)
 * that did work, but in trying to get Quick Edit working too I found a better way
 *     ```wp-block-code
       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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[RSVPMaker] all data deleted](https://wordpress.org/support/topic/all-data-deleted/)
 *  Thread Starter [chrwei](https://wordpress.org/support/users/chrwei/)
 * (@chrwei)
 * [8 months, 3 weeks ago](https://wordpress.org/support/topic/all-data-deleted/#post-18730904)
 * it 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[RSVPMaker] all data deleted](https://wordpress.org/support/topic/all-data-deleted/)
 *  Thread Starter [chrwei](https://wordpress.org/support/users/chrwei/)
 * (@chrwei)
 * [8 months, 3 weeks ago](https://wordpress.org/support/topic/all-data-deleted/#post-18726907)
 * RSVP 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 else
    -  This reply was modified 8 months, 3 weeks ago by [chrwei](https://wordpress.org/support/users/chrwei/).
    -  This reply was modified 8 months, 3 weeks ago by [chrwei](https://wordpress.org/support/users/chrwei/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP MapIt] Error loading textdomain too early](https://wordpress.org/support/topic/error-loading-textdomain-too-early/)
 *  [chrwei](https://wordpress.org/support/users/chrwei/)
 * (@chrwei)
 * [9 months, 2 weeks ago](https://wordpress.org/support/topic/error-loading-textdomain-too-early/#post-18703503)
 * I am also getting this, filling my debug log file
 * `PHP Notice: Function _load_textdomain_just_in_time was called **incorrectly**.
   Translation loading for the ``wp-mapit` domain 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 the `init` action or later. Please see [Debugging in WordPress](https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/)
   for more information. (This message was added in version 6.7.0.) in /var/www/
   html/wp-includes/functions.php on line 6121
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Upload metadata can’t be edited by user](https://wordpress.org/support/topic/upload-metadata-cant-be-edited-by-user/)
 *  Thread Starter [chrwei](https://wordpress.org/support/users/chrwei/)
 * (@chrwei)
 * [1 year ago](https://wordpress.org/support/topic/upload-metadata-cant-be-edited-by-user/#post-18574721)
 * them 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](https://gist.github.com/chrwei/50e555a1b111a7217ec0aeaa3ef2b571)
   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 1 year ago by [chrwei](https://wordpress.org/support/users/chrwei/).

Viewing 5 replies - 1 through 5 (of 5 total)