Quote:
Today at 05:33 PM lowtaxbaby said this in Post #179
What is the variable that determines if a user has a custom title or if the user simply has the default user title that shows up for X posts? That is, by default, people have their custom titles changed when they reach X posts. However, an admin can give them a custom title that does not change despite the number of posts they make.
|
if user has a custom title, variable $post[customtitle] gets value 2 and his custom title is saved in variable $post[usertitle]
so conditional is
PHP Code:
[[($post[customtitle]==2)]]
you have a custom title which is $post[usertitle]
[[/($post[customtitle]==2)]]
Enjoy..
Quote:
Just thought I'd lend a hand.
|
yes please be my guest anytime..