So after much working with D7, I decided that since D6 has more active modules I will just use D6 until D7 is really ready.

So I see that BlueMasters Theme is also available for D6 so I installed that theme. I am having trouble figuring out how everything functions though. I see there is a place that pulls the feed icons and search box but I am not sure how to activate these, this is the code in the template files:

<div id="header-top-inside-left-feed"><?php print $feed_icons ?></div>
        <div id="header-top-inside-right"><?php print $search_box; ?></div> 

but I went to blocks and other areas but not sure how to activate them. Does anyone know how to turn everything on for this theme?

Comments

juankvillegas’s picture

In your theme settings, you can activate the search box. But you can enable it only if you have enabled the Search module.

cabplan’s picture

Ok search worked, but do you know how to activate the "feed icons" reference in the code?

juankvillegas’s picture

If you already created some content, you can go to www.example.com/node and there you will see the feed icons.

cabplan’s picture

I created a About Us Page, and when I go to that page, www.example.com/content/aboutus, it does not how any of my feed icons, so I am still unsure on how to activate those icons

juankvillegas’s picture

You have to go to /node

cabplan’s picture

So I went to /node instead of /content/aboutus and I still do not see the feed icons appearing. Any other advice. Is there a way to turn off/on the feed buttons, maybe that is what I am missing.

NinaMargrethe’s picture

But solutions in comments aren't of any use.

I have the search enabled and visible in the top-bar in Bluemasters theme. I also have the RSS from default.
I now need to add twitter and facebook, how do I add them?