Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Blog/Frontpage extention.
I personally am not skilled enough to produce this but the idea would be this.
You would create a category called frontpage. You would add a new role like frontpage_admin that can post to this category.
Next you would create a .PHP file the would pull from the database
Defined as such, sort by recently created, from category frontpage, Limit 8
also while pulling those articles pull comments aswell.
then embed this PHP file as the home.
-joshua
bl4h.net
You would create a category called frontpage. You would add a new role like frontpage_admin that can post to this category.
Next you would create a .PHP file the would pull from the database
Defined as such, sort by recently created, from category frontpage, Limit 8
also while pulling those articles pull comments aswell.
then embed this PHP file as the home.
-joshua
bl4h.net
0
This discussion has been closed.
Comments
Regards,
Kenneth
www.linkupstudios.com
Pretty much all the addon has to do it is have an PHP file to show the lastest 5 disscussions from a catagory + there comments, then a more button at the bottom.
-josh
bl4h.net
thats what we are trying to do, it render certain discussion/comments from one category.
like this
instead of like this
the top posts explain better.
added
RewriteRule ^$ discussion/7/irc-fun/ [QSA,L]
RewriteRule ^/$ discussion/7/irc-fun/ [QSA,L]
to .htaccess
-monster
bl4h.net
I just need to figure out how to pull disscussion by themselves. so i can include('.php');