Closed (fixed)
Project:
Ebizon RedFire
Version:
6.x-1.2
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Jan 2009 at 07:06 UTC
Updated:
30 Aug 2013 at 12:11 UTC
Nice template, but I have some problems yet.
- If the name of the website is longer, the rest of the name ist simply cut.
- In section: administer/site building/blocks I can choose "left sidbar", but it does not work.
- In administration section there is used the "red field". Some links are white on quite white background. I can't read that.
- An how I can add text or blocks into the "red section"?
Thank you,
Zeg
Comments
Comment #1
jracheff commentedSame problems here Zeg; if I figure anything out I'll post it here as well.
-- Jim
Comment #2
mat8iou commentedI'm also puzzled by this - in the examples it is full of text, but I can't quite understand how they achieve this.
Comment #3
Negs commentedI am brand new to theming drupal sites, so take this with a grain of salt, but the red sqare doesn't seem to be defined as a region in which to drop blocks. I think this one is going to need some more work... Might make it my first project.
Comment #4
jracheff commentedHi Negs,
Looking at the PHP template it looks like the content in $messages is displayed there by default, but getting content into that variable doesn't necessarily seem the best way to go.
I added CCK to my install so I could define custom data fields, thinking I could create a field called "introduction" (that worked) and then display the contents of that field in the red area (haven't figured that out yet!)
Comment #5
Negs commentedjracheff:
I figured out how to address the issue based on what I needed the theme to do. What I ended up doing was redefining the regions in the .info file. I added two for the red box (red_left and red_right) or something like that. Then I took the messages and the tabs out of the red box in the php.tpl file and put in my newly defined regions. Voila it worked. Kind of surprised. You can check it out at test2.planforperformance.com to see if that's what you are trying to do too. I'd be happy to send my edited files, but I have since boogered them up a bit more trying to get some other stuff the way I want it.
Comment #6
jracheff commentedThanks for the idea! - I went to your site above and it just had the Drupal default but if you're willing to send the files to jim.racheff@dmsinc.com that be fantastic!
Thanks!!! -- Jim
Comment #7
Timur Gilfanov commentedIn this threme variables for default regions Header, Footer, Left sidebar not placed in page.tpl.php. And no Red box region in database after install threme. I solve it by adding this lines to redfire.info:
And place $rbtop and $rbright into page.tpl.php:
It's very raw theme, but I like it! I hope for author don't forget about it.
Comment #8
Neetu.ebizon commentedComment #9
Neetu.ebizon commented