Log in

View Full Version : Display multiple rank images


sinaluna
04-05-2005, 09:08 PM
I have several custom user groups on my forum. Each usergroup has its own ranking system using images. I would like to display the ranking images from ALL the groups the user belongs to, not just the primary.

Is there any way to do this?

Thanks!

why-not
04-05-2005, 10:16 PM
You will have to add a if() block with a enclosed foreach() in './includes/functions_showthread.php', so you can loop each 'membergroupids' to get the ranking and group titles to show up in a nice neat order!

Sonia