Okay
  Public Ticket #1373574
entering data and no update
Closed

Comments

  • Vladimir Kuchar started the conversation

    Dear all,

    I am able to edit my mysql table, I even see a message update successful but at the end there are still the old data in the table. What shall I do/check? If I do such transaction directly in phpmyadmin then the update is successful...


    Kind regards

    Vladimir

    +421948860260

  •  471
    Isidora replied

    Hi Vladimir,
    Thank you for your purchase.

    Sorry for late response. 

    We are located in Serbia and our working time is from 10:00 to 17:00 CET. business days.

    Can you please provide me a temporary WP-admin login for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue. We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course we do not provide login data to third party. You can write credentials here just check Private Reply so nobody can see them except us.

    Also point me to the table id where you have this issue. Thank you

    Kind Regards, 

    Isidora Markovic

    wpDataTables: FAQFacebookTwitterFront-end and back-end demoDocs

    Amelia: FAQFacebookTwitter |  Amelia demo sites | Docs

    You can try our wpDataTables add-ons before purchase on these sandbox sites:

    Powerful FiltersGravity Forms Integration for wpDataTablesFormidable Forms Integration for wpDataTables

  • Vladimir Kuchar replied

    Hi Milan,

    I have been able to solve it myself: it was my mistake, I have had not primary key defined and that was the reason for no update. However if I could have one more question, just learning your plugin and all that staff ....: is there any simple way how I could prevent user to delete even his/her record? I would like to use rather "not valid" flag than delete. And one suggestion: I am using wordpress rather as an user than programmer so do not know all that technical things with PHP.. So maybe there is already solution (for power users) with PHP but would be great if you could enable variable which will contain login email of logged in user; I use email as unique identifier when organizing different tournaments so this would allow me easier to identify which records belongs to whom.

    Best regards to Serbia from Slovakia :-)

    Vladimir

  •  471
    Isidora replied

    Hi Vladimir,

    We are glad that you solve the issue.

    "is there any simple way how I could prevent user to delete even his/her record?"

    Something like this is possible only with the CSS. You can add this CSS directly on the page between <style></style> tags or in Custom CSS field on wpDataTables settings page.

    To hide Delete button add:

    .DTTT_button_delete {
        display: none !important;
    }

    "So maybe there is already solution (for power users) with PHP but would be great if you could enable variable which will contain login email of logged in user"

     I will forward this to my team to think about this like new feature in future. 

    Thank you for your suggestion. We appreciate that.

    Kind Regards, 

    Isidora Markovic

    wpDataTables: FAQFacebookTwitterFront-end and back-end demoDocs

    Amelia: FAQFacebookTwitter |  Amelia demo sites | Docs

    You can try our wpDataTables add-ons before purchase on these sandbox sites:

    Powerful FiltersGravity Forms Integration for wpDataTablesFormidable Forms Integration for wpDataTables