The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
Customfields API - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Developer Discussions (http://get-simple.info/forums/forumdisplay.php?fid=8) +--- Thread: Customfields API (/showthread.php?tid=1965) |
Customfields API - Carlos - 2011-07-17 What must a plugin do to insert its own field(s) to the customfields.xml file? Any recommended way? Customfields API - Carlos - 2011-07-18 ...or maybe I should have asked first: Might plugins use CustomFields for their own fields? Or is it better to leave that for user-created fields only, and keep adding the fields the usual way? (using changedata-save and edit-extras hooks) Customfields API - mvlcek - 2011-08-08 Carlos Wrote:What must a plugin do to insert its own field(s) to the customfields.xml file? Any recommended way? Carlos Wrote:...or maybe I should have asked first: Sorry for answering late - I was on vacation. Assuming you are using the I18N Custom Filelds plugin:
Code: if (function_exists('return_custom_field')) { // I18N Custom Fields installed? |