Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter gzsdev

    (@gzsdev)

    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 formatted
    But nnow I cannot upload image to my site, so I cannot publish any article. I think there’s an issue with the editor..

    Thread Starter gzsdev

    (@gzsdev)

    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 5 months, 2 weeks ago by gzsdev.

    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

    Thread Starter gzsdev

    (@gzsdev)

    Sorry,

    I fixed it, I was just missing a “-”

    [-pass field=adminsitrators]
        [users include='{-FIELD}']
            Admin: [user]
            Contact: [user email]
        [/users]
    [/-pass]
    Thread Starter gzsdev

    (@gzsdev)

    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)