• Resolved alpha2

    (@neoseeyou)


    Hello

    First of all thank for you plugin.

    However for a project, i need users (who don’t have access to the backoffice) to add new datas directly into a page assign for them. Each user will have his own chart

    Each month the user can modify the chart by adding new informations on the current chart and be able to track his performances.

    In a perfect world, the admin would be able to modify the chart of a user if this one makes a mistake with datas entered.

    Do you think is it possible to do this with your plugin?

    Many thanks
    R

    https://www.ads-software.com/plugins/rj-quickcharts/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author randyjensen

    (@randyjensen)

    Hello,

    You could certainly do that. The plugin won’t ever natively do that, so you’ll need to write it yourself.

    Wouldn’t be too hard to create an AJAX request that takes user data and overwrites the specific chart that user owns.

    Thread Starter alpha2

    (@neoseeyou)

    Thanks for your answer.

    So to achieve what i describe i need to store the data in a MySQL DB table where i use the WP user ID to distinguish data among the several user?

    I am more a webdesigner/front end than a dev so do you know someone who can did it?

    Plugin Author randyjensen

    (@randyjensen)

    There is already a table created in your WordPress install for RJ Quickcharts, so you would be able to just modify that table. You would just create a chart for each specific user and put it on a page that only that user can access. Then build out a front end that modifies the chart.

    Any WordPress developer that knows MySQL, PHP and some JS should be able to do it for you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘edit a chart in a page’ is closed to new replies.