cms system that revolves around letting users submit files….

with screenshots of file/program and lets other users comment, and rate them?

I have looked everywhere but cant find shit.

some help would be appreciated.

You could easily put this together with Drupal, without ever touching code unless you wanted to customize a theme.

Drupal 6, install CCK and Views module, create a user group that is allowed to create content types that have the screenshot, a title and desc and install a review module. Then turn on commenting for that content type.

You could easily put this together with Drupal, without ever touching code unless you wanted to customize a theme.

Drupal 6, install CCK and Views module, create a user group that is allowed to create content types that have the screenshot, a title and desc and install a review module. Then turn on commenting for that content type.

thanks.

ive tried using durpal in the past but it was a nightmare.