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

Recent

Welcome to TinyPortal. Please login or sign up.

Members
Stats
  • Total Posts: 196,004
  • Total Topics: 21,330
  • Online today: 219
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online
  • Users: 0
  • Guests: 104
  • Total: 104

How to make Author column wider?

Started by homo512, September 14, 2007, 03:40:43 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

homo512

As you can see in this screen shot that the author column is to thin to support the Avatar width and the Rank picture width:



My question is how do I make the author column wider?  I'm currently using the Helios theme.  Thanks

IchBin

The Display.template.php file would be the one you need to change. You'll need to find the right place where it sets the width for the user part. Just make some changes and test it, you'll figure it out.

homo512

Can you help me out?  I looked over my Display.template.php file for 45 min but just couldn't find what I was looking for.  In fact I don't even know what I'm supposed to be look for.  My php skills are still at the Newbie level.


           

JPDeni

Look for

// Show information about the poster of this message.
echo '
  <table width="100%" cellpadding="5" cellspacing="0" style="table-layout: fixed;">
    <tr>
      <td valign="top" width="16%" rowspan="2" style="overflow: hidden;">


Change the width to whatever you want. Further down, look for


// Done with the information about the poster... on to the post itself.
echo '
    </div>
  </td>
  <td valign="top" width="85%" height="100%">


Adjust that width, too, making a total of 100%. (I know this adds up to 101%, but it should be 100, I think.) Play around with different values until you get what you want.

This website is proudly hosted on Crocweb Cloud Website Hosting.