Warlock 999
30 May 2009, 12:19
This edit will work for 3.6.X +
The pictures aren't the best but they are good for me xD
First make a profile field with these:
* Single-Line Text Box
* Title: What Prestige are you?
* Description: What level prestige are you?<br>Eg. <br>10 for 10th prestige 0 for none
* Max length of allowed user input: 2
* Field Length: 25
* Private Field: No
* Field Searchable on Members List: No
* Show on Members List: No
* Which page displays this option? Edit Your Details
Now in postbit_legacy or postbit depends on what one you use
find
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Under that add
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Change field# with your profile field.
The pictures aren't the best but they are good for me xD
First make a profile field with these:
* Single-Line Text Box
* Title: What Prestige are you?
* Description: What level prestige are you?<br>Eg. <br>10 for 10th prestige 0 for none
* Max length of allowed user input: 2
* Field Length: 25
* Private Field: No
* Field Searchable on Members List: No
* Show on Members List: No
* Which page displays this option? Edit Your Details
Now in postbit_legacy or postbit depends on what one you use
find
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Under that add
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Change field# with your profile field.