1. Go to AdminCP => Profile Fields => Add new Profile field => Single Select Menu >
Title > Way of Life
Description > Tell people what religion you are.
Options:
[copy and paste list of religions in religion_list.txt to this option field]
Set Default: Yes, Include a First Blank Option
Editable By User: Yes
Display Page: Edit Profile
Write down your field# . i.e field6
2. Open
postbit(_legacy) template,
FIND:
<div>
$vbphrase[posts]: $post[posts]
</div>
BELOW, ADD:
<if condition="$post[fieldX] != ''"><div>
Religion: <img src="images/religion/$post[fieldX].png" title="$post[fieldX]" align="center">
</div></if>
Change X to the field id.
3. Upload folder
/religion to
images/ to your forum dir.
A preview of all the icons inside this mod:
And thats all really.
Now your users can select religion tabs via their profile edit screen and it will be displayed on the postbit
The PSD and Font Files are in the zip file entitled "religionstabs_PSDnFonts.zip"
PS: my apologies if this is posted in the wrong section, but I didnt know if this ws to be called a hack or template or what :ninja: