Advanced Content Type with custom fields
-
Hello, some questions from a nerd.
Your Pods with custom fields and tables are really very good! It’s 95% the same good as how would I make it. But still have some questions-shortcomings. I search at internet but don’t find the exact answers to my questions. Maybe it will be the “new feature requests”, I’m not sure. Please, help to find the way to implement them with Pods:
1) Very banality situation when admin want to extend his shop special professional products info by Pods fields&data. But because of too much data I prefer to store it at new custom simple fast-accessible DB table. Seems Pods persist to such using without any logical reason – you or can extend existed Posts types but with data storing as garbage which is normal for WP area, or to store data at clear custom table you must only create your own post type with “Advanced Content Type”. What a reason for a such limitation? Why it’s impossible to add to exited post type a new table with some custom fields&data?
2) Table on-click rebuild. When you create a new Pod with many fields it’s often impossible to arrange all of them ideally from the beginning, mostly you will re-arrange fields many times before you will get the ideal fields order and structure. But on Pod saving (even without data at this Pod) – all fields number stay the same from when they was added. For example even when lastly added field will be placed at position #10 of fields list, it still will have the last ID:150. For ideal conformity will be nice to have button “re-arrange fields ID with current order” which will re-set fields ID’s (maybe exclude first ID field) and re-build DB table structure to the same order! It will be just more comfort to work with such DB table directly, to not search and scroll for ID’s from start to end.
3) Pod Export – I still can’t find how to easily export created Pod? Not data from Pod! But Pod itself with all fields and fields settings??? When you have 150 fields with detailed description, many authorizations, fields custom tune, etc – it’s VERY IMPORTANT to have possibility to make backup of a such hard work! How make a Pod structure backup??? (WP-Tools-Export don’t work with Pods “Advanced Content Type”.)
4) SQL “boolean” store data as 0/1. Thus if I use at Pods the “Yes/No” field, choose “Checkbox” style (which often are the most comfortable), set this field as Required, and preset default value to 0 – in terms of SQL DB it must work properly – if checkbox are not set – value will be not empty but 0. But it don’t work. Need to be fixed. Or add some new UI style like: “green V for Yes”, “red X for no” at one box – which must easily works with 0/1.
5) Will be very nice to have the “5-stars rating” field which can be set with ANY range numbers and will automatically recalculate them in to classic “0-5 stars” with partial stars displaying. Maybe also with option to display or not overall rating number before/after stars. Or maybe you know how to make it based on “Number field” or “Relationship – Simple custom list with values”? Or what is the best way to add a “field custom UI displaying php/html code for frontend” to some fields?
Best regards, your Pods are really very good project especially for simplified WP area.
- The topic ‘Advanced Content Type with custom fields’ is closed to new replies.