We have added a lot of features to the custom fields plugin. This is not a patchset, but the whole content of my custom fields folder.
We have added Menu-Integration (cannnot be done in admin, but only in database yet) and a search/some page.
A lot of new field types are integrated:
-image with upload logic
-sql for a query while editing, with multiple results, you get a selectbox
-combobox - javascript combobox
-fieldset for grouping fields
-url for links
-richtext for fckeditor
-livesql for realtime sql queries (not yet in create table in custom_fields.sql)
-multiselect (not yet in custom_fields.sql)
-date with calendar (not yet in sql)
A pdf export with xml-template support (smarty, fpdf, pdml)
Integration of XRMS Activities and company/ Contact information in Sidebar Boxes.
This is work in progress and as such not completed at all, but just a snapshot. We are currently working on ACL integration and some other features like Website Self service for custom Fields.
I just realized that the folder is to big, so I will post it on our website:
http://www.visual4.de/2195-CRM-Download-XRMS-Downloads-bei-visual4.html
at the bottom of the page.
to get a thinner toolbar in fckeditor for richtext fields, we added the following lines to fckconfig.js:
FCKConfig.ToolbarSets["CustomFields"] = [
['Source','-','Save'],['OrderedList','UnorderedList'],['Bold','Italic','Underline'],
['Undo','Redo','-','RemoveFormat'],['FitWindow','-','About'],['Cut','Copy','Paste','PasteWord'],
'/',
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['Link','Unlink'],
['Image','Table','SpecialChar'],['FontFormat','FontSize']
] ;
Have fun with it :-) PM mme for an online demo...
Björn
screenshot of one of our edit screens