Home: Products: Plugins: Gossamer Links Plugins: Free Plugins: Regional_Areas

This plugin will "slice and dice" the values held in Full_Name, into sub-sections...i.e;

Europe/England/West Sussex/Rudgwick

Gets sliced up into;

* Continent => Europe
* Country => England
* State => West Sussex
* Area => Rudgwick

This gives you a lot more "targetting" power on your categoy.html template.
Please note, this plugin is also part of the following "packages";

Download Regional_Areas



Please help support these free plugin's, by making a donation (whatever you want)


Range Downloads
Today 0
Yesterday 1
Overall 472
Overall (unique) 341


Other Details


Plugin Requirements

I had a request from someone a few days ago; to write something that would "slice and dice" the values held in Full_Name, into sub-sections...i.e;

 Europe/England/West Sussex/Rudgwick


Gets sliced up into;

* Continent => Europe 
* Country => England 
* State => West Sussex 
* Area => Rudgwick 


This gives you quite a bit more "targetting" power on category pages. i.e;

<%if State eq 'West Sussex'%>
  ... show something related to "West Sussex"
<%endif%>


I just run this plugin on my test install; and it all seems to work fine. Below is a working example;

Working on test 
* Continent => test 
Working on Europe 
* Continent => Europe 
Working on Europe/England 
* Continent => Europe 
* Country => England 
Working on Europe/England/West Sussex 
* Continent => Europe 
* Country => England 
* State => West Sussex 
Working on Europe/England/West Sussex/Rudgwick 
* Continent => Europe 
* Country => England 
* State => West Sussex 
* Area => Rudgwick 

DONE!!!!
The plugin can be downloaded from this post (attached), or you can find out more details here:

http://www.ultranerds.co.uk/cgi-bin/details/124.html

PLEASE NOTE: There is *NO README* for this plugin.