I want to display an image inside the header block of my page.
Right now, I'm having an article with the image and display it using the 'Nodes In Block' module. But there are two things that bother me:
1. There are some headings (h2-Tags) above the actual image (seem to be the name of the block and the name of the article). I thought about hiding them with CSS, but then I can't add any h2 tags to such blocks anymore... Is there a way to tell Drupal where to show and where to hide headlines?
Very simple problem. After entering MySQL database information I get the following error:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupaldatabase.users' doesn't exist
Tried this on two different databases, with minimal and standard installs, with database table prefixes enabled and disabled, and the same thing happened each time. I see people having a similar problem with upgrades.
I am trying to add multiple more form elements using a "Add more" AJAX button on a field widget in the admin ui.
I am having problems with this and could use some tips on how to attack this problem. Examples of modules doing this would be helpful as well (not the official example module).