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.
Using Omega sub theme. In D7 taxonomy is a cck field. I put nodes into categories and there can be more than one term applied. These term names and links are run together in the display. There is a containing div with a class of field-type-taxonomy-term-reference.
Every time I attempt to enable WYSIWYG or CKEditor, I get some form of error like:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 101 bytes) in /home/[my directory]/public_html/includes/database/database.inc on line 718
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 17 bytes) in /home/[my directory]/public_html/includes/menu.inc on line 334
According to the PHP Configuration, my memory_limit is 32M.
I have created a custom node test plate for a custom content type. I have 2 fields that I would like to print. I'm using the following 2 lines of code, but for some reason the 2nd line does not print the 2nd field:
i am thinking that with Drupal, the primary links are displayed even when they are disabled in the blocks section. and then if you enable them in the blocks section, you get two of them cluttering things up.
I am very new to Drupal and was wondering if anyone can show me step by step on how to make a public shared gallery in which users are capable of uploading their photos into this gallery (the admin will create the galleries only, any authenticated users can post photos in them).
I have certain blocks (adverising blocks) that i only want authenicated users and anoymous users to see but when i set the block visibility only to anoymous and authenicated users it still shows up for administrators. How to i stop this from happening?
I have searched for the solution on the forums and and google but can't find an answer. Any help would be greatly appreciated.