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.
I actually like the actual bluemarine theme structure that comes with drupal, its colors just needs a bit of tweaking.
So which files do I edit to achieve the following:
- Change the Gray column color.
- Change the blue color at the top and bottom.
- Change the width of the both of the Gray columns (left and right)
- Change the active and hover link colors.
- Change the font colors (header for each block) in the Gray columns (left and right).
I tried to create a new block for a yahoo goups promote link by inserting the tags. But after saving the block, the following message appeared:
user error: Duplicate entry '' for key 3
query: INSERT INTO boxes (title, body, info, format) VALUES ('', '\r\n\r\n Click to join actphils_updates\r\n', '', 2) in /home/actphils/public_html/act/includes/database.mysql.inc on line 66.
I'm struggling to figure out what's happening. I have this code: <div style="height:400px; width:200px"><script type="text/javascript" src="http://grazr.com/gzloader.js?font=arial&fontsize=9pt&linktarget=grazrwin&file=http://grazr.com/index.xml"></script><a href="http://grazr.com"><img style="border:none" src="http://grazr.com/images/gzlogo.png" alt="grazr" onload="GrazrLoad(this)" /></a></div>
"If you are providing your users with certain administrative privileges you can also display links to allow them to add new rows and edit/ delete their own entries. This is set by either a TRUE (add, edit and delete links ON) or FALSE (links OFF which is the default).
[tablemanager:1, 35, TRUE]"
Can this be done in Drupal 4.6? If so, how? I've tried inserting
Some blocks (search, Recent comments..) are not visible when i logout and become anonymous user. Any ideas why? When i login again as authenticate user (admin), blocks are visible again!