Quote:
Originally Posted by aileron79
But am I right that there is no way to achieve what I want without modifying the original vb source code?
|
Best I can tell if you really need that location you would have to manually edit the source code but I'm far from an 'expert' on this topic myself.
However if you're fetching data from an external source could you not just "run the loop" a second time and collect the data needed per user id, and put the data in an array who's keys are the userid's themselves so it's say $mydata[1] for userid 1, $mydata[200] for user 200, etc... then call it in the template where needed (after pre-registering it of course.)