What File Do I Edit For The Profile Box?

SeanFace101

Seasoned Veteran
Joined
Jul 14, 2011
Messages
3,067
Reaction score
21
FP$
4,642
Im wondering if someone can tell me which file it is i edit to change things around in the profile box that is next to each members posts with their avatar, username, post count, cash, etc.. If someone could let me know, it would be greatly appreciated.

Forum Software: phpBB
You can see the prifile boxes im talking about down the left of the posts on this page..
http://www.xboxlivefan.org/viewtopic.php?t=647
Thanks!
 
root/styles/stylename/template/viewtopic_body.html

find:
Code:
<!-- IF not postrow.S_IGNORE_POST -->

All code below that until
Code:
</dl>
<!-- ENDIF -->
is part of the mini profile you see on viewtopic.
 
master412160 said:
root/styles/stylename/template/viewtopic_body.html

find:
Code:
<!-- IF not postrow.S_IGNORE_POST -->

All code below that until
Code:
</dl>
<!-- ENDIF -->
is part of the mini profile you see on viewtopic.
Thanks alot 😀
Ill go on to that now.
Thanks 😀
 
Back
Top Bottom