Before editing the file, please make a copy of all files !
Open viewtopic_body.html from [phpBB-dir]/styles/prosilver/template
then,
CODE
FIND <!-- IF postrow.POSTER_FROM
AFTER ADD,
anythings you would like to appear on the user profile section.
Note that you may need to adjust the position up or down to suite your need.
Save all files and login to phpBB forum.
Then, goto administration index page.
Click the Purge the cache button.
Repeat above steps to adjust positions, styles ... etc.
---
Yout may optional include your new template data from external file
by using <!-- INCLUDE xxxxxxx.html -->
e.g.
Create a file named say usermorepic.html and add any html tags you like to appear on the user
profile section.
Then, save it under the same directory as viewtopic_body.html.
Open the viewtopic_body file again and search for a location you like to add the above new code.
for instance,
CODE
<!-- IF postrow.POSTER_FROM --><dd><strong>{L_LOCATION}:</strong> {postrow.POSTER_FROM}</dd><!-- ENDIF -->
<!-- INCLUDE usermorepic.html -->
done.
To save time when editing template files without manually clear cache.
Go to Administration console and enable recompile template when change occurs.
Admin -> General ->Load Settings -> Recompile stale style components -> yes
done.
Comment/Reply (w/o sign-up)