What is Defacer Module (v1.0 alpha) ?
======================
With this XOOPS module, your can change themes, metadata
and permissions for any given page.
Requirements
====================
Works in XOOPS 2.3.x, XOOPS 2.0.18,
Others cms versions were not tested.
Tested with php5 and php4.
How to install Defacer
====================
Copy defacer folder into the /modules directory of your
website.
Then log in to your site as administrator, go to System
Admin > Modules, look for the defacer
icon in the list of uninstalled modules and click in the install icon.
Follow the directions in the screen.
ATENTION, You have to add a line in header.php and
footer.php at the root of your instalation
In yoursite/header.php paste the line
@include_once XOOPS_ROOT_PATH .
'/modules/defacer/include/beforeheader.php';
right after
defined("XOOPS_ROOT_PATH") or die( 'XOOPS root path not
defined' );
In yoursite/footer.php paste the line
@include_once XOOPS_ROOT_PATH .
'/modules/defacer/include/beforefooter.php';
right after
defined("XOOPS_ROOT_PATH") or die( 'XOOPS root path not
defined' );
Tips
=======
When creating pages you can use '*' symbol in the url field
to match any url.
You should use relative paths
If you select news module your path will be related to
yoursite/module/news/
You should add for example
index.php and not modules/news/index.php
System module is relative to root
You can select system module and enter this url to cover
all userinfo pages:
userinfo.php*
Limitations
========
The block for change themes is deactivated when using
Defacer. I will have to get a work around that.
---------------------
Download it at
http://code.google.com/p/xuups/downloads/list