vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   Tech Style set issue (https://vborg.vbsupport.ru/showthread.php?t=48157)

calldaffer 01-28-2003 10:59 PM

Alright, here is my level 2

PHP Code:

<tr align="center">
    <
td bgcolor="#1C5780" valign="top"><img src="http://www.gamingevolved.com/forums/techimages/images/$forum[onoff].gif" border="0" alt=""></td>
    <
td bgcolor="#13486D">
<
table width=100cellspacing="0" cellpadding="0" border="0">
<
tr>
<
td align="left">
<
a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont><b>$forum[title]</b></normalfont></a></td>
<
td width="35%" align="right" valign="top">
</
td>
</
tr>
<
td colspan="2">
<
smallfont>$forum[description]</smallfont>
</
td>
</
tr>
</
table>
</
td>
    <
td bgcolor="#1C5780"><smallfont>$forum[lastpostinfo]</smallfont></td>
<
td bgcolor="#13486D"><normalfont>$forum[replycount]</normalfont></td>
    <
td bgcolor="#1C5780"><normalfont>$forum[threadcount]</normalfont></td>
</
tr

Can you show me where the problem is?

Dolby 01-30-2003 06:42 PM

Why did you remove the {images} variable? You could of just changed 1 path in the style edit menu for that style.

Goto AdminCP
goto Styles
Goto Modify
Click [fonts/colors/etc] on the techie style
scroll down to Image folder path and type in:
/forums/techimages/images

tada... saved your self hours of work. I know it works too becuase when I make a style I always use the variable for the path incase I want to release it some day.

Your going to have slower load times using the full (http://) path and things wont cache right.

calldaffer 01-30-2003 09:11 PM

DOH!! I was totally unaware you could do that man. Thanks for the info......I'll be sure to make a note of that for the future. Anyway, anyone know the fix to this issue?

mr e 01-31-2003 01:41 AM

well im not sure what you did here, but fix it

PHP Code:

<tr align="center">
    <
td bgcolor="#1C5780" valign="top"><img src="http://www.gamingevolved.com/forums/techimages/images/$forum[onoff].gif" border="0" alt=""></td>
    <
td bgcolor="#13486D">
<
table width=100cellspacing="0" cellpadding="0" border="0">
<
tr>
<
td align="left">
<
a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont><b>$forum[title]</b></normalfont></a></td>
<
td width="35%" align="right" valign="top">
</
td>
</
tr>     <------------------This is what I'm talking about, don't need this
<td colspan="2">
<
smallfont>$forum[description]</smallfont>
</
td>
</
tr>
</
table>
</
td>
    <
td bgcolor="#1C5780"><smallfont>$forum[lastpostinfo]</smallfont></td>
<
td bgcolor="#13486D"><normalfont>$forum[replycount]</normalfont></td>
    <
td bgcolor="#1C5780"><normalfont>$forum[threadcount]</normalfont></td>
</
tr

or copy/paste it into dreamweaver and mess around with it there


All times are GMT. The time now is 10:37 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01052 seconds
  • Memory Usage 1,752KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete