If you set up a WYSIWYG editor in drupal for filtered HTML input-type, have comments enabled for a content type, and have permissions for a user role to use fitlered HTML input-type, those users will have a WYSIWYG editor when posting comments.
How can you get rid of this? Edit your content type, and chose the 'comment fields' tab. Click 'edit' for the 'comment_body' field and under 'Test processing', select 'Plain text'.
The path to that menu is
admin/structure/types/manage//comment/fields/comment_body
I am using Zen to subtheme my Drupal 7 site. I have a primary navigation across the top of all of the major sections on the site that is populated by the "Main Menu" menu. This menu currently contains my entire site tree but only the top level nodes are shown. Whenever I am in any of the nodes in these sections, I want to have a side navigation that displays all of the pages in that section according to the menu hierarchy I have set up.
I've had a look around all over this site and Google but have come to no avail.
Bit of background:
I'm a new Drupal 7 user and am just getting into the swing of things. I've set up 2 different vocabularies ("Categories" and "Lecturers"), and a content type ("Lectures") which has 2 fields, one for each vocabulary above.
I got a WSOD today and got this as error:
Fatal error: Call to undefined function get_artx_drupal_view() in /customers/ncoe-defrost.org/ncoe-defrost.org/httpd.www/sites/all/themes/Defrostgreen/page.tpl.php on line 3
Any Ideas how to solve this?
I would really appreciate help with this since I dont have a clue how to fix this =(
I'm on D7 and had to "reverse" migrate becasue my local box crashed.
So I reinstalled the latest WAMP and did a migrate from live to local the way I've done it before - phpmyadmin export & import, then FTP the files from live to local.