vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How to remove/change color of this border? (https://vborg.vbsupport.ru/showthread.php?t=317966)

shibby2 03-25-2015 05:14 PM

How to remove/change color of this border?
 
1 Attachment(s)
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! :)

shibby2 03-27-2015 08:25 PM

Anyone? :(

TheLastSuperman 03-27-2015 11:33 PM

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 ;).

PinkMilk 03-28-2015 08:21 PM

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;
}


shibby2 03-29-2015 05:22 AM

Awesome, thanks so much guys! :)

Anyone know about the 2nd part of my question?

Thanks again!

Replicant 03-29-2015 12:53 PM

You'll need to use javascript to do that. There are several examples on this google search. textbox default text disappear on click

PinkMilk 04-27-2015 02:34 AM

1 Attachment(s)
Quote:

Originally Posted by shibby2 (Post 2541797)
Awesome, thanks so much guys! :)

Anyone know about the 2nd part of my question?

Thanks again!

You can use placeholder it's now supported in 99.9% of modern browsers.

In showthread_quickreply template find 2nd instance of:
Code:

<textarea name="message"
after add
Code:

placeholder="Add you message here..."


All times are GMT. The time now is 08:50 PM.

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.01109 seconds
  • Memory Usage 1,725KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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