Drupal is up and running but how do I ...?

I want to customise the bluemarine theme, how?

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

Problems with blocks

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\nOnly local images are allowed.
Click to join actphils_updates
\r\n', '', 2) in /home/actphils/public_html/act/includes/database.mysql.inc on line 66.

Including external Javascript in blocks?

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&amp;fontsize=9pt&amp;linktarget=grazrwin&amp;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>

Table Manager user edits

The following is in the Table Manager docs:

"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

<?php print tablemanager_display(6, 20, TRUE); ?>

Different blocks for authenticated and anonymous user problem

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!

path_to_theme getting cached?

In my page.tpl.php files and in a few other places I am useing path_to_theme to handle a multi-site installation.

I have sites/test.com and sites/test.me.com (just examples). For some reason when I access test.me.com/ and I look at the source..

print $base_path . path_to_theme()

is printing out

/sites/test.com/themes/mytheme

instead of

/sites/test.me.com/themes/mytheme

Any reason why it would stick on the live URL and not shift as the URL I use to access the site shifts?

Pages

Subscribe with RSS Subscribe to RSS - Post installation