Quote:
Originally Posted by Attilitus
The file that powers user's profile pages is members.php
Find a plugin that will run in that file such as member_start
Enter in the php code that you want to run in that plugin.
Store all data you want displayed in variables.
Add those variables to the user profile templates.
|
Excellent response, thanks. The problem would be that it has to be interactive. The user would be able to give their input, its not just for display.
Any suggestions?