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.
Is there anyway I can have those entries display without teasers? Just as the title of the entry and the date it was entered with the title serving as a link to the entry? It's help with my navigation.
I have installed the aggregator module and created a category with a link to an RSS feed, but the cron.php job is not auto-updating the feed every hour. When I check the aggregator administration page it shows 0 secs left to update, but last updated shows many hours since the last update. If I click 'update items' the feeds update and if I manually type in http://www.mysite.com/cron.php it updates the feeds.
How can I eliminate the "Submitted by : Username data data data data"
that appears on my Quotes Module ? I use Drupal 4.6.4
I.E.
LICHTENSTEIN ON SOCIETY
Submitted by USERNAME on Mon, 2005-03-28 15:49.
"I'm not really sure what social message my art carries, if any. And I don't really want it to carry one. I'm not interested in the subject matter to try to teach society anything, or to try to better our world in any way."
— Roy Lichtenstein
I want to eliminate that line that says " Submitted by USERNAME bla bla bla " .
I need to add some PHP code to each and every page of my website. I've identified my phptemplate-based theme code to be the best place to insert that. Are there any other possibilites? I've always associated themes with colours and images, not site specific code, so I'm having trouble coming to terms with the idea that this is the place for my code. :o)