I've read-and-read and I've come to the consensus that Rules 2 can do what I would like. However, after a couple nights playing around with it, I cannot get it working correctly! What I would like: using the date field, I would like an e-mail to go out within 60-days of the date, notifying the user/users that the content will expire in the next 60 days.
I'm creating a website and was wondering if it's possible to select which template a particular page needs to use?
I know that you can create an individual template for each page by naming it page--node-[#].tpl.php but that seems like it would take a lot of template files to create if I have several pages that use a template with one sidebar, 2 sidebars, and no sidebars.
Basically similar functionality to what Wordpress has. I go into a page and select which template I want this page to use... it doesn't need to be via a user interface; any way would do...
How can I check (with php) if a node requires a "client" role to view?
I have social buttons (facebook & twitter) on all of my nodes. If a client logs in, they have access to private nodes that anonymous users can't see. I wish to remove the social buttons from the private nodes (as they are not to be shared).
Currently my code eliminates all social icons on all pages if a client is logged in...
In the confirmation email when a new users registers,
by default the given variable is [user:name] to greet the user by his registred name.
My client wants the users to be greeted by their real name, which are two extra fields (name and surname) I have made. I know how to access and print the information in those fields, no prob.
But I have no clue where to insert the php code to get it in those "account confirmation emails" (don't know how else to call them ;-) and google is no help either.