The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Conditional Postcount Ranks
Would it be possible display post count ranks that are gender-based using a conditional statement off the member's gender? Say..... at 100 posts, the title would be either AAA or BBB depending on whether the member was male or female.
How would this be coded? Is it a simple template edit? Would this add to the page queries? |
#2
|
||||
|
||||
Try something like this:
Code:
<if condition="$post[posts] >= 100 AND $post[fieldX] == 'Male'">AAA</if> <if condition="$post[posts] >= 100 AND $post[fieldX] == 'Female'">BBB</if> |
#3
|
||||
|
||||
Thanks, acidburn. I thought it would be something like this.
How would I do this, though, so it ties in to the full ranking list we set up in the ACP. Essentially giving both male/female terms at all ranking levels? |
#4
|
||||
|
||||
That'd require editing the Ranking System, I imagine - more than a template edit, anyway.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|