Senor_Grunt 0 Report post Posted April 24, 2008 I wanted to make a mod for my forums, that puts an emblem under a user's avatar and name. Like this: I wanted to know if anyone had any basic tuts on something like this, or something exactly related to this. If anyone wants to just do it for me, you can send me a PM. But I'd rather do it on my own. Share this post Link to post Share on other sites
Running With Scissors1405241561 0 Report post Posted November 24, 2008 Do you mean like a rank? Share this post Link to post Share on other sites
toby 0 Report post Posted November 24, 2008 Google for miniprofile phpbb3 mods. Share this post Link to post Share on other sites
magiccode91405241511 0 Report post Posted November 24, 2008 (edited) Before editing the file, please make a copy of all files !Open viewtopic_body.html from [phpBB-dir]/styles/prosilver/templatethen, 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 fileby 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,<!-- 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 -> yesdone. Edited November 24, 2008 by magiccode9 (see edit history) Share this post Link to post Share on other sites