Title: gzsdev's Replies | WordPress.org

---

# gzsdev

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Issue with Post Edit (Guttenberg)](https://wordpress.org/support/topic/issue-with-post-edit-guttenberg/)
 *  Thread Starter [gzsdev](https://wordpress.org/support/users/gzsdev/)
 * (@gzsdev)
 * [8 months, 2 weeks ago](https://wordpress.org/support/topic/issue-with-post-edit-guttenberg/#post-18625797)
 * I did update to 6.8.2 in the middle of the night.
   Yesterday, everything’s worked
   well.. I just used to used copy/paste from Perplexity. The format system into
   the editor is brocked since this morning. Also I tried to use the classic editor,
   the text is wright formattedBut nnow I cannot upload image to my site, so I cannot
   publish any article. I think there’s an issue with the editor..
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Issue with Post Edit (Guttenberg)](https://wordpress.org/support/topic/issue-with-post-edit-guttenberg/)
 *  Thread Starter [gzsdev](https://wordpress.org/support/users/gzsdev/)
 * (@gzsdev)
 * [8 months, 2 weeks ago](https://wordpress.org/support/topic/issue-with-post-edit-guttenberg/#post-18625675)
 * It seems I’ve got an issue wit 6.8.2
 * I import post from Perplexity, until yesterday I had no problems with this feature
    -  This reply was modified 8 months, 2 weeks ago by [gzsdev](https://wordpress.org/support/users/gzsdev/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Not able to upload media](https://wordpress.org/support/topic/not-able-to-upload-media-3/)
 *  [gzsdev](https://wordpress.org/support/users/gzsdev/)
 * (@gzsdev)
 * [8 months, 2 weeks ago](https://wordpress.org/support/topic/not-able-to-upload-media-3/#post-18625672)
 * Many features does’nt work with 6.8.2.
   I got the same issue here with the message:
   It seems tha your server cannot respond the request.I also have an issue with
   the post editor
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Content Shortcode] Pass field withi include on User Loop](https://wordpress.org/support/topic/pass-field-withi-include-on-user-loop/)
 *  Thread Starter [gzsdev](https://wordpress.org/support/users/gzsdev/)
 * (@gzsdev)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/pass-field-withi-include-on-user-loop/#post-15798920)
 * Sorry,
 * I fixed it, I was just missing a “-”
 *     ```
       [-pass field=adminsitrators]
           [users include='{-FIELD}']
               Admin: [user]
               Contact: [user email]
           [/users]
       [/-pass]
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Content Shortcode] Filter by custom field = current_user](https://wordpress.org/support/topic/filter-by-custom-field-current_user/)
 *  Thread Starter [gzsdev](https://wordpress.org/support/users/gzsdev/)
 * (@gzsdev)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/filter-by-custom-field-current_user/#post-15784092)
 * Hi,
 * I tried to display my need. I got all I want to display, unless one thing I do
   not know how to do..
    May need some help on this one..
 * I would like to make the users include dynamic to pass the value of my ACF field“
   administrators”. This code following display want I want for this user.. But 
   I need to make it dynanmic.. I’m awaiting many more users..
 *     ```
       [pass user_field=ID]
           [loop type=page_clubs]
               [if field=adminsitrators value='{USER_FIELD}']
                   <table style="min-width:100%">
                       <thead>
                           <tr>
                               <th>Logo</th>
                               <th>Nom du club</th>
                               <th>Code Postal</th>
                               <th>Ville</th>
                               <th>Administrateurs</th>
                           </tr>
                       </thead>
                       <tbody>
                           <tr>
                               <td style="max-width: 10em">[field image]</td>
                               <td>[field title]</td>
                               <td>[field zip_code]</td>
                               <td>[field city]</td>
                               <td>
                                   [field adminsitrators]
                                       [users include=11,12,3]
                                       Admin: [user]
                                       Contact: [user email]
                                   [/users]
                               </td>
                           </tr>
                       </tbody>
                   </table>	
               [/if]
           [/loop] 
       [/pass]
       ```
   
 * If someone can help on this one. I take it !
 * Regards from Paris.
    Chris

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