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 am new to Drupal and I created a trigger and an action to send out my blog posts via e-mail, but I would like the email to actually contain the content of the blog post. How do I do this?
i just migrated my drupal site to online hosting.
in root dir it has wordpress, and the new site for now places in subdir.
i configured a subdomain to use the subdir as root.
the problem is that when i type in the subdomain (or click on "home" link in my site) i get a default cpanel page. if i add "../index.php" to the url, the site loads correctly, and seems to work fine.
I'm having a little problem styling a view displayed as a block: the design counts on blocks consisting of a header, a content and a footer. The header is hardcoded and the content just returns whatever has been defined in the appropriate templates, so those two pose no problem (at least none relevant for this question).
The footer, however, is more troublesome. When the content of the block is delivered by the views module, the "read more" link should end up in the footer section of the block.
i just don't know, how to preprocess field in views. I have a field with node created date, but want to print "Today" if it's today date, instead of the whole date. I did this in template_preprocess_node() and overrided $vars['date'] variable, it was working, but only on node page, not in views page.
I found, that overriding views can be done through template_preprocess_views_view(), but don't know how to access to the variable, that I have to override.
D7.7 using Pixture reloaded theme.
Drupal Newbie struggling to find my way.
I want to allow members to delete their own forum posts and have people/permissions set to allow so, but any delete option still will not show, I have been struggling on this for a while, can't find any similar post, and in desperation tried installing advanced forum over the top which hasn't made any difference to this.