Posted by Anonymous (not verified) on February 22, 2005 at 6:54pm
| Project: | SpreadFirefox |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | kbahey |
| Status: | closed (fixed) |
Issue Summary
Spreadfirefox does not hide the source/date of the books/articles.
Comments
#1
A number of changes were required to node.tpl.php:
* static has been renamed to sticky
* We should print the $submitted variable rather than the individual bits of information -- this allows admins to selectively disable/enable the information. (as the original submitter complained he/she could not)
* avatars have been renamed to user pictures (renamed the classes in style.css too)
* the print $picture outputs the appropriate div.picture, so it is no longer necessary to generate one separately
Patch attached.
#2
Fixed.
#3