Navigation überspringen

[Gelöst] Edit user form generic filed (Custom Capability)

This support ticket is created vor 3 Jahre, 9 Monaten. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

Dieses Thema enthält 24 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von Minesh vor 3 Jahre, 9 Monaten.

Assistiert von: Minesh.

Author
Artikel
#2157115

Users should be listed here versteckter Link

#2157117

Minesh
Unterstützer

Sprachen: Englisch (English )

Zeitzone: Asia/Kolkata (GMT+05:30)

But what users - users having what role? and to what section of the page you want to list the users?

#2157119

I need to select user I want to edit.

#2157121

Minesh
Unterstützer

Sprachen: Englisch (English )

Zeitzone: Asia/Kolkata (GMT+05:30)

Yes - but with the Toolset user view - you can list the users by role. Do you want to list ALL users with ALL roles?

#2157123

Please go to a toolset view “Test Usr Edit FrntEnd” in Admin area. I already customize everything User roles etc. This view is already connected to user form - see Loop section.

I only need - FILTER / SEARCH for user…

#2157127

Minesh
Unterstützer

Sprachen: Englisch (English )

Zeitzone: Asia/Kolkata (GMT+05:30)

You can not build custom search using user or taxonomy kind view. Custom search in only possible with post type or post type archives.

I see this is the view you created: versteckter Link

But where you are displaying this view on what page/post?

The flow would be:
- We will list all users with Edit user from link where user can select what user he/she wants to edit
- As soon as he/she click on Edit user form link, user will be redirected to a page where we have added the User Edit form and from the URL param it will get the User ID to know what user needs to be edit

Sounds good? if yes,

You need to tell me where on what page you have or wanted to add the above user view?

#2157557

Hi Minesh,
you're absolutely right. to speed up process I make comments directly on a page - versteckter Link > open "Полномочия CCAP edit" block.

1. which code should I put instead '>HERE GOES BUTTON THAT ADD PARAM TO CURENT PAGE<'
2. hidden div (now make it visible for debug purposes, there are stanadrd user fields in it, then I'll change it to custom capability edit field as you proposed) - should take url parameter , please help to pass url user parameter

BR, Dima

#2157939

Minesh
Unterstützer

Sprachen: Englisch (English )

Zeitzone: Asia/Kolkata (GMT+05:30)

I see you are using Layouts plugin - Are you really using Layouts plugin as the Layouts plugin is shifted to maintenance mode.

If you are not using Layouts plugin - then I should disable it.

#2157959

Yes, I still use it , to "protect" /my-sht (front-endaccount for users).
You can try to go to /my-sht page without logon and see result.
Please don't deactivate it (now).

#2157989

Minesh
Unterstützer

Sprachen: Englisch (English )

Zeitzone: Asia/Kolkata (GMT+05:30)

So, the flow would be.

I've created the following layout that holds the Edit User form. You can build this layout as per your requirement.
=> versteckter Link

Within the following view - I've added the Edit User link as given under:
=> versteckter Link

[toolset-edit-user-link layout_slug='layout-to-hold-edit-user-form' target='self']Edit %%USER_NICENAME%%[/toolset-edit-user-link]

Now, you will see the edit User link and when you click it, it will display the edit user form with the selected edit user.

There is no way to make form hide/show.