I'm currently working on building the various user pages. I plan on having the guilds/realms/characters pages display all the user's guilds/realms/characters like when you view all guilds for a realm.
The problem I'm having with this is passing the array of guild_ids, realms, and member_ids to the memberslist preparedata function.
Should I just make a seperate set of functions like memberslist to display the data, or is there a way to pass the array data to memberslist and have it display the info?
So far I can only get it to display a single row. I'll keep playing with it but any help would be great.