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 installed the Views, Events, Calendar, and Event Views modules, and have an event type that has the Event Calendar option set to "All Views" . I also installed the repeating events module. However, the events aren't showing up on the day they happen, just on the day I created them. What should I check to see why it isn't showing up?
I installed the Views, Events, Calendar, and Event Views modules, and have an event type that has the Event Calendar option set to "All Views" . I also installed the repeating events module. However, the events aren't showing up on the day they happen, just on the day I created them. What should I check to see why it isn't showing up?
Been browsing about a dozen threads/handbooks already and have many more read through regarding problems to e-mail problems.
Here's my main question: How is it that my site can be configured to send feedback comment (when they use the contact form) notification via e-mail to users with no problem, but can't send e-mail confirmation that a propsective member of the site has submitted for a username and that the admin will review it?
A couple less-important questions (or maybe I just don't realize their significance):
in my page.tpl.php file I can reach the following variable easily: $node->nid;
I do this to check wheter I'm on the frontpage or not. Now I want to do the same thing in node.tpl.php, so that I can implement google adsense only on detail pages (when a users click read more). I don't want the ads to show on my frontpage.
But in node.tpl.php, I cannot seem to use $node->nid;