View Full Version : Can I edit the default vBulletin log in message?
bulletinuser1
07-15-2007, 04:19 PM
I currently have it setup on my forum to restrict people from viewing it until they have signed in. Therefore anyone going to my site will receive the vBulletin Message telling them to log in.
Can I edit the text to this message?
Kirk Y
07-15-2007, 04:52 PM
In your STANDARD_ERROR and STANDARD_ERROR_LITE templates, search for the following:
<!-- permission error message - user not logged in -->This will take you to the relevant area where the message is constructed. You can either directly manipulate the HTML in those respective templates or you could alternatively change the phrases to fit your needs.
The relevant phrases used are as follows:
not_logged_no_permission
not_logged_in_fill_in_form
may_not_have_sufficient_privileges
administrator_may_disabled_accountThese phrases can be edited through the Language and Phrases manager in the AdminCP; search for the Phrase's Variable Name, as supplied above.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.