TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

May 05, 2024, 01:59:47 PM

Login with username, password and session length
Members
  • Total Members: 3,885
  • Latest: Growner
Stats
  • Total Posts: 195,178
  • Total Topics: 21,220
  • Online today: 188
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online

index.template.php errors

Started by yerg, March 31, 2006, 03:25:39 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

yerg

I'm having problems here

TP_mod-instructions.txt says to find in index.template.php

<b>', $context['common_stats']['total_posts'], '</b> ', $txt[95], ' ', $txt['smf88'], ' <b>', $context['common_stats']['total_topics'], '</b> ', $txt[64], ' ', $txt[525], ' <span style="white-space: nowrap;"><b>', $context['common_stats']['total_members'], '</b> ', $txt[19], '</span><br />
', $txt[656], ': <b> ', $context['common_stats']['latest_member']['link'], '</b>
</div>
</div>';

and
<a href="javascript:void(0);" onclick="shrinkHeader(!current_header); return false;"><img id="upshrink" src="', $settings['images_url'], '/', empty($options['collapse_header']) ? 'upshrink.gif' : 'upshrink2.gif', '" alt="*" title="', $txt['upshrink_description'], '" style="margin: 2px 2ex 2px 0;" border="0" /></a>';
and
// The main content should go here.  A table is used because IE 6 just can't handle a div.
echo '
<table width="100%" cellpadding="0" cellspacing="0" border="0"><tr>
<td id="bodyarea" style="padding: 1ex 20px 2ex 20px;">';


The file in Version: 1.1 RC2 that runs my forum doesn't have any of that code in index.template.php

:idiot2: I'm lost

borgBOB

This code is in the default theme folder.If you use a different theme, post the name here, and perhaps it has allready been converted for TP.

yerg

That is the tThemes/default/index.template.php I'm taking about.

Well the one I've got anyway which I've not modded  :-\

borgBOB

can you attach a copy of your file here? I will mod it for you.



yerg


Enigma

thanks. that's exactly what i needed. i just added the changes to my modded index.template.php