How to
Information on how to do something... anything.
In Drupal, you can set the user (author) and date of a comment to something other than yourself and that moment, if you have administer comments permission– just not while posting.
If you click the edit link for the comment after posting, there will be a collapsed "Administration" section where you can change the username and posting timestamp, just like you can for a node.
Any call for allowing this on posting as well?
Resolution
Copy this (from fivestar's CSS) into your theme's styles.css file, and change the background url to match your own graphic file:
div.fivestar-widget-static .star {
float: left;
width: 17px;
height: 15px;
overflow: hidden;
text-indent: -999em;
background: url(widgets/default/star.gif) no-repeat 0 0px;
}
This post is about the main site feed, found on any Drupal site by adding /rss.xml to the site's main web address. (Drupal can also create all kinds of feeds for taxonomy terms and views.)
E-mail subject: Please help me with views???
Tony sent a message using the contact form at
http://agaricdesign.com/contact-us
Hi Ben,
My name is Tony and I have been reading allot of your tutorials on your
site and the reason that I am emailing you is that I have a problem with
views and I was wondering if you could be so kind in helping me out?
Heres the story:
E-mail subject: Drupal or Wordpress?
Hey friend,
How is things?
So, my school has asked me to design a site for them. How do I use wordpress or drupal to do so? They can't pay me much or I'd just pay you to do it! They have hosting and everything, so I just need to create a little mini site to link off of their big one ... It is an aftercare program I work for... and l need to just create a number of pages for it. I would love to make a mock up today.
Thanks for any advice you might be able to offer,
Ian
DEPRECATED: Use Piston
In this case we're using svn externals to have a module in two places in a repository, but of course it works just as well for a truly external repository.