× Requests and support related to jBackend.

Custom Fields in Joomla! 3.7

More
7 years 6 days ago #6108 by admin
Replied by admin on topic Custom Fields in Joomla! 3.7
Well, actually the custom fields (jcfields) are added only on the single item.
I have also changed the original plugin code and now it relies only on the standard content model. I have found a way to catch the "die" issued by the legacy JError error handling (still in use in J3.7 code) in case of error. This was the main reason for cloning the original code in the old version, now I finally got rid of this "shame"... :)

Kind regards,
Luigi

Please Log in or Create an account to join the conversation.

  • edthenet
  • edthenet's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 6 days ago #6110 by edthenet
Replied by edthenet on topic Custom Fields in Joomla! 3.7
I have tested it and in a single item it works fine. Now i could get the list of items i need en load every item separately to enrich the local data. That will take a long time to load all the data and a lot of requests to the server, but i could use it for now. It's not ideal, but from your last post i can imagine that a solution is around the corner.

Please Log in or Create an account to join the conversation.

More
7 years 6 days ago #6111 by admin
Replied by admin on topic Custom Fields in Joomla! 3.7
Just released the 3.5.0.
There's a plugin option to enable the content prepare in the article list (default to false). If you enable it, the list of articles will include also the Joomla custom fields.

Documentation will follow...
The following user(s) said Thank You: edthenet

Please Log in or Create an account to join the conversation.

Time to create page: 0.153 seconds