Changing the name of the page in the url?
Example: linkkei.com / upcoming.php to linkkei.com / proxima.php
Change all page: upcoming.php, register.php, login.php for the name I want? In which file do I change the name of the pages?


Only way to do this without hacking the heck out of the Pligg core is to do some .htaccess tricks. This would just disguise the name of the file as something else, but the old file (upcoming.php) could still be loaded when you type it into your browser address bar. If you add the following line to your .htaccess file it will make it so that when you access sample.php it loads upcoming.php as the content.
Code:RewriteRule ^sample.php?$ upcoming.php [L]
The Facebook Module for Pligg CMS!
Register, Login, and Submit Stories with Facebook. An absolute MUST HAVE for all Pligg sites!