Connection forum
Quote from charlie on February 6, 2019, 9:56 amHello,
I want to have a connection tab other than that of wordpress I do not want people can connect via wordpress but it does via social networks: twitter, facebook, instagram and twitch these options I have already activated you can see it from here: https://ffr.community/wp-admin-login/?loggedout=true
And is it possible to have a link to login for the administration of the site and another for the forum for example https://ffr.community/login for the forum? https://asgaros.com/support/topic/change-urls-login-register-profile-etc/ would it be this post that explains doing this? I’m not sure so I prefer to ask.
In addition, I would like at the same time that the wordpress bar does not appear at the top of the site for a lambda user
Hello,
I want to have a connection tab other than that of wordpress I do not want people can connect via wordpress but it does via social networks: twitter, facebook, instagram and twitch these options I have already activated you can see it from here: https://ffr.community/wp-admin-login/?loggedout=true
And is it possible to have a link to login for the administration of the site and another for the forum for example https://ffr.community/login for the forum? https://asgaros.com/support/topic/change-urls-login-register-profile-etc/ would it be this post that explains doing this? I’m not sure so I prefer to ask.
In addition, I would like at the same time that the wordpress bar does not appear at the top of the site for a lambda user
Uploaded files:Quote from Asgaros on February 6, 2019, 11:01 am@charlie
The WordPress-bar is not a feature of the forum. I guess there are plugins out there for disabling them.
Asgaros Forum also works with other login-plugins because it uses the one provided by WordPress. No own implementation for login/registering is used.
If you want to change some URLs you can find code-examples for it here:
https://asgaros.com/support/topic/change-urls-login-register-profile-etc/
The WordPress-bar is not a feature of the forum. I guess there are plugins out there for disabling them.
Asgaros Forum also works with other login-plugins because it uses the one provided by WordPress. No own implementation for login/registering is used.
If you want to change some URLs you can find code-examples for it here:
https://asgaros.com/support/topic/change-urls-login-register-profile-etc/
Quote from charlie on February 6, 2019, 12:30 pmI managed to remove the wordpress bar with a thank you plugin.
But now when a person wants to modify his profile it sends him to the wordpress interface to edit his profile it is possible not to go through the wordpress interface? Or on the contrary it is not possible.
At the same time on the forum in the profile of a person is it possible to view his social networks?
I managed to remove the wordpress bar with a thank you plugin.
But now when a person wants to modify his profile it sends him to the wordpress interface to edit his profile it is possible not to go through the wordpress interface? Or on the contrary it is not possible.
At the same time on the forum in the profile of a person is it possible to view his social networks?
Uploaded files:Quote from Asgaros on February 22, 2019, 11:30 amCurrently the profile-management is handled by WordPress. This means that also the existing profile-editing-screen is used – which is placed in the backend and is not a security-problem because normal users dont have access to any other areas. As a plugin-developer I dont really want to re-implement existing functionality and want to re-use as much existing functionality as possible. Maybe I change my mind on this in the future, but I cannot tell yet.
You can add custom content to the profile by using the asgarosforum_custom_profile_content hook. You can find a code-example on how to use it here:
https://asgaros.com/support/topic/connecting-to-member-information-from-pie-register/#postid-5311
Currently the profile-management is handled by WordPress. This means that also the existing profile-editing-screen is used – which is placed in the backend and is not a security-problem because normal users dont have access to any other areas. As a plugin-developer I dont really want to re-implement existing functionality and want to re-use as much existing functionality as possible. Maybe I change my mind on this in the future, but I cannot tell yet.
You can add custom content to the profile by using the asgarosforum_custom_profile_content hook. You can find a code-example on how to use it here:
https://asgaros.com/support/topic/connecting-to-member-information-from-pie-register/#postid-5311