Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
My site is organized following some vocabularies. I want to display Blogs (I am the only Blogger) filtered by the Vocabularies. Especially I want the most recent blogs at right sidebar filtered by VocabularyID. How is this possible?
I just installed taxonomy_access module but I get this error when I load a page as an anonymous user
user warning: Unknown column 'FALSE' in 'where clause' query: SELECT t.* FROM term_node r INNER JOIN term_data t ON r.tid = t.tid INNER JOIN vocabulary v ON t.vid = v.vid WHERE (FALSE) AND r.nid = 23 ORDER BY v.weight, t.weight, t.name in /home/thevaluecircle/htdocs/dev/includes/database.mysql.inc on line 120.
I am looking to customize a specific node, by node id.
So lets say node 6: www.examplesite.com/node/6 would have a custom node.tpl.php file: node-6.tpl.php --- give its $content area a completely custom field.
How can I do this?
NOTE: I am not looking to customize the entire page, just the node content.
I need to build a new node type that is more complicated than the simple type covered in the Handbook article - are there any resources available to help me with this?
I installed tinyMCE on 4.7.4 without problem and it worked nicely. Then I tried to install the compressor and it failed. I am getting a "tinyMCE is not Defined" message.
It appears to be coming from the tinyMCE.init javascript instruction inserted in the <head> of the page.
I have tried to revert to a compressor-less version, but the WYSIWYG doesn't show up in FireFox while looks fine in IE.