Members   Search      Help    Register    Login    Home
Home » Support Forums for PMBT 2.X » PMBT 2.X Themes » 1Thank theme error under Admin
1Thank theme error under Admin [message #2880] Tue, 18 August 2009 11:42 Go to next message
BrandeX is currently offline BrandeX  China
Messages: 7
Registered: August 2009
Leecher
Check posted pic. When you have tooltip style popups when your cursor is over the "?" bubbles in Config or elsewhere in phpMyBitTorrent, the bubble text is unreadable with the 1Thank theme, it only appears as a black box.
http://i25.tinypic.com/16ifkg.png
Re: 1Thank theme error under Admin [message #2883 is a reply to message #2880] Tue, 18 August 2009 13:22 Go to previous message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
open theme main.php and replace help function with
function help($name,$help,$title = "",$link = "") {
        if ($link != "") echo "<span class=\"overlib\" onclick=\"return overlib('".addslashes(str_replace(Array("\n","\""),Array("","'"),$help)),"'";
        if ($link == "") echo "<span class=\"overlib\" onmouseover=\"return overlib('".addslashes(str_replace(Array("\n","\""),Array("","'"),$help)),"'";
        if ($title != "" AND $link == "") echo ",CAPTION, '".addslashes(str_replace(Array("\n","\""),Array("","'"),$title))."'";
       // if ($title != "" AND $link != "") echo ",CAPTION, '".addslashes(str_replace(Array("\n","\""),Array("","'"),$title))."'";
        if ($link == "") echo ",TEXTFONT,'Verdana',TEXTCOLOR,'#FFFFFF',CAPTIONFONT,'Lucida Console, Verdana',CENTER,FGCOLOR,'#000000',BGCOLOR,'#6F7578',CAPICON,'themes/1thank/pics/help.png',BORDER,2,SHADOW,SHADOWOPACITY,40,SHADOWCOLOR,'#030303',SHADOWX,2,SHADOWY,2);\" onmouseout=\"return nd();\" style=\"cursor:help\">".$name."</span>";
        if ($link != "") echo ",CELLPAD,'0',FOLLOWMOUSE,'0',TEXTFONT,'Verdana',TEXTCOLOR,'#FFFFFF',CAPTIONFONT,'Lucida Console, Verdana',CENTER,FGCOLOR,'#000000',BGCOLOR,'#6F7578',CAPICON,'themes/1thank/pics/help.png',SHADOW,SHADOWOPACITY,40,SHADOWCOLOR,'#030303',SHADOWX,2,SHADOWY,2);\"  >".$name."</span>";
}


http://a.imageshack.us/img831/5562/mybikes.png
Previous Topic:forum layout is out of wack
Next Topic:login required fix
Goto Forum:
  


Current Time: Thu Feb 09 11:21:11 GMT 2012

Total time taken to generate the page: 0.00738 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software