Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > General > Member Archives
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Stupid problem. Details »»
Stupid problem.
Version: , by look4you look4you is offline
Developer Last Online: Oct 2003 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 10-03-2002 Last Update: Never Installs: 0
 
No support by the author.

<a href="http://www.linkplanet.nl/troubleshooting/prob2.gif" target="_blank">Screenshot</a>

Anybody knows what I did wrong?

I just the lines in the image removed, looks very ugly. Not in the table itself. Prolly I messed up the coding or made a mistake somewhere.

If you need the part of the template coding, I'll be happy to give it.

Thanks in advance.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 10-03-2002, 08:08 PM
look4you look4you is offline
 
Join Date: Sep 2002
Location: Netherlands
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well obviously no one has an idea... So therefore I posted the coding part partially of that particular template.

Maybe someone can spot an error. Hopefully.

Quote:
<!-- welcomepanel -->
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}"
{tableouterextra} width="{contenttablewidth}" align="center">
<tr>
<td>
<table cellpadding="0" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<tr id="cat">
<td width="100"><img src="{imagesfolder}/categories/tlcat.gif" border="0"></td>
<td align="center" background="{imagesfolder}/categories/tccat.gif" width="100%">
<normalfont color="{categoryfontcolor}"><b>Welcome</b></normalfont></td>
<td width="300"><img src="{imagesfolder}/categories/trcat.gif" border="0"></td>
</tr>
<tr>
<td bgcolor="{secondaltcolor}" align="center" valign="top" width="100">$avatarimage</td>
<td bgcolor="{firstaltcolor}">
<smallfont>
$unregwelcomemessage
$welcometext<br>
The time now is $timenow.<br>
You last visited: $bbuserinfo[lastvisitdate].<br>
<b>$newposts</b>
</smallfont>
</td>
<td bgcolor="{secondaltcolor}" align="center" valign="middle" width="300">
$logincode
</td>
</tr>
$pminfo
</table>
</td></tr></table>
<!-- /welcomepanel -->
Reply With Quote
  #3  
Old 10-03-2002, 09:50 PM
look4you look4you is offline
 
Join Date: Sep 2002
Location: Netherlands
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please?
Reply With Quote
  #4  
Old 10-04-2002, 01:29 PM
g-force2k2 g-force2k2 is offline
 
Join Date: Mar 2002
Location: Everywhere you wanna be..
Posts: 1,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

look4you to me it seems like the images them selves mess up the whole look... regards... not really sure on how to fix it... just remove the images and see if that fixes the problem...

g-force2k2
Reply With Quote
  #5  
Old 10-04-2002, 02:45 PM
look4you look4you is offline
 
Join Date: Sep 2002
Location: Netherlands
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well actually it works quite well with the other categories... But it just gets trashed with this one, so dunno...

Oh well.
Reply With Quote
  #6  
Old 10-04-2002, 06:40 PM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

its the welcome panel.. not a category...

Not too sure whats going on here so i'll leave it to someone else to help

- miSt
Reply With Quote
  #7  
Old 10-05-2002, 03:06 PM
kennethj kennethj is offline
 
Join Date: Jan 2002
Location: USA - tn
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

My guess, if i am understanding you right is

PHP Code:
<td width="100"><img src="https://vborg.vbsupport.ru/greentek/categories/tlcat.gif" border="0"></td>
<
td align="center" background="https://vborg.vbsupport.ru/greentek/categories/tccat.gif" width="100%">
<
normalfont color="#FFCC00"><b>Welcome</b></normalfont></td>
<
td width="300"><img src="https://vborg.vbsupport.ru/greentek/categories/trcat.gif" border="0"></td
every td is a line - this needs to be put into a table --

so it would end up somthing like
PHP Code:
<!-- welcomepanel -->
<
table cellpadding="0" cellspacing="0" border="0" bgcolor="#000000" 
width="95%" align="center">
<
tr>
<
td>
<
table cellpadding="0" cellspacing="1" border="0" width="100%">

<
tr>
<
td colspan="3">

<
table border="0" collspan="0" cellspacing="0"><tr>
<
td width="100"><img src="https://vborg.vbsupport.ru/greentek/categories/tlcat.gif" border="0"></td></tr></table>
</
td>

<
tr id="cat">
<
td align="center" background="https://vborg.vbsupport.ru/greentek/categories/tccat.gif" width="100%">
<
normalfont color="#FFCC00"><b>Welcome</b></normalfont></td>
<
td width="300"><img src="https://vborg.vbsupport.ru/greentek/categories/trcat.gif" border="0"></td>
</
tr>
<
tr>
<
td bgcolor="#DFDFDF" align="center" valign="top" width="100">$avatarimage</td

extra spaces for clarity
without images it hard to tell but looks like a prob i had
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:45 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07205 seconds
  • Memory Usage 2,275KB
  • Queries Executed 20 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (7)post_thanks_box
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (7)post_thanks_postbit_info
  • (6)postbit
  • (7)postbit_onlinestatus
  • (7)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete