Notifications
Clear all

wpForo 1.x.x [Closed] How to disable ?wpforo=signin

3 Posts
2 Users
0 Reactions
881 Views
Posts: 17
Topic starter
(@bba01)
Eminent Member
Joined: 7 years ago

Hi!

I'm using Registration Magic Wordpress plugin to register and login. I've hid the wordpress default login page with WP Hide and Security. I only want my users to use the custom login form I've made with Registration Magic and NOT the Wp Foro login.

Is that possible?

 

Thank you for a great forum plugin!

 

With best regards,

 

bb

2 Replies
Sofy
Posts: 4772
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi @bba01,

Please try the solution mentioned in this support topic:

https://wpforo.com/community/how-to-and-troubleshooting/where-can-i-find-and-edit-the-file-with-login-register-links-on-the-js-popup/#post-28162

Pay attention to the following part:

 If you remove the #wpf-msg-box selector from the code above, it'll replace all login links (wpForo). 

1 Reply
(@bba01)
Joined: 7 years ago

Eminent Member
Posts: 17

Hi and thank you for a swift reply!

It seems a little bit over kill to install a plugin just to remove the login link. What about

Another way is changing the add_footer_html() function in wp-content/plugins/wpforo/wpf-includes/class-template.php file. 

Is it possible to add some kind of a function to my child themes functions.php to disable the wpforo login link?

 

With best regards,

 

bb