Forum Hosting  

Go Back   Forum Hosting > IPB Support > IPB General Support

IPB General Support Post your questions here, no bug reports.


Reply
 
LinkBack Thread Tools Display Modes
Old 05-07-2005, 05:32 AM   #1 (permalink)
Member
 
King Nothing's Avatar
 
Join Date: Feb 2005

Posts: 36
Rep Power: 0 King Nothing is on a distinguished road
fTrader: (0)
fBuck$: 136
Bank: 0
Total fBuck$: 136

My Forumer
My Country:
Default Is there anyway I can set a minimum for the mini profiel width?

I am referring to the small profile that pops up besides members posts contaiing their avatar etc... I recently redid my forum with the BlueIllusion or whatever its called template, and customised it so the forums are "thinner", but now the aforementioned profiles just adjust to the size of the users avatar, which means those with no avatar have their profile squashing in between 10 pixels of space etc.

Thanks.

Doug.


http://tgihe.9.forumer.com

King Nothing is offline   Reply With Quote
Old 05-07-2005, 04:24 PM   #2 (permalink)
Junior Forumer
 
Idhren's Avatar
 
Join Date: Feb 2005

Posts: 61
Rep Power: 4 Idhren is on a distinguished road
fTrader: (0)
fBuck$: 476
Bank: 0
Total fBuck$: 476

My Forumer
My Country:
Default Re: Is there anyway I can set a minimum for the mini profiel width?

Sure. Go to you admin CP -> Skins and Templates -> HTML Templates -> Manage HTML -> Topic View Section -> Edit Single -> Post Entry

Look for the following section of code:

Code:
<!-- REPORT / DELETE / EDIT / QUOTE DIV -->
        
        <div align='right'>
        {$post['report_link']}{$post['delete_button']}{$post['edit_button']}<a href='{ibf.script_url}act=Post&amp;CODE=06&amp;f={$ibforums->input[f]}&amp;t={$ibforums->input[t]}&amp;p={$post['pid']}'><{P_QUOTE}></a>
      </div>
      
      </td>
    </tr>
    <tr>
      <td valign='top' class='{$post['post_css']}'>
Your code may be a little different than mine since I have done a lot of modifications on mine but it should be very similar. In the section that looks like this:

Code:
<td valign='top' class='{$post['post_css']}'>
change it to look like this:
Code:
<td width='30%' valign='top' class='{$post['post_css']}'>
You can change the width to whatever percent you want.

Hopefully this should work but let me know if it doesn't.

Ned i lû Éomer mi Rochand, edain i anirner hîdh gernir han, a min laid a telaith i'waith a rych huin ú-bígant. Mi 'ondor a Arnor i Aran Elessar arnant hi. Min dyr bain uin airdh ioer e aran, dan mi Rochand eriol; e adaun i ant Cirion an Éomer , a Éomer agwestant i 'waedh Eorl. Hemp sa ned lui rim. Gorthaur gwannant, dan i nelys a naid ym i edonnant ú‘wennin, a boe an Aran uin Annûn orthorel gyth rim no i 'aladh Fain garn galad ned hîdh.
Idhren is offline   Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[resolved]*Help On Width khan IPB Skinning Help 3 05-18-2004 06:15 PM