Basic


copy and past the following lines of HTML code:
Then, in the src you need to replace the 4 here:
"...table.php?prob_id=4&topicname=yummy_foods.."
with the prob_id of you topic. You may ask for it or you can find it in the address on the topic page
ex: http://www.wisdomdb.net/topic.php?prob_id=4
Also, you may change the topicname:
"...table.php?prob_id=4&topicname=yummy_foods&columns..."
to whatever you want, it is only used for the title of the solutions. Use underscores "_" instead of spaces.

Advanced


columns can be set from 1 - 4
if it's set to 1 it will only display the names of solutions
2 it will also display rank
3 it will also display solidity
4 or unset will also display pluses
rows can be set to anything or unset to retrieve the maximum number of results.

Comming soon...


Currently working on a system for people to moderate topics that they put up on their site.
Wisdom DB is a website that rates solutions to problems. Instead of rating by popularity, it rates solutions by how well they work compared to others.
username
password
Rankings on your site
There are now two ways to get rankings on your site: php based and html based. For those that have php, the php based solution is the most custumizable and least harsh on this sites servers. For those that do not, the html based solution will have to do.