Be careful by modifying admin template because you’re touching the WordPress core.
Files and your customisation will be overwritten at the next update
Maybe a better way is to use a plugin like
https://fr.wordpress.org/plugins/admin-custom-login/
or look the code of this plugin to implement the same behaviour on your site.
Thread Starter
Georgio
(@georgio-1)
Thank you for your response. This registration template is made by my theme (firmasite) which heavily customizes wordpress & buddypress. Its developer is not really available at this time, that’s why I am posting here.
The plugin you suggest is for login customization, not for registration page, but I noted it in case …
Thanks again
The registration page is part of the login system. So the plugin he suggested should help you. However, there is no guarantee that it will work with every theme that is out there. Would you please share what theme you are using?
Thread Starter
Georgio
(@georgio-1)
Hi
I am using firmasite https://wordpress.org/themes/firmasite/
The template that I am modifying is
mysite.com/wp-content/themes/firmasite/buddypress/members/register.php
and as the link shows it is a theme template. If I make changes in this template, they show on the site. Normally this page is like that
http://pretitude.com/inscription/
I can remove all headers, but I dont know how to add an image in the beginning
http://www.hostingpics.net/viewer.php?id=993330customizeregister.png
Unfortunately, the plugin that cthomasfr suggested doesnt help with this page. I saw its feature list.
PS The login form you see on the right is just a login widget on the sidebar and I have no problem with that. My problem is the registration form.