Quote:
Originally Posted by phlogiston
hrmm, yout have a point I never thought of - it's not just a matter of the postbit templates! :S
In the two postbits though look for $post[usertitle] and try replacing it with $post[level]
You may get away with only needing to do the same in MEMBERINFO
- I'm assuming here you don't let users override the user titles and have their own custom text there? If so then that you won't be able to do a straight replace like this.
|
correct, no custom user titles for users. So $post[level] is the user reputation level and i'll replace $post[usertitle] with that in postbit. I suppose it's called something else in the view user profile, perhaps $user[usertitle] and $user[level] respectively?
Thanks!