>>
Site Map
>>
Forums
>>
General 6x
Forum module - topics in forum:
General 6x - Discussions reagarding any other PHP-Nuke Problems.
Editing the Registration Page
I want to edit the login page to add some rules for the website and some basic stuff that people keep emailing me about. Can anyone tell me what pages I need to edit? The main one that I want to edit is the one that first comes up where it says something about by registering, you can do this and that. I want to get rid of that stuff and put some info about the site there. Any help is appreciated. Thanks.
If you mean this page
http://www.your-site.com/modules.php?name=Your_Account&op=new_user you have to open index.php in root/modules/Your_Account and find the
| Code: : |
| function new_user |
try to understand the code. There are some definables which are defined in the language files. Be sure what to delete or where to add your content.
BL
Cool, thanks. I will look for that. I was thinking that it was a page. I searched the entire site for that page! LOL Will give it a shot tonight.