Problems with upgrading a module from drupal 6 to drupal 7

I have a drupal 7 installation and I would like to use the module Quickmenu. But it is not available for drupal 7.

So I installed the Coder module and followed the steps to upgrade a module.

But after converting the module to drupal 7, I have errors when I try to use the module.

At first, I was getting an error that said that db_fetch was not valid, so I changed the indicated line of code from:

while ( $row = db_fetch_array($q) ) {
$titles[$row['menu_name']] = $row['title'];}

D7 Parent nodes

Hi all,
I've serached a lot on google and this forum but as now I have not realized how to create a simple relation between nodes. I would like to have a node with its title and body and on the same page a list of its parents (title and teaser). With WordPress it is quite simple but again I have no idea on get this in Drupal 7. Is it not possible to create relationships with the menu system?

Thanks,
A

Taxonomy uses to much memory.

Hi everyone,

I have a slight problem with my migration to Drupal 7. I've been writing my own PHP-scripts to migrate all the data from the old site to the new, this includes a taxonomy term, which I successfully migrated to Drupals database. I changed the hierarchy inside taxonomy_vocabulary table to "2", which I thought was for the best - it wasn't...

Anyone in the Phoenix area?

Anyone in the Phoenix, AZ area that could lend some basic help to getting a site up and running with Drupal? I am getting some of the basics down and learning as I go, but would be nice to have someone run through some of the drupal capabilities and give my learning curve a big kick start.

Thanks!

Admin access denied on theme changes? Full permissions granted.

I've installed Drupal and have it working but can't change themes. I click on make default and I get, "access denied error saying "You are not authorized to access this page. ".

I am logged in as admin and there are no other users. It is fresh install so admin has all privileges.

I tried setting permissions to 777 on the sites folder and subfolders. My web host has had a go at fixing this but says to get specific Drupal help.

Have checked permissions page anyway, but all privileges set for admin.

Overriding node template in a module

I'm working on my first module, a simple Q&A system. I have a content type for the answers, mo_knowbase_answer. I'm trying to override the standard node template with a template file in the module's directory.

I have done this in my .module file:

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x