GetSimple Support Forum
MultiField - Custom Fields for concrete page - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Plugins (http://get-simple.info/forums/forumdisplay.php?fid=13)
+--- Thread: MultiField - Custom Fields for concrete page (/showthread.php?tid=17025)



MultiField - Custom Fields for concrete page - multicolor - 2023-05-09

MultiField is Creator for Custom Fields for concrete page

  1. Create Page
  2. Go to MultiField Settings on plugins tab.
  3. Create input and save (copy function for template use)
  4. Go to Page what you created, and edit new input.
  5. Save, and paste function on template.
echo
Code:
<?php multiFields('your-input') ;?>

return
Code:
<?php r_multiFields('your-input') ;?>

How it's works?


 



RE: MultiField - Custom Fields for concrete page - tommy - 2023-05-24

Is it possible to add a field that automatically added to all New Page?


RE: MultiField - Custom Fields for concrete page - multicolor - 2023-05-24

(2023-05-24, 18:19:52)tommy Wrote: Is it possible to add a field that automatically added to all New Page?

Not now. For this is i18n customfields


RE: MultiField - Custom Fields for concrete page - tommy - 2023-05-24

(2023-05-24, 18:58:38)multicolor Wrote:
(2023-05-24, 18:19:52)tommy Wrote: Is it possible to add a field that automatically added to all New Page?

Not now. For this is i18n customfields

Thanks. Btw any plan to add dropdown field? I use it to allow client to toggle display none on div.


RE: MultiField - Custom Fields for concrete page - multicolor - 2023-05-25

(2023-05-24, 22:22:23)tommy Wrote:
(2023-05-24, 18:58:38)multicolor Wrote:
(2023-05-24, 18:19:52)tommy Wrote: Is it possible to add a field that automatically added to all New Page?

Not now. For this is i18n customfields

Thanks. Btw any plan to add dropdown field? I use it to allow client to toggle display none on div.
Yes, next release - i hope next weekSmile


RE: MultiField - Custom Fields for concrete page - tommy - 2023-05-25

(2023-05-25, 02:25:09)multicolor Wrote:
(2023-05-24, 22:22:23)tommy Wrote:
(2023-05-24, 18:58:38)multicolor Wrote:
(2023-05-24, 18:19:52)tommy Wrote: Is it possible to add a field that automatically added to all New Page?

Not now. For this is i18n customfields

Thanks. Btw any plan to add dropdown field? I use it to allow client to toggle display none on div.
Yes, next release - i hope next weekSmile

Great!


RE: MultiField - Custom Fields for concrete page - tommy - 2023-05-25

One more thing, how do I tweak the code in order to have i18n customfields show first before your plugin in Page Options?

EDIT: Oh ok, found it edited the order in plugins.xml


RE: MultiField - Custom Fields for concrete page - multicolor - 2023-09-04

2.0
-Fixed clean data after delete some input from created settings.
-Fixed lang in ckeditor
-Fixed some css
-added two option position new input

Download:
http://get-simple.info/extend/plugin/multifield/1351/


RE: MultiField - Custom Fields for concrete page - multicolor - 2023-09-17

3.1 - fixed value after delete some input.
- added variant input for all page
- added checkbox and dropdown.

Download:
http://get-simple.info/extend/plugin/multifield/1351/


or:
https://getsimplecms-ce-plugins.github.io/


RE: MultiField - Custom Fields for concrete page - Tzvook - 2023-09-23

(2023-09-17, 20:32:12)multicolor Wrote: 3.1 - fixed value after delete some input.
- added variant input for all page
- added checkbox and dropdown.

Download:
http://get-simple.info/extend/plugin/multifield/1351/


or:
https://getsimplecms-ce-plugins.github.io/

Hi
You 4got to add Checkbox + Dropdown to translations and to the addNew.inc.php file