Adding more regions on the bottom, and top like in the Ability THeme

vitovonantwon - June 24, 2008 - 03:10
Project:Marinelli
Version:6.x-1.8
Component:Miscellaneous
Category:feature request
Priority:normal
Assigned:Lioz
Status:closed
Description

Hi,

I've been looking at your code, and I was trying to kinda add in the blocks from the ability theme into your theme.
But I'm having trouble.

Thanks.

Antonio
I've been using your theme on my learntheinternet.com site. I run the ability theme on nyclightwave.com
I really like your theme, I personally think it is one of the best I've seen for drupal.

#1

vitovonantwon - June 24, 2008 - 03:11

Sorry, not blocks, meant regions.

Antonio

#2

Lioz - June 24, 2008 - 07:26

well you can add as many regions you want simply add this code in your page.tpl.php

<?php print $mycustomregion ?>

remeber you have to specify it in the .info in your theme folder

regions[left] = Left sidebar
regions[right] = Right sidebar
regions[content] = Content
regions[footer] = Footer
regions[mycustomregion] = My Custom Region

#3

vitovonantwon - June 24, 2008 - 18:45

Thanks.... I'll try that. That might be what I've been doing wrong. I never touched the .info

Antonio

#4

vitovonantwon - June 25, 2008 - 02:19

Oh, ya. that worked for me.... THanks.

SO far I was able to cut and paste sections of ability theme into your theme.
It worked. Need to do some css tweaks, but Thanks for that .info part.
For me was missing link.

Antonio

#5

Lioz - June 25, 2008 - 19:43
Assigned to:Anonymous» Lioz
Status:active» closed
 
 

Drupal is a registered trademark of Dries Buytaert.