Quote:
Originally Posted by BirdOPrey5
Sorry man... VBA Dynamics is a commercial mod I just don't have access to so I don't know how it's designed or what fields may be available.
If there is a php hook available somewhere you could make a plugin with this code, it will print out all available fields for $entry and see if any of them match the userid.
Code:
echo "<pre>";
print_r ($entry);
echo "</pre>";
But don't do it while your forum is on (use a test forum if you have one) otherwise everyone will see the code output.
|
Thanks for your efforts! I am grateful!
Regards,
Kether
--------------- Added [DATE]1309015535[/DATE] at [TIME]1309015535[/TIME] ---------------
Just a follow-up update: I finally figured it out with your help, Joe. I went to the template and just started deleting bits and checking to see what was displayed. I found the bit that was causing the information to be displayed to everyone even though we told it to only display to the admin and user. After removing that code. It all worked!! Thanks again for your help. I appreciate it very much.
Kether