Advertisement:

mysterious inserts of new DIVs in theme

Aloittaja ssoltz, heinäkuu 13, 2006, 09:57:56 AP

« edellinen - seuraava »

ssoltz

SMF Version: SMF 1.1 RC2
Hello,

I am trying to upgrade to RC2 from 1.1 beta 4. Having moderate success but a few things are perplexing me.

At this point, I am just trying to get things to look pretty much the same as they were before and then I am going to try to add features, etc. from there.

I have a wrapped forum with Mambo 4.5.3h and am using a modded 247Portal blue theme with the matching themes (also modded) by Xenovantis (by the way, anyone able to link to his download page for new RC2 themes? That would help...).

For some reason, in the info box area on the board index, where the SP1 stats are, there is a new <div style="float: left; width: 50%;"> tag being entered and I cannot for the life of me find where this is. I checked old and new versions of the BoardIndex.template.php and various other files and cannot find it. It was not there in beta 4 and I cannot find the code for it in RC2.

Here is the section from my BoardIndex.template.php:

// Show YaBB SP1 style information...
if ($settings['show_sp1_info'])
{
echo '
<tr>
<td class="catbg" colspan="2">', $txt[645], '</td>
</tr>
<tr>
<td class="windowbg" width="20" valign="middle" align="center">
<a href="', $scripturl, '?action=stats">
<img src="', $settings['images_url'], '/icons/info.gif" alt="', $txt[645], '" border="0" /></a>
</td>
<td class="windowbg2" width="100%">
<table border="0" width="90%"><tr>
<td class="smalltext">
', $txt[490], ': <b>', $context['common_stats']['total_topics'], '</b> &nbsp;&nbsp;&nbsp;&nbsp; ', $txt[489], ': <b>', $context['common_stats']['total_posts'], '</b><br />
', !empty($context['latest_post']) ? $txt[659] . ':
&quot;' . $context['latest_post']['link'] . '&quot;  (' . $context['latest_post']['time'] . ')<br />' : '', '
<a href="', $scripturl, '?action=recent">', $txt[234], '</a>', $context['show_stats'] ? '<br />
<a href="' . $scripturl . '?action=stats">' . $txt['smf223'] . '</a>' : '', '
</td>
<td class="smalltext">
', $txt[488], ': <b>', $context['show_member_list'] ? '<a href="' . $scripturl . '?action=mlist">' . $context['common_stats']['total_members'] . '</a>' : $context['common_stats']['total_members'], '</b><br />
', $txt[656], ': <b>', $context['common_stats']['latest_member']['link'], '</b><br />';


Below are pictures of the section of the current online beta 4 forum index page and the same from my local test server running RC2.

If anyone can point me in the right direction, it would be helpful.

Thanks in advance,
Steve Soltz
SSK Creatives, Inc.

jerm

have you tried to contact the theme creator?

ssoltz

nm...path issue...now if I can fix the other thirty problems...
Steve Soltz
SSK Creatives, Inc.

Advertisement: