| « Apple IPhone is Blendable | HOWTO: Change serial number and model number for HP IPAQ 6515 » |
Link: http://blogs.unbolt.net/media/blogs/brinley/_skin_area.plugin.zip
This post contains the most recent _skin_area.plugin by C.R.T and patched by fralenuvol. I have taken over the plugin from C.R.T since he is unable to continue maintaining it.
...
* Fixed the zip file, Seems like it was somehow corrupted, thanks to paolo for letting me know.
It allows the administrator to define certain areas on a skin which can be customized by individual users. For example, a “banner” area where each user can display a different image, a “background” area for user to define background image or colour, etc.
fralenuvol has a usable skin plugin that utilizes this plugin. He also has some useful instructions on how to further customize his skin with regards to this plugin.
In your skin, insert the following codes into wherever you want each skin area to appear:
Code:
<?php
$Plugins->call_by_code( 'evo_SkinArea', array(
'area_name'=>'BannerImg'
) );
?>
Replace ‘BannerImg’ with the area name that you have defined.