Suscribir a un contenido
Compañeros Drupaleros
Necesito su ayuda, quiero poder suscribir a algunos usuarios a un contenido que yo creo, estuve viendo apenatrium y tiene lo que necesito, pero no puedo reproducirlo. Estoy trabajando cobre la distro commons.
Como puedo hacer esto, hace unos días estoy investigando y no doy con la solución
Fidel
Read moreRules message after action
I created some rules based on actions on the site.
For example a user will receive a point for voting on a post or comment. When they vote, the rule is triggered and they get a point.
This works great.
The thing is that they do not see a message from "Rules" right away because the voting is done by AJAX and the page does not refresh.
They will only see the message if they refresh the page or visit another page in the site, after voting.
Stop system message on create node
I've put together a rule that sends an email on a create node for a specific content type and this is working correctly.
However, I would like to prevent the standard message for a node create being displayed and set one of my own.
I've tried adding an action to "Execute custom PHP code" with the following in it:
<?php
drupal_get_messages('');
drupal_set_message('My message in here','');
?>The result is that my message is displayed as well as the standard create node message in the form " has been created."
Read moreMessage to existing users and new emails
Hi all,
Invite module allows you to send message to external emails. Private Message module allows you to send message to existing users. I'm wondering if there is a module with a "To" box where you can type both emails and usernames to send simple text messages.
Read morefiltering status/error messages before display
I have two modules that are throwing warnings that I'm still trying to track down. In the meantime, they look very scary to my users and I want to filter them so they don't display to regular users. I've tried optionally displaying the message in the page.tpl.php file, but that's awful ugly and doesn't give me enough control on which part of the message to show.
Read more
