Your Ad Here

Posted By

kossmoss on 06/12/08


Tagged

pligg


Versions (?)

Creating a new page in Pligg


 / Published in: Other
 

URL: http://forums.pligg.com/pligg-mods/13005-creating-new-page.html

  1. Easy as 123 to use just download winzip open newpage.php newpage_center.tpl edit to your preferences.
  2.  
  3. // The source code from pligg.com about us
  4. // You can edit the name of the page simply rename newpage.php and newpage_center.tpl
  5. // newpage.php edit line 25 'newpage'); and line 29 /newpage_center
  6.  
  7. http://www.foxiewire.com/newblankpage.zip
  8.  
  9. add to your sidbar
  10. {php}include('/home/your absolute path/public_html/newpage.php');{/php}
  11.  
  12. add to header or footer
  13. <a href="newpage.php">New Page</a>

Report this snippet  

You need to login to post a comment.