After Drupal upgrade, installation of tinymce.module and creating a rich text profile for WYSIWYG editing, previously created quotes with the "Filtered HTML", "PHP Code" or "Full HTML" input filters will display "n/a" in place of the quote body and author for anonymous users.
Changing the input filter to "Rich Text Editing" (or whatever you named it) fixes the issue.
However, Quotes seems to be the only node type affected by this so I suspect it's an issue with quotes.module.
Comments
Comment #1
mhutch commentedGo to function theme_quotes_quote and update the first few lines to
If this works, close this issue as 'fixed' and I will update the patch in http://drupal.org/node/32035.
Comment #2
inteja commentedParse error: parse error, unexpected ',' in /home/vrealms/public_html/modules/quotes/quotes.module on line 677
Comment #3
inteja commentedThis works thoough:
Comment #4
inteja commentedupdated to fixed
Comment #5
(not verified) commented