This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

Q: Friends Module?

Is there some type of friends module already available for adding and managing other users from the site as friends... pretty much like how myspace does it.

Does anybody know if something like this already exists?

Thanks!

Using iframes with Drupal: Javascript suggestions needed

I need some hints on how to attack this problem.

Over the next couple of months or so, I'm working on a project to convert over Kairos, an online journal, to Drupal. Kairos publishes webtexts, and these can be of any form--HTML, Flash--and the authors can use Javascript and CSS however they want to. So to make things easy, we plan to pull in the webtexts into Drupal using iframes so that Drupal can provide author, date, metadata, and breadcrumbs for the site. But we want the iframe to fill the rest of the page. Here's an example text of how Kairos is currently doing it using javascript and frames. We might go for a vertical element with Drupal.

I've begun experimenting with iframes with Drupal as a wrapper by just pasting the iframe HTML code into the node body. The problem I'm hitting is getting the entire document to display. IE gets close. Firefox ignores the 100% height attribute completely. I know how to remove the scroll bars, but that doesn't alleviate the problem. I don't know anything about javascript but I know that's probably the solution. Can someone point me in the right direction? A tutorial that will accomplish this? My ultimate goal is to create a module which accepts the url to be iframed and loads the javascript into Drupal as necessary.

Drupal update modules like Firefox updates extensions?

Has anyone considered a module, or written one of their own, that will, similar to the way Firefox does for extensions, check for updates to modules (either at a predefined interval or upon admin activation)?

It really is a pain, particularly when using many modules, to conduct periodic manual searches for updates to modules, followed by manually download and installation of those updates.

I can't be the only person who would love to see this functionality.

Gallery2 module

hi,

do i have to install the whole gallery2 or just add the gallery.module file to the module files? because i keep getting the error: "Unable to initialize embedded Gallery"

i dont know what im doing wrong

Serializing CCK node types

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?

Thanks
-M

Improving Breadcrumbs with taxonomy_context

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.

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions