The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to remove/change color of this border?
Hey guys, I need some help.
I'm trying to either remove, or change the color/width of the border around the QuickReply message, shown in the attachment. Where and what would I edit? Also, would anyone know how to put a message in the messagearea field of the QuickReply? Like if I wanted to put "Write a comment" in the field, much like it is in Facebook's reply field. Thanks for any help, I'd really appreciate it! |
#2
|
|||
|
|||
Anyone?
|
#3
|
||||
|
||||
Old info but still valid - http://www.vbulletin.com/forum/forum...dit-box-border
Basically you want to add in more css to change it, see that thread for some tips including where to go to edit etc . |
Благодарность от: | ||
Don Z. |
#4
|
|||
|
|||
The outer border which you indicate to in your pic can be changed in clientscript/vbulletin_editor.css file.
Very first class Code:
/* the container for the editor */ .vBulletin_editor { border: 2px groove; } |
#5
|
|||
|
|||
Awesome, thanks so much guys!
Anyone know about the 2nd part of my question? Thanks again! |
#6
|
||||
|
||||
You'll need to use javascript to do that. There are several examples on this google search. textbox default text disappear on click
|
#7
|
|||
|
|||
Quote:
In showthread_quickreply template find 2nd instance of: Code:
<textarea name="message" Code:
placeholder="Add you message here..." |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|