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

Does Drupal not save variable from "submit" button in php tutorial without mysql?

I am doing a php tutorial and cannot get it work. I am wondering if the functionality I'm trying out cannot work with Drupal.

I am working my way through a book which teaches php programming. I am typing in a program for a children's game called pig latin program which lets the user input a phrase such as "bears in there" and turn it into "earsbay inway heretay."

CiviCRM / Drupal 4.7 install problem

I posted this over on the CiviCRM site after doing searches there, and was hoping someone here might have more of a clue than I do.

Drupal 4.7.0
MySQL 5.0.18 / 5.0.1.6 client
PHP 4.4.2
CiviCRM 1.4

Trying to set up a brand-new Drupal 4.7 & CiviCRM 1.4 instance. I've followed the steps exactly so far as I can tell, but I get the following error when I attempt to activate CiviCRM in Drupal I get:

how to create view for a node type which reference aother node type?

Description

create table {node_bm} (
        vid int(10) unsigned NOT NULL default '0',
        nid int(10) unsigned NOT NULL default '0',
        xyid int(10) unsigned NOT NULL default '0',
        foo varchar(32),
        primary key (vid,nid),
        key xyid(xyid)
);
create table {node_xy} (
        vid int(10) unsigned NOT NULL default '0',
        nid int(10) unsigned NOT NULL default '0',
        foo varchar(32),
        primary key (vid,nid)
);

xyid is a reference to other node type node_xy's nid;

Print module and audio nodes

Hi all.

I've been searching how to deactivate the printer-friendly version generated by the print module in the audio nodes. The reason is pretty obvious. I've found this post about the subject but I don't know if someone has tested this new module version or not.

Can anyone give any useful information?

Thanks.

How do I disable view 'original image' with image module in 4.7?

In 4.6, under image settings you can disable the users ability to view the original image. I can't find that option in 4.7 and the original image gives me problems with my fixed width page.

Error in views module - function not found

i installed the views module and when i tried to add a new view, i get this message

"Fatal error: Call to undefined function: views_handler_filter_role() in /Library/WebServer/Documents/drupal-4.7.0/modules/views/views_ui.module on line 682"

there is no such function

am i missing something

sk

Pages

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