Hi,
how do I add a new block region in the node? I'm using Drupal 5 and spread firefox template theme and I don't have phptemplate in my themes directory. Please help. Thank you very much.
I presume you mean you don't have a file called template.php. If that's the case, just create one and put your code in for creating the block regions. Drupal will know how to use it once it's there. Be sure you include all regions, not just the ones you want to add, but the previously existing regions.
jns
________________________________
From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Richard Cahilig Sent: Friday, November 30, 2007 1:38 PM To: support@drupal.org Subject: [support] Adding a new block region
Hi,
how do I add a new block region in the node? I'm using Drupal 5 and spread firefox template theme and I don't have phptemplate in my themes directory. Please help. Thank you very much.
Hi Richard Cahilig,
First create template.php file into your theme directory.
for creating new region read following link
Regards Kalyani Waychal
Hi,
I've tried it, but its not working. I'm using spreadfirefox themes.
Richard R. Cahilig http://chr05210084.com
what did you try? Did you do all the steps? 1. create template.php and list the regions (make sure to include the ones that were already there) 2. Add your new region into the page.tpl.php somewhere 3. Add a block to that region in admin>blocks
I've never used the spreadfirefox theme (or any other contrib theme I always start from scratch) but it does say on the page http://drupal.org/project/spreadfirefox "needs much work but can serve as a foundation".
Richard Cahilig wrote:
Hi,
I've tried it, but its not working. I'm using spreadfirefox themes.
Richard R. Cahilig http://chr05210084.com