I've just finished testing a plugin that I wrote for a client. He has given permission for me to make this a public plugin, so thanks :)
Price? FREE!
What does it do?
In short, it will enable you to format the inputted data of specific fields, i.e;
... would become (if using :ALL);
... or (if using :FIRST)
Its a pretty simple plugin, and I don't envisage any more features (not so much I don't want too, but more the fact I don't have any more extra time).
Setting it up:
Its pretty simple.
1) Download the plugin from this thread, or our site.
2) Install it into your LinksSQL installation (Plugins > Plugin Download > Browse)
3) Now, you need to click on the "edit" button next to the plugin itself. This will take you to the plugins settings. Once you are in there, you need to edit the FieldsToLowercase value. More details on this are below;
What do I put in FieldsToLowercase ?
I've tried to make this plugin as simple to use. In short, the value for FieldsToLowercase, needs to be a list of the fields that you want to format (i.e Title,Description,Contact_Name, etc). An example would be;
... or if you want to get fancy
The ":ALL" and ":FIRST" parts of the field names allow you to decide if you want to;
:ALL - format the whole phrase, such as "tHis IS a TEST" would become "This Is A Test"
:FIRST - format the first charachter only, such as "tHis IS a TEST" would become "This is a test"
Not much more else to say, except, enjoy
Cheers
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Price? FREE!
What does it do?
In short, it will enable you to format the inputted data of specific fields, i.e;
Quote:
tHis IS a TEST... would become (if using :ALL);
Quote:
This Is A Test... or (if using :FIRST)
Quote:
This is a testIts a pretty simple plugin, and I don't envisage any more features (not so much I don't want too, but more the fact I don't have any more extra time).
Setting it up:
Its pretty simple.
1) Download the plugin from this thread, or our site.
2) Install it into your LinksSQL installation (Plugins > Plugin Download > Browse)
3) Now, you need to click on the "edit" button next to the plugin itself. This will take you to the plugins settings. Once you are in there, you need to edit the FieldsToLowercase value. More details on this are below;
What do I put in FieldsToLowercase ?
I've tried to make this plugin as simple to use. In short, the value for FieldsToLowercase, needs to be a list of the fields that you want to format (i.e Title,Description,Contact_Name, etc). An example would be;
Code:
Title,Description,Contact_Name ... or if you want to get fancy

Code:
Title:ALL,Description:FIRST,Contact_Name:ALL The ":ALL" and ":FIRST" parts of the field names allow you to decide if you want to;
:ALL - format the whole phrase, such as "tHis IS a TEST" would become "This Is A Test"
:FIRST - format the first charachter only, such as "tHis IS a TEST" would become "This is a test"
Not much more else to say, except, enjoy

Cheers
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!