The following warnings occurred:
Warning [2] Undefined array key "threadviews_countguests" - Line: 745 - File: showthread.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php 745 errorHandler->error_callback
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 916 build_postbit
Warning [2] Undefined property: MyLanguage::$thread_modes - Line: 46 - File: showthread.php(1650) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1650) : eval()'d code 46 errorHandler->error_callback
/showthread.php 1650 eval




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PROBLEM Custom Permalink Structure
#8
(2014-10-30, 03:17:32)shawn_a Wrote: The confusion is because chrome ( and maybe other browsers ) do not hide the placeholder on input focus, which is odd.
Because of this behaviour I added the jQuery Placeholder Plugin to my contact form.
I didn't want to use <legend> or a headline or something to make it look slim.
You can find one here.
All you have to do is add this line
Code:
<script type="text/javascript" src="'.$SITEURL.'path_to/js/jquery.placeholder.js"></script>
and add the css class like
Code:
.placeholder {
    color: #888 !important;
}
.placeholderFocus {
    color: #555;
}

Just a thought. You can even override it. Wink
Reply


Messages In This Thread
Custom Permalink Structure - by notabene - 2014-09-30, 22:10:33
RE: Custom Permalink Structure - by shawn_a - 2014-10-01, 00:50:21
RE: Custom Permalink Structure - by notabene - 2014-10-01, 03:09:11
RE: Custom Permalink Structure - by Carlos - 2014-10-01, 03:27:53
RE: Custom Permalink Structure - by shawn_a - 2014-10-01, 04:02:43
RE: Custom Permalink Structure - by notabene - 2014-10-01, 17:03:01
RE: Custom Permalink Structure - by shawn_a - 2014-10-30, 03:17:32
RE: Custom Permalink Structure - by moped - 2014-10-30, 18:58:53
RE: Custom Permalink Structure - by shawn_a - 2014-10-30, 23:01:44



Users browsing this thread: 1 Guest(s)