Not able to get RSS working

I have searched the open tickets and forums.

I have a RHEL4 server with PHP 4.3.9 and Drupal 4.7 loaded.

I created a test node and wanted to see if I could render that node in RSS

I access the node by using

http://example.com/node/1/feed

When I do this I get redirected back to the home page. Any idea what I am doing wrong?

How do I nest dynamic PHP within a Node?

I have dynamic PHP code that throws out links. I have the "Parent" within My Drupal Site. How would I "nest" the dynamic content within my Drupal Node? For example:
http://www.an-corp.us/index.php?q=node/17

click on "view Players", "Search Players" "view Guilds"
now from within each of those pages click on the links within the node. How do I keep that content within the node and stop it from "escaping"?
thanks in advance guys! DRUPAL ROCKS!

MySQL size for numeric datatypes

Hi,
I'm trying to get some work on an Oracle DB layer and face some odd (at least for me) behaviour from MySQL.

MySQL doesn't constrains the range of values that can be stored in a column.
We have a good example of this in the MySQL Drupal Schema :

CREATE TABLE menu (
  mid int(10) unsigned NOT NULL default '0',
  pid int(10) unsigned NOT NULL default '0',
  path varchar(255) NOT NULL default '',
  title varchar(255) NOT NULL default '',
  description varchar(255) NOT NULL default '',
  weight tinyint(4) NOT NULL default '0',
  type int(2) unsigned NOT NULL default '0',
  PRIMARY KEY (mid)
) TYPE=MyISAM;
INSERT INTO menu VALUES (2, 0, '', 'Primary links', '', 0, 115);

So am I the only one bothered by such things ?

Should we better remove all kind of numeric value size as it's pretty useless ?
In fact PgSQL schema came without these limits, so I think I would go this way.

Any thoughts ?

From MySQL doc (http://dev.mysql.com/doc/refman/5.0/en/numeric-types.html)

Another extension is supported by MySQL for optionally specifying the display width of an integer value in parentheses following the base keyword for the type (for example, INT(4)). This optional display width specification is used to left-pad the display of values having a width less than the width specified for the column.

The display width does not constrain the range of values that can be stored in the column, nor the number of digits that are displayed for values having a width exceeding that specified for the column.

Snippet to find parent term of term

How do I find the parent term of a node's term in a certain vocab?

updating remindme for 4.7

I don't know much php but I really need the remindme module updated to be compatible with 4.7. Anyone want to give me some pointers as to what I should be looking to update.

WANTED: experienced Drupal programmer to migrate existing PHP website to Drupal

Youth travel website seeks experienced Drupal programmer for contract opportunity to migrate existing PHP website to Drupal. Must have experience creating custom themes with PHP Tempate and with Drupal 4.7 beta. Experience developing Drupal modules a plus.

Interested parties please contact us at newsitedrupal@gmail.com. Please provide site and customer references and quote your required hourly rate in US Dollars.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x