taxonomy links display at bottom of node

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.

Unable to install WYSIWYG or CKEditor

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.

print $content['field_fieldName']['#items']['0']['value']; inconsistent behavior

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:

print $content['field_artist']['#items']['0']['value'];
print $content['field_source_id']['#items']['0']['value'];

if I do: print_r($node);

I get the following...

drop down menu not working

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.

Creating a photo sharing gallery?

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).

Hiding blocks for administrators

Hi

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.

Thanks

Simon

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x