I am developing a Drupal Web Site that is going to be used by a lot of visually impaired readers.
On the existing web site (www.ucandoit.org.uk) one technique that readers have found especially helpful is reversing the block around each menu item as the mouse moves over it.
Is this possible and if so could you point me in the right direction.
We are running a test system in Drupal 4.7 and using the Box-Grey theme.
I just started using drupal and love my theme (Chameleon) but want to be able to edit it easier. I heard that PHPTemplate is an easier system, is it possible to convert Chameleon over to PHPTemplate? How hard would this be? Has anyone done this or is willing to do it?
I'm working with events. I've created a category for various events. I then display them in different view blocks. It's all working perfectly except that I need to display the event body field. I originally thought that I could load the content into the title field and just use that, but that creates problems where I need to display only the title. The body is only 1 line long and that's all I need on a page that lists several blocks of events.
Is there a way to choose the body of the event to display in my view?
I'd like to add two links to my "primary links" that include ampersands -- they are actually to specific CiviCRM search results ... (?q=civicrm/group/search&reset=1&force=1&context=smog&gid=9)
I'm using a PHP Template that I adapted from an existing theme. The problem is that somehow or another the ampersands in the URL are being translated from "&" to "&" which would be much appreciated it if I were submitting HTML, but I need the & to stayput.
Any suggestions about where this might be happening?