I am a Programmer and Genealogist.
Genealogy software at:http://www.gensoftreviews.com
See my own program Behold at:http://www.beholdgenealogy.com
Winnipeg, Manitoba, Canada
Male
Thanks for the comments.
I hacked it pretty severely to get it the way I wanted.
<code>
// LK Sept 2008 - Added to allow pro and con to be included in comment
$pro = trim(apply_filters('pre_comment_content', $_POST['pro']));
$con = trim(apply_filters('pre_comment_content', $_POST['con']));
if (($pro <> "") or ($con <> "")) $commentdata['comment_content'] .= '<br>';
if ($pro <> "") $commentdata['comment_content'] .= '<br>Biggest Pro: ' . $pro;
if ($con <> "") $commentdata['comment_content'] .= '<br>Biggest Con: ' . $con;
</code>
Not sure what you're asking by the "1-5 rating in the comments section".
For the launch I made a press release and sent it to many of the high-profile genealogy bloggers I know. That gave the initial flurry of 200 posts in the first few weeks. It's died down now and has stabilized at about 1 or 2 posts a day.
Actually it's purpose isn't to generate income. It was really to replace my old static genealogy links page I had maintained for 10 years and is something I always wanted. See my FAQ which has more about this at: http://www.gensoftreviews.com/?page_id=4
Posted 16 Dec 08 in WP Review Site
Understood. But requiring users to login before posting is 99% of the battle
Hopefully I'll have my review site customized soon and running.
Louis
Posted 16 Aug 08 in WP Review Site
Total Messages: 5
Topics Created: 2