Hi there tD,
Are you suggesting that I put the <?php ...... ?> right into the template, or something else?
I am trying to get it to display in the action=getinfo display, so I called the script the way I did my other includes. Those work, but don't require any info from vB:
1. So, put the script call into php-include template:
Quote:
$userthumb = implode("", file("http://www.ip-sys.com/~bonsai/pictures/thumbprofiler.php?inorder=latest&myuser=$bbuserinf o[user]"));
|
2. Then put that name ($userthumb) into the User Info Display template
called "getinfo"
Quote:
<!-- MEC 080102 try userthumb -->
<tr>
<td bgcolor="#1C5780"><normalfont><b>Recent Images:</b></normalfont></td><td bgcolor="#1C5780"><normalfont>$userthumb</normalfont></td></tr>
<!-- MEC 080102 /end try user thumb-->
|
When I try that, the script gets called, images get pulled into the userinfo template, but they are for the wrong (and same) user no matter what I put as the $myuser=variable name in php-include.
Thanks for looking!
Matt