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 have a Drupal 6 site and want to give permission to event signups to view private pages. I use OG and I want the Group and their events to be public, but I want private pages to be available only to those who register for the event using signups.
Can anyone help point me in the right direction with this?
For a new content type in Drupal 6, I made a custom template file called page-node-blog_entry.tpl.php. I got Drupal to recognize and use this for the content type, except it also uses the exact same template instead of an edit page.
How do I set what the edit page is, and is there an easy way to just set it to be the default node edit page?
I am using Views php in Drupal 6. I need to do an if statement to find if nodehierarchy_parent is equal to the value 0. Then do something. Right now I have it set to if the value contains a 0. My code is below.
SUBJECT: Request for Proposal for 2016 Website Implementation Phase
Dear Prospective Respondent,
You are invited to submit a proposal for the above subject to the New York-New Jersey Trail Conference (NYNJTC, www.nynjtc.org). The details of our request are contained in the attached Request for Proposal and additional attachments.
For your convenience, the main events in the timeline are detailed below:
As we announced, Drupal 6 will no longer be supported on Feb 24th, 2016. We asked that companies who wanted to provide long term support for Drupal 6 and met some qualifications, apply to become Drupal 6 Long Term Support team. After reviewing many applications we are pleased to announce the following vendors will be providing long term support, with support from the Security team.
I need to create an inventory of a drupal6 site. I want to display the properties of all nodes. I was able display everything except for the nodes url redirects if it has any. There can be multiple results too. I am using Views with data export to a CSV file.