SleePyCode Forums

Special Site & Other Boards => PasteBin => Topic started by: SleePy on Aug 04, 2008, 11:33 PM

Title: Paste-1217892797:v:use_geshi-1:v:type-text
Post by: SleePy on Aug 04, 2008, 11:33 PM
From My 1.1.5:
         echo '
                     ', $topic['is_sticky'] ? '' : '' , '<span id="msg_' . $topic['first_post']['id'] . '">', $topic['first_post']['link'], '</span>', $topic['is_sticky'] ? '' : '';

From SMF 1.1 SVN:
         echo '
                     ', $topic['is_sticky'] ? '' : '' , '<span id="msg_' . $topic['first_post']['id'] . '">', $topic['first_post']['link'], '</span>', $topic['is_sticky'] ? '' : '';

Your Mod File:
      echo '
                  ', $topic['is_sticky'] ? '' : '' , '<span id="msg_' . $topic['first_post']['id'] . '">', $topic['first_post']['link'], '</span>', $topic['is_sticky'] ? '' : '';
Title: Paste-1217893453:v:use_geshi-1:v:type-text
Post by: SleePy on Aug 04, 2008, 11:44 PM
From My 1.1.5:
         echo '
                     ', $topic['is_sticky'] ? '' : '' , '<span id="msg_' . $topic['first_post']['id'] . '">', $topic['first_post']['link'], '</span>', $topic['is_sticky'] ? '' : '';

From SMF 1.1 SVN:
         echo '
                     ', $topic['is_sticky'] ? '' : '' , '<span id="msg_' . $topic['first_post']['id'] . '">', $topic['first_post']['link'], '</span>', $topic['is_sticky'] ? '' : '';

Your Mod File:
      echo '
                  ', $topic['is_sticky'] ? '' : '' , '<span id="msg_' . $topic['first_post']['id'] . '">', $topic['first_post']['link'], '</span>', $topic['is_sticky'] ? '' : '';

Try Two:
echo '
                  ', $topic['is_sticky'] ? '' : '' , '<span id="msg_' . $topic['first_post']['id'] . '">', $topic['first_post']['link'], '</span>', $topic['is_sticky'] ? '' : '';

Try three:
   echo '
                  ', $topic['is_sticky'] ? '' : '' , '<span id="msg_' . $topic['first_post']['id'] . '">', $topic['first_post']['link'], '</span>', $topic['is_sticky'] ? '' : '';