This topic is locked

Add data to Admin Group Members Page

8/17/2010 4:20:48 PM
ASPRunnerPro General questions
J
jgsheriff author

I am using ASPRunnerPro 6.1 Build 2503.
I am trying to add some extra data to the Admin Group Members Page so the data that is being displayed is clearer for me to view.
Here is what I have.

Users Table Fields: UserID, UserName, Password, Email, and a few more fields.

XXXXXX_ugmembers Table Fields: UserName, GroupID.
The admin_members_list.asp page displays the "UserName" field from the XXXXXX_ugmembers Table under the Users Column. When the security is being set it is pulling that value from the Users Table "UserID" field. What I would like to do is append the "Users" table "UserName" to the display along with the "UserID" field that is being displayed.
The reason for this is because where I am UserID's are just a series of numbers and the name is kept seperate for privacy reasons. When trying to assign people to the right groups it gets increasingly difficult as the site grows and the number of users grows when all I can see is the numbers on that page.
What I see now Example:

Users Administrator Developer Guest

123456 X

654321 X
What I can't figure out how to do:

Users Administrator Developer Guest

123456-Doe, John X

654321-Smith, Jane X
Thank you in advance for any ideas.

A
ann 8/18/2010

Josh,
check the tutorial ('How to use WYSIWYG visual editor' ):

http://xlinesoft.com/asprunnerpro/tutorial.htm#

J
jgsheriff author 8/18/2010

The tutorial doesn't solve my problem. This is a system file that is generated by the Product. The table is created by the Product and I have very little control over this page in the WYSIWYG editor. I can not even click on the add fields button. Thank you.



Josh,
check the tutorial ('How to use WYSIWYG visual editor' ):

http://xlinesoft.com/asprunnerpro/tutorial.htm#

Sergey Kornilov admin 8/18/2010

Unfortunately you need to modify generated files to make this happen. We do not yet have a tutorial that explains how this can be done.