Download & Extend

Disabling post information manually

Project:Sands
Version:master
Component:Rendering issues
Category:bug report
Priority:normal
Assigned:Samat Jain
Status:closed (fixed)

Issue Summary

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

Comments

#1

Version:<none>» master
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

Status:reviewed & tested by the community» closed (fixed)

closing

#3

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

nobody click here