PDA

View Full Version : CFiber Theme



carlo75
04-15-2010, 11:11 AM
CFiber
Version: 1.1
Author: Carlo Armanni
Original Design: www.tr3ndy.com (http://www.tr3ndy.com)
Created on: 2010/04/12
Last Updated: 2010/08/05
Tested on: Hotaru 1.4
Plug & Play: Yes
Supported: Yes

Description
Simple left column theme W3C & CSS compliant theme. Carbon fiber and it colors is the protagonist; you can change banner 125x125px with your own, replacing 125x125.jpg in images folder, with your sponsor, then edit header.php. You can change also slogan site, by editing again header.php. For change Twitter and Facebook link, edit footer.php.

Instructions
Download the attachment zip file, and unzip in content/themes/cfiber
Go to Admin Panel -> Click in Theme Settings: CFiber -> Activate it
Go to Admin Panel -> Click in Plugin Settings: Widget -> Enable blocks and manage widget as you prefer
Go to Admin Panel -> Maintenance and empty the css/js cache and HTML cache

Revision History
Version 1.1 - Updated for Hotaru 1.4
Version 1.0 - First release - Hotaru 1.2

Please click "Rate Thread" and give this theme a rating. Thank you.

ties
04-15-2010, 11:34 AM
great! you really make a lot of themes for hotaru, keep up the good stuff!

Nick
04-15-2010, 11:51 AM
Very classy. Nice work!

baadier
04-16-2010, 10:12 AM
Cheers again for the contribution mate

rmurdo
04-30-2010, 10:19 PM
I followed the instructions and get a blank screen. Nothing in source and no errors in the logs.

I have 1.1.4

Any ideas?

Thanks!

carlo75
04-30-2010, 10:44 PM
Hi rmurdo,
CFiber is 1.2 ready and a new funciton may cause this problem. On index.php at the beginning try to comment this line:


$h->setHome('template_name');

to this:


//$h->setHome('template_name');

then refresh web browser. Another thing have you installed the plugins?
If not try to install social pack from here (http://hotarucms.org/showthread.php?79-Quick-Start-Plugin-Packs).

rmurdo
05-01-2010, 01:45 AM
That fixed it, thanks.

Is there a paypal address I can send a donation to? It wont be much as I am a poooor blogger. Haha. But I do appreciate the template!

Robert

carlo75
05-02-2010, 09:44 AM
Hi rmurdo,
thanks for appreciate my template, I'm very glad for this! For donation no problem, I'll make some themes for Hotaru basically for fun, and to embrace the spirit of open source, which Nick has shared with us with this amazing project.

Now remember, that in the new beta Hotaru 1.2, released yesterday you can remove the double slash, you have added before...

diode123
08-13-2010, 09:08 AM
Hi,

I really would appreciate some help. I have tried and tried to create links to the 125x125 adverts at the top of each page on this template. I have uploaded 3 different images and adjusted the header.php file to reflect this and that all works fine. I have no experience of PHP at all. I have spent hours on google and bing searching for how you embed a link in an image when you are using PHP. There are no answers out there.

The lines of code I am trying to change are within the header file and the first line of three is like this:

<img src="<?php echo BASEURL . 'content/themes/' . THEME . 'images/125x125_2.jpg'; ?>" alt="Get Searching for Bargains" />

Thanks for any help in front that you may offer.
Steven

baadier
08-13-2010, 09:18 AM
You could do this:


<a href="link_address"><img src="<?php echo BASEURL . 'content/themes/' . THEME . 'images/125x125_2.jpg'; ?>" alt="Get Searching for Bargains" /> </a>


Where link address is the link address you're pointing to

diode123
08-13-2010, 10:29 AM
You could do this:


<a href="link_address"><img src="<?php echo BASEURL . 'content/themes/' . THEME . 'images/125x125_2.jpg'; ?>" alt="Get Searching for Bargains" /> </a>


Where link address is the link address you're pointing to

Thanks for responding. I am at work now so don't know the exact URL but it is for a affiliates account I have with Hostgator so lets go with http://www.hostgator.com/ for the moment.

Thanks.
Steven