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
Small css bug/question
#1
I just wanted to write a top-level plugin which should appear top-level (sry, but the documentation is complicated, the interfaces of register_plugin is not documented: what does $type and $loaddata do?) but, back to the "problem".

Code:
add_action('nav-tab', 'createNavTab', array('myplugin.php','My Plugin'));

adds a new tab in the following way (see plugin_functions.php)

Code:
<li><a href='myplugin.php' class='plugins' />My Plugin</a></li>

if i select the 'plugins' tab now, the tab for my plugin is highlighted, too.

style.css, line 61 says:
Code:
... #plugins .wrapper .nav li a.plugins ... { background: #F9F9F9 none repeat scroll 0 0; }

what should i modify to be sure that not the "Plugins" tab and the "My Plugin" tab gets highlighted at the same time?
Reply


Messages In This Thread
Small css bug/question - by yxcvbnm - 2010-03-04, 23:36:22
Small css bug/question - by yxcvbnm - 2010-03-05, 00:57:23
Small css bug/question - by Zegnåt - 2010-03-05, 08:45:54
Small css bug/question - by yxcvbnm - 2010-03-05, 18:10:57
Small css bug/question - by ccagle8 - 2010-03-05, 21:28:19



Users browsing this thread: 2 Guest(s)