PDA

View Full Version : Showing memberlist of usergroup in footer template?


bi11i
02-10-2005, 04:05 PM
Is there a simple way to list all members of a specific usergroup in an area located between the Active Users and Statistics portion of the footer template?

I have a usergroup that I'd like to promote this way by listing the members of that usergroup in a special area of the forum's front page.

Also, how about a simple way to make the names of the members in this usergroup to show in bold on the active users's portion (whenever they're logged in.)

Any ideas?

eva01_
02-10-2005, 04:19 PM
well for your last bit there you can just go to the usergroup manager in the admincp and edit the usergroup and then do this <b></b> in the HTML markup

and your first bit i can look into when i get home

bi11i
02-10-2005, 04:23 PM
hey, nice - i never realized i could use that HTML markup with HTML turned off everywhere. thanks for your help! i'll check back later on the first bit, it seems like I just never know quite enough to get where I want to go....

bi11i
02-15-2005, 06:33 PM
Is there a simple way to list all members of a specific usergroup in an area located between the Active Users and Statistics portion of the footer template?

I have a usergroup that I'd like to promote this way by listing the members of that usergroup in a special area of the forum's front page.does anyone know of a quick solution for this?

Marco van Herwaarden
02-15-2005, 07:30 PM
It would require writing a hack.

bi11i
02-15-2005, 07:33 PM
wouldn't it just require a simple (but too complex for me) template modification?

Marco van Herwaarden
02-16-2005, 04:19 AM
No because the list of all groupmember names is not available.

bi11i
03-23-2005, 07:14 PM
What about when showing the primary/secondary members via the admincp? Isn't that just a simple php request? (show['me the money, daddy']) ? no? ;)

Marco van Herwaarden
03-23-2005, 07:55 PM
To be able to show this in a template you will first need to retrieve that data with a query. This needs to be done with a file modification.