The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Border around active users. with category bottom images..
hey,
can someone tell me how i can get rid of this black area. without losing the border around it? attached is the screen. |
#2
|
||||
|
||||
I usually just hardcode a color in, it's black because there is no color coded in. Just add the same hex code as your background in that part of the code.
|
#3
|
||||
|
||||
Edit the images and remove it manually, replace it with bright purple or something, and set the purple as the transparent color.
I'd be more descriptive but... It's 3:33AM and I just finished reconstructing hacks and templates for a new style of mine. My brain is in a "Sleep = good, work = bad" mode right now... |
#4
|
|||
|
|||
my
forumhome level 1 nopost <table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td> <table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%"> <table align="center" cellspacing="0" cellpadding="0" border="0"> <tr> <td width="48"><img src="{imagesfolder}/bleft.gif" border="0"></td> <td align="center" background="{imagesfolder}/catbbg.gif" width="100%"></a></td> <td width="48"><img src="{imagesfolder}/bright.gif" border="0"></td> </tr> </table> </table> </td></tr></table><br> <table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td> <table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%"> <table align="center" cellspacing="0" cellpadding="0" border="0"> <tr> <td width="13"><img src="{imagesfolder}/left.gif" border="0"></td> <td align="center" background="{imagesfolder}/catbg.gif" width="700"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><smallfont color="{categoryfontcolor}"><font color=#06244D><b>$forum[title]</b></font></smallfont></a></td> <td width="13"><img src="{imagesfolder}/right.gif" border="0"></td> </tr> </table> <table bgcolor="{tablebordercolor}" cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%"> <tr align="center"> <td bgcolor="{tableheadbgcolor}"><smallfont> </smallfont></td> <td bgcolor="{tableheadbgcolor}" width="80%" align="left"><smallfont color="{tableheadtextcolor}"><b>Forum</b></smallfont></td> <td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Posts</b></smallfont></td> <td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Threads</b></smallfont></td> <td bgcolor="{tableheadbgcolor}" width="170" nowrap><smallfont color="{tableheadtextcolor}"><b>Last Post</b></smallfont></td> <td bgcolor="{tableheadbgcolor}" width="20%"><smallfont color="{tableheadtextcolor}"><b>Moderator</b></smallfont></td> </tr> my forumhome {htmldoctype} <html> <head> <!-- no cache headers --> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="no-cache"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Cache-Control" content="no-cache"> <!-- end no cache headers --> <meta name="keywords" content="vbulletin,forum,bbs,discussion,jelsoft"> <meta name="description" content="$bbtitle is a discussion forum powered by vBulletin. To visit the forum, go to $bburl/ . To find out about vBulletin, go to http://www.vbulletin.com/ ."> <title>$bbtitle - powered by vBulletin</title> $headinclude </head> <body> $header<br><br> <!-- main --> <table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{pagebgcolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td> <table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%"> <table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td> <table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%"> $loggedinusers $forumbits <table align="center" cellspacing="0" cellpadding="0" border="0"> <tr> <td width="48"><img src="{imagesfolder}/bleft.gif" border="0"></td> <td align="center" background="{imagesfolder}/catbbg.gif" width="100%"></a></td> <td width="48"><img src="{imagesfolder}/bright.gif" border="0"></td> </tr> </table> </table> </td></tr></table><br> <table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td> <table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%"> $pminfo </table> </td></tr></table> <!-- /main --> <!-- timezone/login--> <table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center"> <tr valign="top"> <td><smallfont>$timezone</smallfont></td> <td align="right">$logincode</td> </tr> </table> <!-- /timezone/login --> <br> <!-- icons --> <table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center"> <tr> <td align="center"> <img src="{imagesfolder}/on.gif" border="0" alt="On" align="absmiddle"> <b><smallfont>New posts</smallfont></b> <img src="{imagesfolder}/off.gif" border="0" alt="Off" align="absmiddle"> <b><smallfont>No new posts</smallfont></b> <img src="{imagesfolder}/offlock.gif" border="0" alt="Closed Forum" align="absmiddle"> <b><smallfont>A closed forum</smallfont></b> </td> </tr> </table> <!-- /icons --> $footer </body> </html> someone please fix for me.. #DFDFDF = hex for background if needed. |
#5
|
||||
|
||||
you need to remove the border from the bottom cell and keep it for the other two then make background colour of the cell nothing or the same as ure background.
|
#6
|
||||
|
||||
Like I suggested earlier, add the background as the same color as your actual background. Easiest way to get rid of it.
|
#7
|
|||
|
|||
someone do it for me, please
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|