How to use taxonomy with migrate module?
Hi all!
I have a few thousand entries I need to import from CSV. I was going to use migrate module. How do I tell migrate module to use the taxonomy I created for e.g. keywords? Finally, do I create the CCK fields like I normally would, e.g. Keyword 1, etc if I am using taxonomy?
Thanks!
Read moreWhat do you think about the "One click staging solution" ?
Advices for new staging "one click" solution
At IDEIA we are currently working on a new (simple) staging solution.
I have evaluated many systems like : Features, Drush, StrongArm, Context, Patterns, DBScript, Migraine, Deploy, Node_Import, Feeds, Staging, etc...
The common problem encountered with theses modules are :
* they are compatible with few modules
* needs many manual operations and double checking
* handle only content, or config but not both of them
The only "global" solution is DBscript, but it's not a real module, not easy to configure (you must describe all foreign keys of your DB in a config file).
So we came to a new method, based on MySQL auto_increment_offset. These ID pattern allow to know from which DB came any content of any table in the DB.
For example, if we choose that ID terminated by 1 are "prod server", ID terminated by 2 are "test server", and ID terminated y 3 are "dev server".
So merging dev / test / prod is rather simple with some basic SQL UPDATE and DELETE for each table.
Drupal launchy module proposal
Update: The previous proposal of implementing a new module was completely revised at the end because I was suggested that most of functionalities already exist in modules: Cobalt and Teleport. I investigated those modules and changed my previous proposal to this one below which is basically upgrade of Cobalt module together with some features I found missing and previously planned to implement with the new module.
Read moreImage editor integration
Hello everyone!
I would like to propose the integration of an image editor into Drupal. The image editor I have in mind is PaintWeb, which is also an open source project.
The motivation for this project is based on the emerging popularity of HTML5 and advanced web applications. Drupal is a powerful CMS which should allow users to also edit images inside their browser, without having to use an offline tool for simple drawings / simple edits.
Read moreQuick links
Before developing a new module, does someone know if there's a module able to parse the body text, analyse it, find every h2, h3, h4, etc. and generate a "quick links" section (in form of an ordered list, or a select list) above the text (like wikipedia pages)?
Read moreDrupal APPcenter || Module browsing through Drupal Back End
-
Good products has Appcenters like Apple App store , Ubuntu App
center ect.. -
by using those centers we can discover thousands of apps in various
category's. -
When we consider about drupal, if we want to add module we need to
download that module from: http://drupal.org/project/Modules or http://drupalmodules.com
and install it.
I am trying to propose convenient solution for module installing
possible implementation
- Develop separate module to access and browse module-galary through Drupal.
A new tool for creating menus.
Just wanted to announce our new tool for creating menus, DHTML Menu Module Creator for Drupal. The tool runs under Windows and allows you to design and build a menu in the form of a Drupal module.
The program comes with over 200 ready-to-use menu designs. You can view all designs here. Please see the product page for more info.
Read moreGetting custom Theme to work with custom node creation
Thanks to everyone who helped before. I have created my module, installed the new tables for the custom node type with the schema and declared all the form fields using the API. It works fine if I use drupal-get-form, but I need to override the default layout with a custom theme. This is where I keep running into trouble. I have declared the theme using hook_theme and have written a custom theme function (theme_jobapp) and I need to call the new node from a menu item. I have tried every possible combination I can think of to make this work.
My question is: How do I tell Drupal to use my theme and my form definition in a Menu callback?????
Please see below for a list of combinations and errors and code.
Read moreDaily Quiz
Hi,
I started working on an additional module for Quiz. It automatically creates a new quiz node every day to provide a Daily Quiz on a site. The daily quizzes uses randomly selected questions. They all share common settings defined in the Quiz Configuration page. The module also provides a daily quiz page inviting the user to play the quiz every day. It also informs him/her of the score required to pass and the time limit (if any). Once a user has passed the quiz, the page contains it's results summary. Otherwise, it provide a link to the daily quiz for the day.
Combined with the userpoint module, it can also be used as incentive to get site members to come back everyday.
It is hosted on http://ur1.ca/ovtd but I would like to publish it to drupal.org.
Any feedback would be appreciated.
Note: I shortened the project URL to avoid triggering the spam filter.
Read more


