Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

3 Posts
2 Users
0 Reactions
1,117 Views
Posts: 17
Topic starter
(@bba01)
Eminent Member
Joined: 8 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: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 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: 8 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