>>
Site Map
>>
Forums
>>
Post Installation Help
Forum module - topics in forum:
Post Installation Help - Help with problems after installation.
Modifying the "User Registration/Login" page?
I would like to modify the "User Registration/Login" page. I am running PHP Nuke v7.5. Where is the file located? I want to remove some of the wording it says that a registered user can do.
Thanks
This would be the Your_Account/index.php
Note you can't change this it is pulled from the database.
Modifying the "User Registration/Login" page?
On the "User Registration/Login" page the following text is seen;
"Once your application is approved, You will receive a confirmation email with a link to a page you should visit to activate your account within 48 hours of receipt."
Is it possible to replace that with a more in depth description of the login procedure?
If so, I can't find it on the page you listed.
Thanks Again
Open modules/Your_Account/Language/lang-xxxxx and find
| Code: : |
| define("_ACTMSG","Your account has been activated. Please login from <a href=\"modules.php?name=Your_Account\">this link</a> using your assigned Nickname and Password."); |
Change it to what you want it to say. Note this changing the link can result in people not being able to login on some servers.
Modifying the "User Registration/Login" page?
I don't think that is what I am looking for.
When a person is opening an account they go to the "User Registration/Login" page. This is where they start the registration process.
On that page is the phrase;
| Quote: : |
| "Once your application is approved, You will receive a confirmation email with a link to a page you should visit to activate your account within 48 hours of receipt." |
I would like to change it to read;
| Quote: : |
| "Our usernames will now be assigned. They will consist of the first three letters of your last name, followed by your Member Number consisting of 3 numbers. " |
My question is where is the phrase located so I can change it.
Are you using the STOCK Your_Account Module?
Modifying the "User Registration/Login" page?
Yes, the one that came with Nuke.
No matter what the text says the file still is, Your_Account/Language/lang-xxxxx
Just find the text you want to replace and put what you want in it's place.
Modifying the "User Registration/Login" page?
Thanks, I found it!
Thanks Again