Is there any way to just show a login link on the registration page instead of showing the login form? It's kind of confusing to show the login form when someone is filling out the registration page.
bbPress support forums » Troubleshooting
Hide login form on registration page
(2 posts)-
Posted 1 month ago #
-
Sure, if that really bothers you, with bbPress you can do almost anything if you get clever.
Edit the
login-form.phptemplate and wrap the entire<form></form>in something like this (untested)<?php if (bb_get_location()!="register-page") { ?> <form blah blah blah ... </form> <?php } ?>Posted 1 month ago #
Reply
You must log in to post.