cyberphr
06-12-2007, 10:00 PM
This small plugin will inform the user if he/she is currently using an unsupported style.
If you have several styles in use, it can be a pain to keep them all up to date with your site unless you have good XML knowledge.
Installation:
- Import plugin from "Download / Upload Plugins" in your admin control panel.
- Edit plugin, replacing the number 1 with your default style's ID. This is the line:
if ($styleid != 1)
You may also want the warning message to display your default style's name. To do this, edit this part of the plugin:
Warning! You are currently using an unsupported theme. For full usage, switch back to our default theme.
Enjoy!
?UbuntuniX, Phreak-Coding (http://cyber-phreaks.net/).
If you have several styles in use, it can be a pain to keep them all up to date with your site unless you have good XML knowledge.
Installation:
- Import plugin from "Download / Upload Plugins" in your admin control panel.
- Edit plugin, replacing the number 1 with your default style's ID. This is the line:
if ($styleid != 1)
You may also want the warning message to display your default style's name. To do this, edit this part of the plugin:
Warning! You are currently using an unsupported theme. For full usage, switch back to our default theme.
Enjoy!
?UbuntuniX, Phreak-Coding (http://cyber-phreaks.net/).