|
Matt, I agree that the comparison is often relevent. Although it would be better comapred to PhotoPost 4.1 or something since that's when the seperation occured. Also, some of the new features are code that is used from PhotoPost (not exactly modular, but usable - you'll see alot of reviews variables called comments because of this)..
In the index.php file you'll see:
WHERE c.review != '' AND c.approved=1 ORDER BY c.date DESC LIMIT {$Globals['numcompal']}";
where the approved=1 is used; if you take out the part in bold, then any review will show up.
__________________ Please do not PM me for support or sales questions. Thank you for your understanding. |