vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How do i? (https://vborg.vbsupport.ru/showthread.php?t=205617)

DanTHEGREAT 02-16-2009 11:10 PM

How do i?
 
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:

Code:

<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:

Code:

<li class="smallfont">$vbphrase[test]</li>
You will figure it out from this point, Good luck

dismas 02-18-2009 06:38 PM

Quote:

Originally Posted by blind-eddie (Post 1747839)
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.


All times are GMT. The time now is 03:21 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01671 seconds
  • Memory Usage 1,721KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete