Is it possible to create a node of CCK components and then serialize it in some method for distribution?
I'm working on a module to provide data from CiviCRM. Many of the things I need in my module will be needed by other modules (e.g. selecting a CiviCRM group, user or profile). If I can write these up as CCK fields, others can take better advantage of my work.
I'd also like to create some default uses of these fields - pre compiled CCK content types.
Can I serialize them like I can with a view and implant them in static module code?
I'm looking to update the taxonomy_context module to have taxonomy based breadcrumbs link to designated nodes instead of taxonomy/term pages.
Background
I'm designing a hierarchical site and plan on making good use of the core taxonomy module, taxonomy_access, and taxonomy_context. taxonomy_context is especially useful for hierarchical sites because it:
Generates breadcrumbs based on taxonomy, and
Allows me to display a description of a term (or vocabulary) on taxonomy/term pages.
Proposal
I'd like update the taxonomy_context breadcrumb links to do more than display the term description along with the normal taxonomy/term pages. I want the breadcrumb links to land on an associated "homepage" node for each taxonomy term. I do not want to see the summary list of nodes that the taxonomy core module provides. For example, if I clicked on an "about" breadcrumb, it takes me to a page node I have associated with the "about" term, not the normal taxonomy/term page.
Hi !
Could anybody help me with the creation of a new module to replace the radio buttons and checkboxes with custom images ?
I have the javascript ready to work but I don't know how to put it in a Drupal module. I've found this tutorial http://drupal.org/node/42544 but.... well I'm not so good with php :)
I've looked in the modules directory list, but can't find it there. I've also Googled it and followed a link to this site which is now dead...Any ideas?
I have a created a couple sites for people but they are sort of newbies and I would like to be able to have an email be sent to them automatically every so often if they haven't created a node in a while. Otherwise their site can be a bit boring without some new content once in a while. Here is some pseudo-code. I would be glad to hear anyone's comments, especially if there is something that almost does this already.