Menu local task

Hi,

I'm trying to place a local tasks menu on a page in d6, in order to add list and add links.
I've done this (no error but no tabs displayed):

How to access node body field in drupal?

I tried get node body value using

echo $node->body;

But this gives the value of formatted body text. Instead I want the value that was stored in the database

I am suing drupal 6.x

Changing Drupal Database from VB Application

Hi I wonder if someone can help me (i hope im posting in the correct forum). I have Drupal up and running on a customer website and all is working fine apart from a particular element of the site.

They need to be able to display the balance of points in a customer’s account These come from another database (Access 97 I know it is out of date but they cannot afford to update at the moment) I have managed to import the users and their information but I need to update the current points field on a regular basis.

Warning: array_flip(): Can only flip STRING and INTEGER values!

I upgraded my site from D6 to D7. After the upgrade, I got the error message that many other people seem to be getting:

Warning: array_flip(): Can only flip STRING and INTEGER values! in DrupalDefaultEntityController->load() (line 178 of /xxx/xxx/xxx/code/includes/entity.inc

I have searched all over the web and the drupal forums and this message seems to occur due to improper

xxx_load(array(..))

functions left over in modules or drupal code (see this stackexchange link).
I searched for this string and found it in several places in my D7 modules and code see below:
includes/form.inc: * $node = node_load(array('uid' => $uid, 'type' => $type));
modules/trigger/trigger.module: return node_load(array('nid' => arg(1)));
sites/all/modules/rules/modules/path.eval.inc: elseif (!path_load(array('alias' => $alias, 'language' => $langcode))) {
sites/all/modules/rules/modules/path.eval.inc: if ($path = path_load(array('source' => $source, 'language' => $langcode))) {
sites/all/modules/rules/modules/path.eval.inc: if (($path = path_load(array('alias' => $alias, 'language' => $langcode))) && (empty($node->path['pid']) || $node->path['pid'] != $path['pid'])) {

Flipboard Optimized RSS feed from Views (Content/Media/GEOrss elements)

Wondering if anyone here has any experience to share creating optimized feeds for Flipboard (Nice looking news reader for mobile/tablets) ?

Here are their recommendations:
http://flipboard.com/rss-feed/

I've been using Views RSS with Item Elements (core/dc/itunes) and see there are a number of others in development for 7.x.
https://drupal.org/search/site/RSS%20Content%20Elements

Notify new user of account - must provide at least one recipient email address

I've searched for a long time, but I can't find anything that helps.

Basically, when a user is created and when I check the "notify user of new account" box and save the user, I go to a white screen with plain text saying I have to provide at least one recipient email address. I checked the logs and the email doesn't have a "to" address. Also, when I do login with the new user, the site has a prompt stating that I need to provide a valid email because there isn't one for that user.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x