Sending Emails when Blogs are updated

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?

Thanks in advance for any help

solved - index.php is not picking up, works manualy

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.

Passing the "read more" link from a view to a parent block

Hi,

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.

How to preprocess views field?

Hi,

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.

Facebook like button current page

Hello to all,

I want to add facebook like button to pages.

I have this code:

<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=152891418124181&amp;xfbml=1"></script><fb:like href="<?php <?php print $current_url = 'http://' .$_SERVER['HTTP_HOST'] .$_SERVER['REQUEST_URI']; ?> ?>" send="false" layout="button_count" width="250" show_faces="false" action="recommend" font=""></fb:like>

In source, It loads url ok:

(Solved) Problem allowing members to delete own forum post

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.

Would appreciate any help
Thanks

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x