Changing The Position Of A Members... - NBS






 

 

Changing The Position Of A Members... - NBS

View Full Version : Changing The Position Of A Members...


nightfox_pc_asst
01-Oct-2004, 03:40 AM
I know someone asked about this but I can't find the post...LOL

Well here it goes..

Question asked was: Is there a way to take the members avatar, info and move it to the right??

The answer is yes you can, this works I believe for all IPB versions;

Heres how to do that:

1) Goto ACP Panel
2) Skin and Templates
3) Skin Manager
4) Choose Edit Root Template HTML
5) Goto Topic View
6) Scroll down to Render Row and open it.

Now scroll down the html code til you see this:

<span class="postdetails"><p align="center">
{$author['avatar']}


{$author['title']}

{$author['member_rank_img']}


{$author['member_group']}

{$author['member_posts']}

{$author['member_joined']}

{$author['member_location']}
{$author['member_number']}

<if="author['custom_fields'] != """>
{$author['custom_fields']}
</if></p>

7) Place the bold text as you see it here in this html code, If you want the information centered, use the word CENTER, if you want it to the right, use the word RIGHT.

8 ) Now Save and Reload Template and your done.

Hope this helps some folks to customizing thier skins.

Laters,

Nightfox PC Asst