How To Change Look of Poster Profile Section

For support and discussion related to templates, themes, and imagesets in phpBB 3.2.
Post Reply
User avatar
Mr_LonEly
Registered User
Posts: 4
Joined: Sat Sep 09, 2017 1:32 pm

How To Change Look of Poster Profile Section

Post by Mr_LonEly »

I Want to change Sequence of Poster Profile .

First Name should be display .
Second Avator should be display .
Third Rank img should be display

Please Help me to solve this Matter
For example

Mr_LonEly
{ Porfile }
{ Img }

Rank IMg
contact
city etc ......
<---------------------------------IF There Exist Short Cut To Success is Only "HARD WORK"---------------------------------->
User avatar
Rahber
Former Team Member
Posts: 2720
Joined: Tue Feb 12, 2008 3:39 pm
Location: Pakistan
Name: Rahber
Contact:

Re: How To Change Look of Poster Profile Section

Post by Rahber »

open viewtopic_body.html

Code: Select all

<div class="avatar-container">
					<!-- EVENT viewtopic_body_avatar_before -->
					<!-- IF postrow.POSTER_AVATAR -->
						<!-- IF postrow.U_POST_AUTHOR --><a href="{postrow.U_POST_AUTHOR}" class="avatar">{postrow.POSTER_AVATAR}</a><!-- ELSE --><span class="avatar">{postrow.POSTER_AVATAR}</span><!-- ENDIF -->
					<!-- ENDIF -->
					<!-- EVENT viewtopic_body_avatar_after -->
				</div>
move it after

Code: Select all

<!-- EVENT viewtopic_body_post_author_before -->
				<!-- IF not postrow.U_POST_AUTHOR --><strong>{postrow.POST_AUTHOR_FULL}</strong><!-- ELSE -->{postrow.POST_AUTHOR_FULL}<!-- ENDIF -->
				<!-- EVENT viewtopic_body_post_author_after -->
Please keep a back of original file as i have not tested this change. Don forget the purge the cache to see the changes!
User avatar
Mr_LonEly
Registered User
Posts: 4
Joined: Sat Sep 09, 2017 1:32 pm

Re: How To Change Look of Poster Profile Section

Post by Mr_LonEly »

ok I m going to try .. pray for Me :D
<---------------------------------IF There Exist Short Cut To Success is Only "HARD WORK"---------------------------------->
Post Reply

Return to “[3.2.x] Styles Support & Discussion”