Welcome, Guest. Please Login or Register.
October 01, 2024, 01:29:59 PM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  English User Help  |  English Help  |  Display.php « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Display.php  (Read 481 times)
r1478142
Noobie
*
Posts: 6


I'm a llama!

Display.php
« on: February 19, 2004, 10:24:08 AM »
Reply with quote

YaBB SE Version: 1.5.5
PHP Version: 4.3.4
MySQL Version: 4.0.x
Server Platform: Unix, Linux, or BSD

Problem Description:
I'm trying to setup the buttons on my forum so they display as a continuous bar. Now I've managed to format my menu that way, no problem. And I've gotten the buttons at the bottom of the topics (move topic / delete topic, etc) to display that way as well. But when I try and make the buttons like quote / modify / delete / split display that way, it mess's up the template


         <table border="0" height="18" cellspacing="0" cellpadding="0">
         <tr>
   <td width="16" valign="top">
   <img border="0" src="YaBBImages/left_corner.gif" width="16" height="18">
   </td>
                  <td height="18" background="YaBBImages/menubg.gif" align="right" valign="bottom" height="20" nowrap="nowrap" colspan="2">
               <font size="-1">' . implode($menusep, $messageButtons) . '</font>
   </td>
      <td width="16" valign="top">
   <img border="0" src="YaBBImages/right_corner.gif" width="16" height="18">
   </td>
 </tr>
</table>


I'm using the code above to replace

      <td align="right" valign="bottom" height="20" nowrap="nowrap">
                                          <font size="-1">' . implode($menusep, $messageButtons) . '</font>
                                       </td>


in Display.php


What do I need to change to get this to work?
And I also would like the reply / notify / send topic / print buttons to display the same way as well.

Thanks in advance.
Logged
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  Display.php « 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.240 seconds with 21 queries.