The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Copyright Text Input Box Size
Currently the Copyright Text input box in the AdminCP (Settings > Options > Site Name / URL / Contact Details) is a single line that is only about 40 characters long (visible), is there an easy way to make it large and multi-row (Like the "Contact Us" input area slightly above the Copyright Input area) to easily display longer Copyright inputs?
|
#2
|
|||
|
|||
You could execute the following sql:
Code:
UPDATE setting SET optioncode='textarea' WHERE varname='copyrighttext' As usual, be very careful doing this since an error could cause problems with your forum operation. Edit: oh, I probably should have also mentioned that the "right" (and possibly easier) way to do this is to put your site in debug mode, then use the "Edit" link that will appear in the admincp next to the copyright text option, and change the "Option Code" field to textarea. But I thought it might be easier to do a query than to turn on debug mode just for this one change. |
#3
|
|||
|
|||
Quote:
|
#4
|
|||
|
|||
You can edit your comfig.php and set a variable. Here's an article that shows how, and also talks about some ways to enable it only for admins (because you don't really want to enable it for everyone, at least not for any longer than you need): https://vborg.vbsupport.ru/showthread.php?t=265999
|
#5
|
|||
|
|||
Quote:
--------------- Added [DATE]1401752207[/DATE] at [TIME]1401752207[/TIME] --------------- It appears the non-"textarea" input boxes on that page are set to 266px in width, any way to increase that number? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|