See the Mailing lists or Drupal Issue queue. There are also various working groups on groups.drupal.org

Php Code not working

I have found a SAX code in the internet and tried it with my XAMPP and it works... But when I applied it to Drupal blocks (php code input format) it doesn't perform what it is supposed to do... Please help.... What causes this thing to happen? Is there a way to make it perform its supposed task... Here is the code:


<?php

class xItem {
var $xTitle;
var $xLink;
var $xDescription;
}

// general vars
$sTitle = "";
$sLink = "";
$sDescription = "";
$arItems = array();
$itemCount = 0;

// ********* Start User-Defined Vars ************
// rss url goes here
$uFile = "http://www.wirelessweek.com/rssFeed.aspx?type=3";
// descriptions (true or false) goes here
$bDesc = true;
// font goes here
$uFont = "Verdana, Arial, Helvetica, sans-serif";
$uFontSize = "2";
// ********* End User-Defined Vars **************

function startElement($parser, $name, $attrs) {
global $curTag;

$curTag .= "^$name";

}

function endElement($parser, $name) {
global $curTag;

$caret_pos = strrpos($curTag,'^');

$curTag = substr($curTag,0,$caret_pos);

}

function characterData($parser, $data) { global $curTag;
// get the Channel information first

The reuse of deleted node ids

Would it not be a good idea to reuse node ids once they have been deleted, before issuing the next sequential available is allocated.

Or the fact that the value 1 to +18,446,744,073,709,551,615 would be impossible for a Drupal site to ever use makes it a useless request.

Just a thought.

Thanks
Stephen

Mirroring site files on change

Hi everyone,
Is there any core hook available for doing some actions (like updating mirrors) when a file attached , deleted or changed?

Regards

Post Comment from other module

I need to allow the users to post their comments on a forum look alike page. This is a custom module with a custom theme. The problem is the comments are not posted after Post comment button is pressed. Is their any way to get around this? Remember I am able to show the comment form.

Thank you.

Understanding Menus Better - Can I Add Them?

I'm brand new to Drupal. I've used Joomla for over a year. I'm designing an intranet site that includes a main nav bar at the top of the page, a "departments" menu on the left nav and a "popular links" menu below it. The popular links will link to places employees will most likely visit frequently without making them drill down to it through the main navigation. How do I get that third menu going? I see the other two are already available with "navigation" and "primary links" menus.

Thanks in advance for your help.

Forwarding Emails

Hi there, I was wondering if there is any solution of Drupal for forwarding messages from the inbox page.

thanks

Pages

Subscribe with RSS Subscribe to RSS - Deprecated - Drupal core