I can't find any user manager on the front or backend... only an option to block a user. Nowhere to Add a user etc or check details, subscriptions
I can't find any user manager on the front or backend... only an option to block a user. Nowhere to Add a user etc or check details, subscriptions
Having looked at a number of plugins, I think this is the closest to what I need. Would appreciate any help in why my user management is not showing.
Any advance on this issue? Simply nowhere to add/remove users, manage subscription packs... This plugin is great, but without user management is not going to work.
Please help if you can.
See the readme.txt installation details.
duplicate post removed
Hello Tareq,
I have followed the instructions twice... have the codes changed?
Which part here is supposed to display the user admin panel?
1. Create a new Page “New Post” and insert shorcode
[wpuf_addpost].
For a custom post type **event**, use it like[wpuf_addpost post_type="event"]
1. Create a new Page “Edit” for editing posts and insert shorcode[wpuf_edit]
1. Create a new Page “Profile” for editing profile and insert shorcode[wpuf_editprofile]
1. Create a new Page “Dashboard” and insert shorcode[wpuf_dashboard]
To list custom post type **event**, use it like[wpuf_dashboard post_type="event"]
1. Set the *Edit Page* option from *Others* tab on settings page.
1. To show the subscription info, insert the shortcdoe[wpuf_sub_info]
1. To show the subscription packs, insert the shortcode[wpuf_sub_pack]
1. For subscription payment page, set the *Payment Page* from *Payments* tab on settings page.
I think I have found the problem.. the shortcode [wpuf_admin] does not create anything...
Is this a bug?
Sorry that code is not correct... what I found was a reference to a shortcode in wp-user-frontend/wpuf-edit-user.php
This includes the line add_shortcode( 'wpuf-edit-users', 'wpuf_edit_users' );
However adding the shortcode [wpuf_edit_users] appears to do nothing...
Am I missing the point or is this wonderful plugin totally broken?
Has anyone else seen the user admin panel in this plugin working?
@ajamm - try [wpuf-edit-users]
Hello Jeff,
This is very interesting... I had tried that before... but have since ripped everything out and moved with another plugin. However... I thought I'd double-doublecheck before posting back and guess what, it works. Very confused here! :-S
I will try re-setting it all up again, though I have basically changed my structure now :-(
We'll see... thanks for prompting me to try AGAIN.
The dev needs to add that shortcode to his readme :-)
Ok, so I have found my mistake (and the plugin makers), ALL the other shortcodes use the underscore, and this one uses the hyphens are you suggested... how painful to think I was THAT close!
@Tareq Hasan - you may want to fix this in a future edition. [wpuf-edit-users] is not in your readme, and is inconsistant with your other shortcodes.
Hope this helps
Will mark this as resolved now, but next issue has arisen.
Fatal error: Call to undefined function wpuf_user_edit_profile_form() in /home/mysite/public_html/mysite.com/wp-content/plugins/wp-user-frontend/wpuf-edit-user.php on line 21
Will open a new thread for this though
You must log in to post.