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.
Where does flatforum get it's post count rankings from? I'm probably completely thick and missing it completely but I can't find if there's anywhere to set it. If it's coming from the postcount rank module I'm slightly screwed as it seems to still be working even though I've temporarily disabled that module coz the settings page for it blanks out.
I need help to some help to change the view of the output from the product module.
Currently products are displayed like
Title
Description
Price
Add-to-cart like
$output .= '
'. l($node->title, "node/$node->nid") ."
$node->teaser
nid\">add to cart\n";
I need to that to be in this view
Title Description Price Add-to-cart
Hi, this may seem like a silly question, but my log messages have reached 4000 pages and im not sure how to clear them.
I have gone to the 'www.website.com/drupal/cron.php' and the cron task appears in the logs successful,
but the logs are still there and page load time is up to 10seconds! help! :(
Hi all,
I'm a bit lost. I'm trying to change the dimension of the left and right column of
a dashboard node. I've specified 'frontpage' as the dashboard name and the
added the follwoing css snippet in my style.css (in my theme directory).