Home page appearance

I am attempting to change the color on my home page header where the default Drupal icon, site title, and slogan are displayed. I am going into "Appearance," switching to "Bartik Settings," and then changing the color scheme. Even if I use one of the preset color schemes (ex. Firehouse) when I save the configuration and refresh the home page the header and icon disappear. The title and slogan are still visible but the header turns white and the slogan is replaced by a small blue question mark box. The same result occurs if I manually change the color scheme.

Customizing html.tpl.php for search pages

In my html.tpl.php, I've added code that inserts additional style classes:

<body class="<?php print $classes; ?><?php
    if (module_exists('path')) {
        $alias = drupal_get_path_alias($_GET['q']);
        $class = explode('/', $alias);
        foreach ($class as $key => $value) {
	echo " Section-".$value."";
        }
    }
?>">

How could I update this so that for search result pages, it outputs just this?

Output forms as tables

I am using profile2 to create user profiles. On the edit profile page, I'd like to change the form output to a table, and include an additional column.

...I used hook_form_alter (is this the right method?):

Help using Migrate

up until now i've been using Feeds, but Migrate seems to more powerful, but with that, apparently a steep learning curve. is any here who is not a developer using Migrate successfully? since there is no ui, i would love some tips or help so i could start using this tool.

thanks.

External Search using an RSS feed

Disclaimer: I'm still very new to this, so this may be a stupid question. Most of my experience is in Java programming.

I need to build a module that will let me search my website with an an older external search engine which generates an RSS feed with the results. It uses URL-based queries, so it shouldn't be a big issue to implement, but this is giving me a lot more issues than it should.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x