Okay
  Public Ticket #2299455
Frontend editting
Closed

Comments

  •  1
    Fatih started the conversation

    Hello,

    I have examined your demo, nice work. Im close to purchise but I wanted to ask you a question is really important for me that; the option that let users to edit their own entries is also prevent the user to see other visitors entries. is it possible; to let each users to edit only their own entries, but also let them to see other visitors' entries too ? Cause if I dont check the "their own entries" option, any one can change any entries as I see.

    Also, at the demo, single and multiline selectbox is not working as I see. Not mather which one I choose and add values, when I click on at the page nothing happens ?

    Thanks.


  •  472
    Isidora replied

    Hi Fatih,

    Thank you for your interest in wpdatatables.

    " is it possible; to let each users to edit only their own entries, but also let them to see other visitors' entries too ?"

    Unfortunately at the moment that is not possible with built-in features of plugin. We constantly strive to make our product better, and deliver the most value for our end users - so please share your feedback on what features you need in next versions on this link https://wpdatatables.com/documentation/feature-suggestion/

    "Also, at the demo, single and multiline selectbox is not working as I see. Not mather which one I choose and add values, when I click on at the page nothing happens ?"

    Can you please give us little more details where you experience this> Which table? In filters or in Edit modal?

    It will be nice if you can take a screencast/video, so we can see on what you mean, so we can reproduce it.


    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

  •   Fatih replied privately
  •  2,572
    Aleksandar replied

    Hello Fatih

    I'll take over Milan's ticket here.

    You can use the Basic license on one domain and an unlimited number of subdomains, so yes - you can use this license for a multi-site installation.

    To achieve these calculations, you could use our Formula Columns and Calculation Functions. However, I'm not entirely sure how you want to manage that data. Would it be combined tables from all subdomains on one domain?

    Kind Regards, 

    Aleksandar Vuković
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

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

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables

  •   Fatih replied privately
  •   Fatih replied privately
  •   Aleksandar replied privately
  •   Fatih replied privately
  •  2,572
    Aleksandar replied

    Hello Fatih

    Writing custom queries isn't included in the provided support for the plugin, but if you get stuck, I may be able to provide some advice, or send you a short query.

    We have a 15-day money back guarantee, so if we can't help, you can ask for a refund in those 15 days, and be reimbursed for the purchase.

    Kind Regards, 

    Aleksandar Vuković
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

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

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables

  •  1
    Fatih replied

    Hi Aleksandar,

    If you let me, I wanna ask you these too;

    a) When a targeted pray count complited, I will add another one. And those will have the same name, would it be problem for db ?  Such as "Pray1" is completed, and I wanted to add another "Pray1" with the same name and with a new target.

    b) May I add entry date automaticly when a user enter a form ?

    c) Do I need to create a cron for table3 and 4 (homepage tables) to be updated systematicly for new entries or it does itby itself ?

    d) For multisite useage, I may use the plugin in subsites, if I install it in mainsite ?

    I ll get my hosting and theme today and will start to work. Probably will need your guideness.

    Thanks Aleksandar.

  •  2,572
    Aleksandar replied

    You're welcome Fatih

    a) If the column is saved as "String" it shouldn't cause any problems with this.

    b) I am sorry to disappoint you, but unfortunately this is not implemented in the plugin's built in features. However, there is a workaround for this.

    For example, I created a simple manual table:

    9084543304.png

    wdt_ID column is being automatically generated, and is usually hidden, but I've displayed it here for explanation purposes.

    When I created a table, and added the first row, I could then modify it. So, in order to set the Datetime column to be auto-populated, I had to open the table in the database. It is being stored as wp_wpdatatable_6, and you can see its database name in Editing tab in the settings above the table:

    8975736742.png

    Then, in PHPMyAdmin, I opened the table, and ran the following query:

    ALTER TABLE `wp_wpdatatable_6` CHANGE COLUMN `datetime` `datetime` TIMESTAMP NULL DEFAULT CURRENT_TIMESTAMP;
    
    7657773118.png

    After that, again in the Editing tab, above the table, I changed the "ID column for editing" from "wdt_ID" to "datetime" (as you can see in the screenshot above). Then I disabled editing for "wdt_ID" in the column settings:

    4393899573.png

    datetime column, being the "ID column for editing" automatically cannot be edited, but is automatically filled.

    You can also choose to hide it from view if you'd like.

    I hope this helps.

    c) Since they would be SQL Query based tables, they would automatically pull the data from the database.

    d) Each subsite would have its own database, but yes - you can use the plugin on an unlimited number of subdomains.

    Kind Regards, 

    Aleksandar Vuković
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

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

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables

  •   Fatih replied privately
  •   Aleksandar replied privately
  •  1
    Fatih replied

    Hi Aleksandar, 

    Thanks for yoru kindness. I have got my plugin and opened the ticket as you mention => https://tmsplugins.ticksy.com/ticket/2317570

    Thanks.