For those who wish to discuss CCK development.
What percent of your content types have more than 10 fields?
Add Field Permissions to CCK Core
I'd like to get field permissions into CCK core in the D6 version. It won't be right away, it will be a phase II activity once the initial release is out the door.
One question is what a simple UI would look like, adding checkboxes for each field to the user permissions page is unwieldy.
I'm opening this page to stimulate some discussion, and hopefully ideas, on how to do this.
Some of the issues to be addressed:
- What will the UI look like if we don't add checkboxes to the user permissions page for each field?
DabbleDB demo
Six months ago, Dries linked to this DabbleDB demo from his blog. He hailed it as a vision for what CCK and Views could ultimately be. The demo is positively breathtaking in the flexibility of fields to morph and change. Further, the usability of the UI is outstanding. Everyone in these group really ought to watch the demo, and discuss what small changes we can make to get closer to this.
Some starting points:
- Can we design a flow whereby node_import module could suggest and then create the needed CCK fields to hold the incoming data?
- Can we add a metric ton of flexibility to CCK whereby we can take a field and move it into a new content type (i.e. the demo moves Person into a 1st class object) and move fields (and data) between content types (in the demo, the Company field moves over the new Person 'content type').
- Could we get a View created automatically for each content type that has the right exposed filters automatically? And then a UI which progressively shows those exposed filters in the 'query by example' method in the demo?
- The demo has a notion of saving ad hoc queries. Our equivalent is Views Saved Searches. Should this be a core feature of Views, or otherwise better integrated?
Release Date for Embedded Media Field
Alex UA and I have set the date for an official release for Embedded Media Field, for next Friday, February 15. We're going to quash as many of the outstanding bugs as possible before then, and could really use some help from interested people, as far as testing and patching things up.
Once the official version is released for d5, we'll also begin development for the d6 release.
See http://drupal.org/node/213456 for release status.
Read moreMoshe's observations on D6 CCK
Last updated by moshe weitzman on Sat, 2008-02-09 04:51
Update: I enabled comments in case people prefer that: Moshe
I applied yched's formatter patch and then wrote down my list of bugs, feature requests, and questions for D6 CCK. I have not looked at much code yet. I plan to submit patches for many of these, and thus learn the new design intimately. I'll get started tonight. I would appreciate if Karen/yched/all could add comments and hints to each item as needed. I don't want to head down rat holes that you've already travelled.
Read morePopup Dialogs and CCK
I have been playing with the CCK head and my modal dialogs, and you can see the result at:
http://www.citris-uc.org/blog/tao/drupal_modal_dialogs_and_cck (2 minute loop)
I am particularly happy with the new ability to detect if the drag-and-drop table has been modified, and to offer to save the current progress.
Aside: Those of you paying close attention might have noticed me cheating. The /admin/content/types page doesn't actually have "fields" links. But it should (http://drupal.org/node/215623)
Read moredrupal 5 drupal 6 difference regards fieldsimage thumb
regards drupal 5 I not know if with cck for to have a field image where one can insert
more images and also have a thumb below the principal image (see attached)
is necessary to change the core or if with drupal 6 this is possible (but how).
not know why I cannot see my file attached (I not have permission?)
here same image
http://xs.to/xs.php?h=xs223&d=08040&f=cck-thumb927.jpg
How to share CCK data accross separate Websites.
I am working on a project for an association of institutes. Each institute should have their own website with their own self-administered content. The problem is that some of this content, for example employees, should be aggregated on a separate website that functions as portal for the whole association. What would be the best strategy to handle this. I have considered three possible solutions:
1.- Create a template for CCK that publishes the information in XML and then create a module similar to the RSS reader module that aggregates the information.
A real newbie question...about cck and multi-part forms.
I got the hang of cck which is really cool by the way. I have 3 questions that pop up:
1. how to i create a multi-part form ???
2. how do i do a back button to go to the previous page and have it remember the info i added?
3. how do i can i create a dropdown of fields/nodes i created before with dropdowns and use that info in a new version of the form???
has anyone seen a good online video tutorial that i can tap into..that guy rob from the awakened voice learning center is the best with his online stuff..
thanks
mjh
contemplate with custom tabs
I have been trying to work something out for the past few days thats really starting to kill me! It should be so simple, but im stuck. I have a functioning body template (cck + contemplate) for one of my content types, which works great. I have coded in a set of tabs which show a field or group as a tab, this works great; however for one of my tabs I require a more css stylized layout with a multiplicity of fields. I've been banging my head trying to figure the best way to accomplish this.
Read morePledges and Donations
I'm interested in being able to set up a pledging system, that can enable donation bounties as a content type, and allows people to first pledge, then be billed if pledges reach a capped amount, or have no one billed of pledges do not reach an amount.
Is it already possible to do this with existing modules (like e-commerce and cck)? If not, I am committed to producing this capability, and would feedback from this group on suggestions about how to approach from a module creation standpoint
Read moreChoice of mandatory fields: How to in CCK
I have 2 fields called "local tele" and "non-geo telephone" for the phone field for cck
so users can enter either a 01233 or 08xx number, or even both.
Of these 2 fields I want at least one to be mandatory when creating the node
-
so if a user doesn't enter either of the two, a "required field" error is rendered and node won't submit
-
If a user enters "local tele" then non-geo can be ignored and vice-versa
-
if user enters both fields, then both will appear on the node
thanks
Read moreSelect field for exposed view filter
I'm sure this is a dumb question, but hopefully someone will humor me. How do I mimic the exposed filter for group type select on http://groups.drupal.org/groups? Is it a Content Taxonomy field, or something else?
Answer: With Views Module, Turn "Exposed form in blocks" to yes, then enable Block. See this page: http://civicactions.com/blog/2009/apr/28/views_filter_blocks_drupal_6
Read moreCCK storage testsuite
I created a GHOP proposal to lay grounds for a simpletest suite of CCK field storage in http://drupal.org/node/209391.
This Wiki page aims at defining the actual list of tests that would constitute an exhaustive suite when we have an overall structure. The actual scope of the proposed GHOP task is not to implement all these tests, but to provide the overall structure and reusable code (note the 'Repeat the above' items), and actually code, say, the first two 'dark bullets' items below.
Read moreDesktop CCK
I saw this great piece from John VanDyk : http://www.sysarchitects.com/node/64
We've been having problems with our staff and their connectivity to the server. That is a separate track of what we are running down. But this got me thinking: could I write a desktop application?
<
ul>
Advanced Profile Wiki
Last updated by agentrickard on Sun, 2008-02-10 16:05
This wiki page is to create a roadmap for the Advanced Profile module. I already had a pretty good idea of what I wanted based on response to my tutorials but it helps to have it down on "paper". This is just a start and mostly a "mind dump" at this point. I will flesh it out more based on feedback.
Read moreHow do I selll event tickets on a ecommerce platform
I have a promoter who has a few shows he promotes annually.
each show has 3-4 venues and each venue different price
how do I sell tickets for such a setup>
thank you
Read moreRFC: Best practices for managing indexes (particularly on cck tables)
As a site goes live and we do performance tweaking and benchmarking one of the common results is adding database indexes. I post this into the CCK group since one of the common sources of slow queries is for queries against the CCK tables. For example, a site that has a block that queries a field table to look for information about that field for every page load can quickly make its way into the slow query log. Adding an index to the field is likely to be the best solution.
Read moreLocationfield module: does this exist?
Wondering if this has been built yet, or if I should start from scratch.
I'm looking for a CCK text field that takes a "nice" value for location such as "Montreal, QC" and converts it in the back-end to "45.518376,-73.56308" so that it can be displayed in a Google Map, or searched via proximity or etc. I've attached a mock-up so you know what I mean. Ignore the form_alter stuff at the top; this was when I was thinking it was going to be its own form element but Eaton advised me to go with CCK field instead (user form would be possible w/ something like Bio module).
Read moreImproved CCK for D6
KarenS who just organized a Drupal User Group, in Central IL, gave a presentation to it's founding members explaining a much improved CCK for the D6 release. CDMUG took notes and posted them to share with the Drupal community - check out our milestone 100th node post. ;-)
Read more









