Individual Rank Image
English Muffin Offline
Junior Member
**
Posts: 15
Joined: Apr 2010
Post: #1
Individual Rank Image
I am looking for a plugin like this one.
http://mods.mybb.com/view/user-rank-image

However it adds an option in the edit users part of the ACP where we can assign a individual group image to the user... But if they don't have an individual image assigned, then it uses the default one set to the group they are in.

The reason I am asking for this is because if I have a group... Say 'Developers' but have 4 developers and 1 designer, I ain't going to create a new group just for 1 user, but his job is different.

Thanks,
04-17-2011 02:53 AM
Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #2
RE: Individual Rank Image
Do you mean by the 'Rank Image' is usergroup images or userstar image?
I think you can do that with Template Conditional?

04-17-2011 05:24 AM
Find all posts by this user Quote this message in a reply
English Muffin Offline
Junior Member
**
Posts: 15
Joined: Apr 2010
Post: #3
RE: Individual Rank Image
Its the stars by their name (user 'stars')
04-17-2011 05:27 AM
Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #4
RE: Individual Rank Image
If there is only one user 'use' the custom image, and you want to do that with Template Conditional:

Example for postbit/postbit_classic:

Code:
<if $post['uid'] == x then>
Image for designer here
<else>
Default image here
</if>


Depends on what you mean by the user stars.


04-17-2011 05:36 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: