Hi,I'm a newbie in
PostNuke. I have created a new table and I wish to show users from this new table, I have modified the memberslist_user_view.htm, pntables.php and some other related files. However, I can't find a way to show all users(from new table) in the Members_List form, which means I can't find a way to insert the variables(user data) into the Members_List fields. Are these below code concerned?
[section name=users loop=$users]
[$users[users].uname]
I have changed the code to
[section name=newTable loop=$newTable]
[$newTable[newTable].uname]
but nothing happen, so what should I modify in memberslist_user_view.htm? or have I modified wrong code? I also can't get a clear picture in "[section name=users loop=$users]" statement. Can anyone give some hints? Thank you.