Quote:
Originally Posted by Boofo
Mine isn't working in Photopost either. It just shows the {microstats} instead of the infornation...
|
Bobby and others, the problem we are dealing with is the following:
Code:
$output = str_replace('{microstats}', $microstats_output, $output);
There is no $output processed by PhotoPost, in order to find {microstats} and replace it with the $microstats_output.
Since I don't have PhotoPost, the best way is to ask other PhotoPost coders how the output is processed.
All you have to do is add there the replacement line listed above, adapted to their code...