Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Programming Discussions
  #1  
Old 09-02-2002, 02:22 PM
freehtml
Guest
 
Posts: n/a
Default Can't get forumhome to work using ..

Hi all

I had tried to install the 'Add New column' modification, apparently it does not work...


Here is my coding for 'forumhome' templates

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<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="singapore web hosting, web hosting forum,webhosting,hosts,bandwidth,servers,cobalt raq,nt hosting,unix hosting,host reviews,dedicated servers,colocation,host search">
	<meta name="description" content="Singapore Web Hosting Talk is an online community specializing in the review, analysis, recommendation, advertising and consolidation of Internet services, which include, but are not specifically limited to web hosting, web host reselling, domain name registration, domain name registrar reselling, web design and graphic design. 
">
	<title>$bbtitle - powered by vBulletin</title>
	$headinclude
</head>
<body>

$header

<br>

<!-- main -->
<table cellpadding="0" cellspacing="5" border="0" bgcolor="#6597D9"  width="100%" align="center">
<tr>
<td width="70%>


<table cellpadding="4" cellspacing="1" border="0"  width="100%">
<tr align="center">
  <td bgcolor=""#C1D7F4" background="images/head_bg.gif""><smallfont>&nbsp;</smallfont></td>
  <td bgcolor=""#C1D7F4" background="images/head_bg.gif"" width="80%" align="left"><smallfont color="#000000"><b>Forum</b></smallfont></td>
  <td bgcolor=""#C1D7F4" background="images/head_bg.gif""><smallfont color="#000000"><b>Posts</b></smallfont></td>
  <td bgcolor=""#C1D7F4" background="images/head_bg.gif""><smallfont color="#000000"><b>Threads</b></smallfont></td>
  <td bgcolor=""#C1D7F4" background="images/head_bg.gif"" nowrap><smallfont color="#000000"><b>Last Post</b></smallfont></td>
  <td bgcolor=""#C1D7F4" background="images/head_bg.gif"" nowrap><smallfont color="#000000"><b>Mod</b></smallfont></td>
</tr>
$forumbits
$loggedinusers
$birthdaybits
$pminfo

</table>
</td>
		
<!-- new stuff here -->
<!-- new right column -->
	<td width="30%" valign="top" bgcolor="#FFFFFF">
		<!-- text -->
		<table cellpadding="2" cellspacing="0" border="0" width="100%"  align="center">
		<tr valign="top">
		<td><img src="images/vb_bullet.gif" border="0" align="middle" alt="$bbtitle : Powered by vBulletin version $templateversion">
		<normalfont><b>$bbtitle</b></normalfont></td>
		<td align="right"><smallfont>$welcometext<br><b>$newposts</b></smallfont></td>
		</tr>
		</table>
		
		<table cellpadding="2" cellspacing="0" border="0" width="100%"  align="center">
		$unregwelcomemessage
		<tr valign="bottom">
		<td><smallfont>
		Members: $numbermembers, Threads: $totalthreads, Posts: $totalposts<br>
		Welcome to our newest member, <a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$newuserid">$newusername</a>
		</smallfont></td>
		<td align="right"><smallfont>
		The time now is $timenow.<br>
		You last visited: $bbuserinfo[lastvisitdate].
		</smallfont></td>
		</tr>
		</table>
		<!-- /text -->
	
</td>
<!-- /new right column -->



</td></tr></table>
<!-- /main -->
<br>
<!-- timezone/login-->
<table cellpadding="2" cellspacing="0" border="0" width="100%"  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="100%"  align="center">
<tr>
	<td align="center">
	<img src="images/on.gif" border="0" alt="On" align="absmiddle">
	<b><smallfont>New posts</smallfont></b>
	&nbsp;&nbsp;
	<img src="images/off.gif" border="0" alt="Off" align="absmiddle">
	<b><smallfont>No new posts</smallfont></b>
	&nbsp;&nbsp;
	<img src="images/offlock.gif" border="0" alt="Closed Forum" align="absmiddle">
	<b><smallfont>A closed forum</smallfont></b>
	</td>
</tr>
</table>
<!-- /icons -->

$footer
</body>
</html>
I had also attached a screenshot of it...

Please do take a look , Thanks all
Attached Images
File Type: jpg error.jpg (98.7 KB, 0 views)
Reply With Quote
  #2  
Old 09-02-2002, 02:25 PM
DigitalGFx
Guest
 
Posts: n/a
Default

hmmm its fine in dreamweaver... maybe your header messed it up
Reply With Quote
  #3  
Old 09-02-2002, 02:27 PM
DigitalGFx
Guest
 
Posts: n/a
Default

gmm dude its fine?
Reply With Quote
  #4  
Old 09-02-2002, 02:29 PM
Austin Dea's Avatar
Austin Dea Austin Dea is offline
 
Join Date: Dec 2001
Location: Denver, CO, USA
Posts: 342
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What doesn't work? I'm sorry, I don't see the error... Other than the post indicator column is really wide and there's a little space on top of the left column...
Reply With Quote
  #5  
Old 09-02-2002, 02:48 PM
freehtml
Guest
 
Posts: n/a
Default

Quote:
Originally posted by Austin
What doesn't work? I'm sorry, I don't see the error... Other than the post indicator column is really wide and there's a little space on top of the left column...
I had changed back to the original templates.... Please see the attached screenshot for the error. Thx
Reply With Quote
  #6  
Old 09-02-2002, 02:49 PM
freehtml
Guest
 
Posts: n/a
Default

Quote:
Originally posted by DigitalGFx
gmm dude its fine?
Please see the attached image for the error
Reply With Quote
  #7  
Old 09-02-2002, 02:49 PM
freehtml
Guest
 
Posts: n/a
Default

Quote:
Originally posted by DigitalGFx
hmmm its fine in dreamweaver... maybe your header messed it up
hmm, care to explain more??
Reply With Quote
  #8  
Old 09-02-2002, 04:36 PM
DigitalGFx
Guest
 
Posts: n/a
Default

when you put the code it the design looks fine
Reply With Quote
  #9  
Old 09-02-2002, 05:19 PM
Austin Dea's Avatar
Austin Dea Austin Dea is offline
 
Join Date: Dec 2001
Location: Denver, CO, USA
Posts: 342
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Dreamweaver is an html editing program .

You must have done something wrong in the instructions for the template mod...
Reply With Quote
Reply

Thread Tools
Display Modes

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 08:23 PM.


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.09230 seconds
  • Memory Usage 2,246KB
  • Queries Executed 14 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (9)postbit
  • (1)postbit_attachment
  • (2)postbit_onlinestatus
  • (9)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_postinfo_query
  • fetch_postinfo
  • 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
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_imicons
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete