• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Voting website templates

Seeing as you're on the Programming forum the best advice is right click->view page source. It's a simple website and should be trivial to recreate the template. The backend would be slightly more difficult but still not hard.
 
It so happens that last month I made a similar image voting page, just for myself. I hadn't even planned to release it, but I've decided to release it with a BSD license for you.

It's a little weird, because (1) it uses a flat file rather than a database, and (2) it uses a Perl script to set up the flat file. Hopefully you'll find it useful.
 
Back
Top