Disabling post information manually

geekmedia - March 31, 2006 - 01:58
Project:Sands
Version:HEAD
Component:Rendering issues
Category:bug report
Priority:normal
Assigned:Samat Jain
Status:closed
Description

When using Sands with Drupal 4.7.0 beta 6 when you have the "submitted by Username on date" disabled it still shows up.

#1

Samat Jain - March 31, 2006 - 02:29
Version:<none>» HEAD
Component:0» Rendering issues
Assigned to:Anonymous» Samat Jain
Status:active» reviewed & tested by the community

I didn't know about this Drupal 4.7 feature. Fix checked into CVS; as well as attached patch.

AttachmentSize
submitted-text.patch 772 bytes

#2

Samat Jain - March 31, 2006 - 02:32
Status:reviewed & tested by the community» closed

closing

#3

iDonny - March 31, 2006 - 03:13
Title:Disabling post information» Disabling post information manually

You can disable the showing of post information from the theme-> global settings.
If it does not work, carefully open the node.tpl.php file in the module folder of the module in question and (I hope that you have some knowledge of PHP syntax to be able to perform this surgery), remove the reference

<?php
print $submitted
?>
or change the PHPbrackets to HTML commenta to de-activate it but still keep it there if you ever need to reactivate.

I have a buch of help articles on Drupal CMS on http://www.cmsproducer.com/click/26/3

 
 

Drupal is a registered trademark of Dries Buytaert.