Wish List
Quote from shughey on April 23, 2017, 2:43 amA really great forum, but it needs a wishlist:
- login/registration built in. I know I can use wordpress or add other plugins but it’s always much better if everything is included in the same plugin with the same appearance
- members profile (not wordpress)
- show members who are online using their avatar to be displayed as a widget
Thanks
A really great forum, but it needs a wishlist:
- login/registration built in. I know I can use wordpress or add other plugins but it’s always much better if everything is included in the same plugin with the same appearance
- members profile (not wordpress)
- show members who are online using their avatar to be displayed as a widget
Thanks
Quote from Asgaros on April 24, 2017, 8:10 pmHello shughey,
I dont want to include built-in registration/login because a lot of users are using custom-login/registration pages – and they want to use them for the forums as well. Basically I cant force users to anything, thats why I want to give them that kind of freedom.
Member profiles will come in a future release.
There are also some “Who is online”-widgets available which are working side-wide. Maybe you can check them out.
Hello shughey,
I dont want to include built-in registration/login because a lot of users are using custom-login/registration pages – and they want to use them for the forums as well. Basically I cant force users to anything, thats why I want to give them that kind of freedom.
Member profiles will come in a future release.
There are also some “Who is online”-widgets available which are working side-wide. Maybe you can check them out.
Quote from shughey on April 24, 2017, 10:03 pmOk, I understand. I installed WP-Members and it seems to be working nicely. However, how do I redirect the Asgaros login link to the WP-Members login page?
Ok, I understand. I installed WP-Members and it seems to be working nicely. However, how do I redirect the Asgaros login link to the WP-Members login page?
Quote from Asgaros on April 25, 2017, 11:14 amI use the normal wp_login_url function. Other plugins who modify the login-page should overwrite the link returned by this function. If not, you should contact the author of the plugin. Here is the link to the documentation:
https://codex.wordpress.org/Function_Reference/wp_login_url
I use the normal wp_login_url function. Other plugins who modify the login-page should overwrite the link returned by this function. If not, you should contact the author of the plugin. Here is the link to the documentation: