Quote:
Originally Posted by HarryButt
Would be nice to have "Contributor page" as a VB page with header, footer, navbar ect .. with links to their profiles.
EX:
Yoursite.com would like to extend its thanks to the following individuals who have helped us pay back some of our debts and expenses over the years.
blaw, blaw blaw blaw......
Code:
SELECT `userid` , `username` , `contrib`
FROM `user`
WHERE 1 AND `contrib` =1
ORDER BY `usergroupid` ASC LIMIT 0 , 30
Thoughts ?
|
This would be pretty easy, i'll make it an addon soon.