Welcome, Guest. Please Login or Register.
April 30, 2025, 11:37:42 PM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Graphics and Templates  |  Question? « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Question?  (Read 661 times)
Bangolo18
Noobie
*
Posts: 7


Mr Bigg

Question?
« on: January 01, 2003, 03:11:17 AM »
Reply with quote

How do you remove the table that has the diamond then it says new post, then diamond and says no new post, all all the way to the right it has to mark as read images?  I just want to get rid of it all.
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Question?
« Reply #1 on: January 01, 2003, 03:56:53 AM »
Reply with quote

Remove this from Sources/BoardIndex.php

   if ($username != 'Guest' )
   {
      echo '
               <tr>
                  <td class="titlebg" colspan="6" align="center">
                     <table cellpadding="0" border="0" cellspacing="0" width="100%">
                        <tr>
                           <td align="left">
                              <img src="' . $imagesdir . '/new_some.gif" border="0" alt=" ' .$txt[333] . '" />&nbsp;&nbsp;
                              <img src="' . $imagesdir . '/new_none.gif" border="0" alt="' . $txt[334] . '" /></td>
                           <td align="right">
                              <font size="1">&nbsp;';
      if ($showmarkread == 1)
         echo " <a href=\"$scripturl?action=markallasread\">$img[markallread]</a>";
      echo '
                              </font>
                           </td>
                        </tr>
                     </table>
                  </td>
               </tr>';
   }

-[Unknown]
« Last Edit: January 01, 2003, 03:57:07 AM by [Unknown] » Logged
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  Development  |  Graphics and Templates  |  Question? « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.195 seconds with 21 queries.