• Resolved sara.mansouri

    (@saramansouri)


    Hi @ultimatemember,
    Thanks for this wonderful plugin! We need to let the admins update info for a group of users without getting logged out of their admin account (login as this user is not enough). The desirable way would be letting admins to view all the users records in an excel like editable table. Please let me know if you have suggestions to do so.

    Thanks,
    Sara

    • This topic was modified 7 years, 10 months ago by sara.mansouri.
    • This topic was modified 7 years, 10 months ago by sara.mansouri.
    • This topic was modified 7 years, 10 months ago by sara.mansouri.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    Hi @saramansouri,

    Unfortunately, we do not have any functionality for this in the plugin at this time. You can try looking into customizing the plugin to acheive this. Here’s our developer site to get started: https://docs.ultimatemember.com/collection/28-for-developers

    Thanks

    Thread Starter sara.mansouri

    (@saramansouri)

    Hi @ultimatemembersupport,

    Thanks, this problem is solved by using wpDataTables plugin and it is working nice. But the problem is the users still see the old values in their profile forms until they change something and update the form, then they will see the correct value which is updated by admin. It would be wonderful if you can give me a hint to figure out the problem.
    (There is a field called confirmation number that Users can not edit on the profile form, Admins change it for all users and users should be able to see the updated values on their profile form)

    Thanks,
    Sara

    Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    Hi @saramansouri,

    Thanks for letting us know. Does your site have a cache plugin installed? Kindly exclude UM pages from cache and see if this resolves the issue.

    Thanks.

    I’m really interested in finding the a solution to the same problem.

    Like @saramansouri, your plug-in is fantastic but I really need to collate the Member information for the main site Admin.

    @saramansouri – can you share the work-around you found using wpDataTables – I have bought a copy of this but the table generator doesn’t seem to find any of the information from the Registration form submitted by Ultimate Members?

    Any help would be hugely appreciated!

    Thread Starter sara.mansouri

    (@saramansouri)

    Hi @ultimatemembersupport,

    Thanks turning off the cache solved my problem and it is working nice now.

    All The Best,
    Sara

    Thread Starter sara.mansouri

    (@saramansouri)

    Hi @grid24,

    I have the following type of SQL query for garbing data. It’s works nicer if you make a view in phpmyadmin using this query and then use that view.

    select
    a.umeta_id AS umeta_id,
    a.user_id AS user_id,
    a.meta_key AS meta_key,
    a.meta_value AS meta_value,
    c.meta_value AS nickname

    from (wp_usermeta a join wp_usermeta c
    on(((a.user_id = c.user_id) and (c.meta_key = ‘nickname’))))

    All the Best,
    Sara

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Admin update records (table like editable directory for admins)’ is closed to new replies.