Extending an existing content type

Hello,

Is it possible to extend an existing content type (in Drupal 4.7)? For example, the extension of blog content type to add a field image in oder to cutomize the display.

Thank you!

Cheers,

Bertrand.

List author's stories

Hello,

It' certainly a trivial question! I would like to let an anonymus user to list all stories from a particular author.
How can I do that? Is there a module for that?

Thank you!

Cheers,

Bertrand.

Upgrade.php Goes to 500 Internal Server Error

I moved my database and website to a new host. I got everything working but decided it was time to upgrade to 6.x before changing my nameservers and moving the domain to the new hosting.

I've upgraded before and know how to do it. This time however, after moving all the new files in and going to upgrade.php, once I click the continue button (after a warning about register_globals), I just get a 500 Internal Server error.

Any idea what could be happening?

Validate phone with explode

I have a txt box the takes phone numbers, ie: ph, ph, ph as a format.
Now I need to explode them into an array and send each one to the validation module
$qlist = explode(",", $QuikList)
if (!validate_phone($qlist)) {
form_set_error('', t('Please provide a valid mobile phone number.'));
}

but, do I need a foreach? I don't seem to be looping thru the array

Upgrading from Drupal 4.7.3

Hello there,

Not saving login info

I have an old drupal installation that is having an issue. I can log into it without a problem, but everytime I click on a link, it logs me out and says I am unrecognized. I can log in again, but it loses my login info the next page I click on. What is causing this issue.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x