I am in the process of moving my flexinode data to CCk and upgrading my site to 5.0. I have quite a few custom node.tpl files that need to get imported into CCK templates. I'm using contemplate and everything works rather nicely except one crucial problem. The book navigation links and "add another location" links (for location module) just don't show for my customized CCK node. The rest of the template works great, but I can't get these important navigational elements to display with my custom template. I am about to go crazy. I went through this same problem with flexinode and my node.tpl files. The fix that I found for flexinode will not work with my contemplates! Can
someone help? Shouldn't contemplate simply incorporate, by default, the expected node related links for a drupal node?
I had successfully exported and imported 4.7 into the 5.0 database and ran the update.php script. It had completed without any errors although when i try to access main page, it gives me a page not found. Would you have any ideas on the matter?
I'm a relative new-be, so please bear with me, if I ask a redundant question here. I am working on a major upgrade/migration of our systems from version 4.7 to 5.1; our system includes about 15 contrib modules, of which we are using Calendar and Event. When trying to upgrade the Calendar module (Event and Date API were already installed/upgraded and enabled--no dependencies were left unset), I kept getting an error of "event_get_offset function not found". When skimming through the calendar.module code for the function call (line 595 - 600) I found that the include_once call made under "case 'event' :" was referencing an incorrect module when searching for the function (i.e. the date_timezones.inc as opposed to the event_timezones.inc). I made a minor modification to both mods:
In calander.module I replaced the include_once parameters:
before:
include_once (DATE_TIMEZONES);
after:
include_once(EVENT_TIMEZONES);
And then added a corresponding path definition in event.module
Hi
1. i want to create search based on the user profile .?
in Drupal 4.7.X Version .
2. How to create profile form which function is call in profile module.