View Full Version : How do i?
DanTHEGREAT
02-16-2009, 11:10 PM
How do I change the login form so it says additional information?
I want to edit one of the reasons to being:
If you keep getting this message, please clear your cache and press the Remember Me box.
Is there any way?
dismas
02-16-2009, 11:20 PM
What login form? There isn't a form. There's the box in the navbar...
Anyway, if you want to change one of the phrases on your board, go to
Languages & Phrases > Search Phrases > put in a few words of the form that you want to search for > hit search
Then just provide a "translation" of the form with the changes that you want.
DanTHEGREAT
02-16-2009, 11:31 PM
No the login form. Like if you were a guest, wanting to go on the forums and it required you to log in, you would get a log in form message. It will say "You cannot view this page for the following reasons, blah blah" and then you can log in. I want to add a reason.
dismas
02-17-2009, 12:06 AM
Then do as I said above and use "You cannot view this page" as your search string.
DanTHEGREAT
02-18-2009, 11:21 AM
ok thanks.
blind-eddie
02-18-2009, 11:55 AM
First, Create a new phrase, example: test
Then,
In the STANDARD_ERROR template, find:
<li class="smallfont">$vbphrase[administrator_may_disabled_account]</li>
Copy it and add it again below that line again, editing the vbphrase to the new one you created. Repeat these steps for each line of text you wish to add.
Example:
<li class="smallfont">$vbphrase[test]</li>
You will figure it out from this point, Good luck
dismas
02-18-2009, 06:38 PM
First, Create a new phrase, example: test
...
What's wrong with the way I said to do it?
blind-eddie
02-19-2009, 12:48 AM
I told him how to add more & see the others that are in the template. Your suggesting is correct in editing each line that is shown in the default Error message. I only wanted to open his mind to other resources.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.