Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I know this issue has been visited several times in the features forums, but I'm wondering if node pagination is available in 4.4 If not, is it possible top extend the pager include file to include stories? Any other solutions?
Does anyone have any idea why Drupal has decided to start sending me hourly blank email when the cron job runs? Everything else is working, and I get separate notify emails for content. The email message subject is Cron /usr/bin/lynx -source http://domain/cron.php, and everything else is blank. My watchdog logs don't provide any hints.
I'm running the CVS versions of the code on my site.
Hello people.
I have a vocabulary with a term (news) which contains two child terms. Is it possible to show the nodes from both child terms on a page? I tried with ?q=taxonomy/page/or/1 and other numbers but it doesn't work.
Thanks.
I've installed drupal in my webroot, but now i cant access my subdomains anymore, which are located in subfolders of my website (e.g. luigi.website.com = public_html/luigi/) Its probably got something to do with drupals .htaccess file in the webroot, which also controls the behavior of the subdirectories (i guess). i dont know what to do about it...
I'm trying to incorporate a non-Drupal SSI on a static page. I set the static page to PHP and use virtual() to include the SSI (which has no head, title, body, etc. tags, just some text). The SSI then shows up at the very top of the page, i.e, above the site's head, title and body tags, rather than in the body of the static page. This is on 4.4.0. I'm using xtemplate, but it happens with chameleon as well. I even tried setting up a PHP block and got the same behavior.