Forum breadcrumbs – You are here:Asgaros Support ForumSupportConnection forum
Please or Register to create posts and topics.

Connection forum

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:
  • 2019-02-06-09_28_39-Forum.png

@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/

charlie has reacted to this post.
charlie
If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

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:
  • 2019-02-06-12_27_45-CM-Word.png
  • 2019-02-06-12_30_10-Profil_-ffrcommunity-Forum.png

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

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!