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

Recent

Welcome to TinyPortal. Please login or sign up.

Members
  • Total Members: 3,963
  • Latest: BiZaJe
Stats
  • Total Posts: 195,917
  • Total Topics: 21,308
  • Online today: 790
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online
  • Users: 1
  • Guests: 656
  • Total: 657
  • tino

Categories & Boards Info

Started by ontap, March 24, 2006, 03:48:24 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

IchBin

All the TP templates are in the default theme.

b33znutz

Quote from: siath on March 07, 2007, 08:52:47 AM
Ok ran into a problem...


// TPortal stats box
// Modified By OnTapÂÃ,©
function TPortal_statsbox()
{
       global $context, $settings, $options, $scripturl, $txt, $db_prefix, $modSettings;

$bullet = '<img src="'.$settings['images_url'].'/TPdivider.gif" alt="" border="0" style="margin:0 2px 0 0;" />';
$bullet2 = '<img src="'.$settings['images_url'].'/TPdivider2.gif" alt="" border="0" style="margin:0 2px 0 0;" />';
        echo'<table width="99%" cellpadding="0" cellspacing="5" border="0"><tr>';
        echo '<td width="100%" valign="top" class="smalltext" style="font-family: verdana, arial, sans-serif;">';


Atleast on my theme MESH it made it eat the boxes before it. Changed it to...

// TPortal stats box
// Modified By OnTapÂÃ,©
function TPortal_statsbox()
{
       global $context, $settings, $options, $scripturl, $txt, $db_prefix, $modSettings;

        echo '<div style="padding: 5px;" class="smalltext">';

$bullet = '<img src="'.$settings['images_url'].'/TPdivider.gif" alt="" border="0" style="margin:0 2px 0 0;" />';
$bullet2 = '<img src="'.$settings['images_url'].'/TPdivider2.gif" alt="" border="0" style="margin:0 2px 0 0;" />';


****THEN AT BOTTOM MAKE SURE IT IS SET THIS WAY****
       }
    echo '</div>';
     }
    echo '</div>';
  }


This completely fix all my problems...
This could also be the problem with your theme gamerxgirl might try the fix see if it corrects it.

Siath

this was the fix i needed for darkdirge theme. thanks!

This website is proudly hosted on Crocweb Cloud Website Hosting.