Im trying to find out how to manipulate Contents and Structures.. I found functions and methods but always some globals are declared... where the hell are those global variables and its contents found ??? somehow those data must be taken from the database to those variables... but where ??
Hi. I'm quite new to Drupal, but I've been doing PHP programming for a little while now, but I'm having problems translating what I need into the Drupal methodology.
New users get their welcome emails but feedback or forward or ezmlm or subscribe or any other contrib module that uses outbound email will not work. How is the outbound smtp handeled in Drupal?
Drupal 4.7
Apache version 1.3.34 (Unix)
PHP version 4.4.1
MySQL version 4.1.14-standard-log
Basically, I need to rename directory Drupal so it will operate under a different subdomain, but when I do so going to the new subdomain shows the site as it was on the old subdomain, but all the links haven't changed for the new one despite the fact the href is only /node/1
for example
current link on menu "oldsub.domain.com/node/1"
remains the same under the new subdomain
Can anybody tell me what I need to do to solve this?