Pligg: Module Code
We’re working on a site involving Pligg which is a social networking CMS. It’s written in PHP, and has several custom templates and modules. Many of the modules are paid, unfortunately, so it’s not exactly open source. However, we found that several of the modules are simple lines of code and wanted to share it here: Quick Submit Module: adds a submit box to your homepage Open index_center.tpl, at the top add the following: {if $user_authenticated eq true} <blockquote> <blockquote> <form id="thisform"...
Read More