Logo name

Ipb 2.2:Centering Avatar, Title, and Pips/Team Icons

From IpbWiki

  • Currently0.00/5
Jump to: navigation, search


Centering Avatar, Title, and Pips/Team Icon in Topic View

Some may often find staff members irrelevantly applying multi-moderation commands. This causes confusion between the members and is often counted against the reputation of forums. This tutorial will explain how to make multi-moderation work only for administrators.

Follow these simple steps to achieve the desired result. Straightforward and to the point.

Administration CP Enter the Administration Control Panel (Admin CP) by visiting your forums and instead of browsing the index.php inside your forums' directory, change index.php to admin.php. This will bring you to the screen in which you enter your administrative username and password.

user posted image

CP Login Enter your administrative username and password (same as your forum username and password)

user posted image

Look & Feel Tab Click on the Look & Feel tab at the top of your forum.

user posted image

Skin Template HTML Click on the dropdown beside the skin and select Edit Template HTML from the dropdown menu.

user posted image

Topic View Template Set Scroll down the list of skin templates and click on Topic View

user posted image

RenderRow Template After the minisets load on the side, find RenderRow and click on it.

user posted image

The Actual Modification In the RenderRow template set, push Ctrl + F to find text on a page. Inside the box that tells the browser what you are looking for, type in:

CODE
 <td valign="top" class="{$post['post_css']}">
  <span class="postdetails">

You will find this line in this template. For changes to take effect in topic view, you must replace this line with the following line. Highlight it and replace it.

Replace with:

CODE
 <td valign="top" class="{$post['post_css']}">
  <span class="postdetails">
  <center>

user posted image

Find:

CODE
{$author['member_rank_img']}

Replace with:

CODE
{$author['member_rank_img']}
</center>

Save Template Bit After deleting the two lines of code, click on Save Template Bit.

user posted image

© 2007 by John of Platinum Zone. Find many more IPB tutorials at Platinum Zone

This page was last modified on 18 June 2007, at 00:53.  This page has been accessed 2,116 times.  Content is available under GNU Free Documentation License 1.2Disclaimers