rev.iew.me is a website / web page reviewing community. Launched in 2008, it was designed and developed specifically to help web designers, developers and hobbyist webmasters receive critical feedback for their website projects.
As part of a larger package of updates and new features coming to the site, I have been plotting a conversion to WordPress to take advantage of built in user and content management functionality.

Using custom content types I have been able to replicate the Website and Review listings, with specially designed pages implemented in the relevant places taking advantage of the WordPress Template Heirarchy. Reviews are associated to the right website using the post_parent field.

Next, I will be creating custom user roles to power the member, ‘star’ member and moderator user sets. These will eventually be tied into bbPress which will be powering the new official rev.iew.me forum; this will also allow me to port over the existing private messaging system features.
The real trick will be getting to grips with the right hooks to integrate the ‘points’ members earn when they participate… watch this space!
Awesome! I always assumed it was running on WordPress already, which probably says something about my observational skills.
I’ve been working on a completely different website which will also use comments as reviews. Are you using a plug-in for the ratings, or have you developed something yourself? :)
Naw, self-coded, which is why it’s so out of date… I’ve not had chance to do any hardcore programming for ages.
I’ve decided not to use comments to store the reviews. Although WordPress does allow you to store different types of comments (albeit manually, no functions for creating custom comment types yet) and the comment meta data is OK for storing the rating, I can get more easily match the existing rev.iew.me functionality using two custom post types (websites + reviews). Everything is developed by me – the only plugin I’m currently using on the site is WordPress SEO by Yoast.
Very cool. I’m not a member of review me but to know you are completely converting to WP is impressive!