Special RPG Inferno Forums

Version: 1.00, by Theoldwiz (Coder/Designer)
Developer Last Online: Nov 2008

How to make a special forum that your RPG Inferno name displays instead of your username is simple, and it takes no user inputs:

First we must to go our styles and create a sub style for your currently most used style. Do not make it user a select option.

Now we need to create an inferno RPG forum catagory (if not done already). Make all the forums you want in it. Then set the catagory and forums to force your new sub style.

Next lets head over to our new sub style for a few quick edits:

Now open up the postbit or postbit legacy template (whatever you use):

Find:
Code:
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>

Replace With:
Code:
<a class="bigusername>$post[rpgname]</a>
Please note: This requires RPG Inferno to run.

Big thanks to: Inferno Tech

Enjoy

Remember to click thanks if I helped you
 
Back
Top