Ipb 2.2:Centering Avatar, Title, and Pips/Team Icons
From IpbWiki
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.
CP Login Enter your administrative username and password (same as your forum username and password)
Look & Feel Tab Click on the Look & Feel tab at the top of your forum.
Skin Template HTML Click on the dropdown beside the skin and select Edit Template HTML from the dropdown menu.
Topic View Template Set Scroll down the list of skin templates and click on Topic View
RenderRow Template After the minisets load on the side, find RenderRow and click on it.
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:
<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:
<span class="postdetails">
<center>
Find:
Replace with:
</center>
Save Template Bit After deleting the two lines of code, click on Save Template Bit.
© 2007 by John of Platinum Zone. Find many more IPB tutorials at Platinum Zone
