--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-gene...@googlegroups.com.
To post to this group, send email to joomla-de...@googlegroups.com.
Visit this group at http://groups.google.com/group/joomla-dev-general.
For more options, visit https://groups.google.com/d/optout.
--
Under the hood it's totally different than fieldsattach. It uses JForm to add the fields and not some javascript to add the tabs and fields.It is lightweight and uses only Joomla default events.
On Wed, Aug 26, 2015 at 11:00 AM, Bakual <werbe...@bakual.ch> wrote:
Sounds a bit like http://www.fieldsattach.com/ from the description?I think having some basic, user friendly solution for Joomla would be nice to have. It's requested every now and then.
Am Mittwoch, 26. August 2015 07:31:04 UTC+2 schrieb laoneo:Hello togetherFor our extensions at Digital Peak we a needed custom fields feature. To not duplicate code we created DPFields, a component and plugin which can be integrated into existing components the same way as com_categories. For example it works out of the box with the article and user manager. Additionally we adapted the com_helloworld example with two simple commits to illustrate how it can be integrated. More information about the integration into your component can be found in the developer documentation.DPFields is not a full blown CCK, it can be seen more as a UI for Joomla form fields. It prepares an XML string which is loaded into the for on onContentPrepareForm. If you want to give it a try, you can download it from here, the getting started guide will help to install it and set up your first field.After some internal discussion we thought if the Joomla community is interested to add it to the Joomla core we would prepare a PR. So our question to you, is there a need for it?Regardsthe Digital Peak team
--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-general+unsub...@googlegroups.com.
To post to this group, send email to joomla-dev-general@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-gene...@googlegroups.com.
To post to this group, send email to joomla-de...@googlegroups.com.
Not looked at the code but I would LOVE to see something "like" this in the core.(Fieldsattach works great but it doesnt use the core Jform etc)
--
You are not authorised to view
this resource.
when visiting "fields" tab LOL
Error
You are not authorised to view this resource.
when visiting "fields" tab LOL
BearOn 8/26/2015 06:53, Allon Moritz wrote:
That's why we made DPFields. It looks like it belongs to Joomla. If you want, you can have a look on our demo site https://joomla.digital-peak.com/demo/dpc/administrator. You can log in with demo/demo. It showcases the integration into DPCalendar. But it looks the same as for Articles and the user manager.
On Wed, Aug 26, 2015 at 1:41 PM, brian teeman <joom...@googlemail.com> wrote:
Not looked at the code but I would LOVE to see something "like" this in the core.
(Fieldsattach works great but it doesnt use the core Jform etc)
--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-general+unsub...@googlegroups.com.
To post to this group, send email to joomla-de...@googlegroups.com.
Visit this group at http://groups.google.com/group/joomla-dev-general.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-general+unsub...@googlegroups.com.
1. could I programatically add custom field content to existing articles (eg. if I have a set of book articles and know each books pagecount, would it be relatively straightforward to write a php program to update the custom fields for each of the book articles?)
2. I'd like to create lists of articles filtered by a custom field and was considering writing a module for this (eg. to create a list of book articles where the pagecount was greater than 400 say) ... how would I do this?
I agree with other comments here that support this being a part of core joomla in some form. My clients can't reconcile having their content stored in a database, but without the ability to simply add content fields (not to mention that they mention that WP already has this built in .. aargh :( )
Richard
--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-gene...@googlegroups.com.
--
<ol>
{{#dpfields 5,1}}
<li>Field Label is <b>{{label}}</b> and the value is <br /><b>{{{value}}}</b></li>
{{/dpfields}}
</ol>
At the same time the "normal" field rendering has to be blocked.
I'm not convinced that this is needed for the core "Extra fields" extension. Especially since a lot of code
from an external Mustache library is used for the rendering.
Wouldn't it be better to keep that in a third party content plug in? For special cases?
Ove
if the Joomla community is interested to add it to the Joomla core we would prepare a PR. So our question to you, is there a need for it?
That's a good start ^^
I want to give a little update about the custom fields feature for Joomla 3.6. After the pull request https://github.com/joomla/joomla-cms/pull/9452 got a bit of attention, the development has moved to the repository https://github.com/joomla-projects/custom-fields. Please help to test it out and open an issue or create a pull request there if you think something needs to change, The target is that we can make it ready for community testing and integrate it into Joomla 3.6. More detailed information how to test it can be found on that blog post https://joomla.digital-peak.com/blog/198-custom-fields-in-joomla-3-6. Don't hesitate to leave feedback as we need ALL to make a kickass custom fields feature for Joomla 3.6.
--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-gene...@googlegroups.com.
To post to this group, send email to joomla-de...@googlegroups.com.
Visit this group at https://groups.google.com/group/joomla-dev-general.
--