This forum is for assistance with theme development.

circuit

Hey everybody!

Check out my site. It has just started out a couple of days ago, but I'm sure it will grow into a huge community. Currently I only have 2 users, so please join to my community. My site features mostly on tech news and news from around the world. I complie news about softwares, games, tech, science, etc. from a lot of different sites, so I do have a lot of those. It also has games, and other things, please join!

circuit - get connected.

which themeing system to use ?

Hello

I am in the process of creating a website using Drupal. There are several options to develop themes, but I'd like to know which one I should be using. With all the Drupal upgrades, I'd like to develop my theme using something that will be supported in the future.

thanks
Leo

Output a specific block outside of the default block-regions in page.tpl.php

Is it possible to do something ~like this in page.tpl.php (outside of either of the two default block regions)?

<?php if (block_exists('block-45')) : ?>
     <div id="banner"><?php print block-45() ?></div>
<?php endif; ?>

warning: fetch(): Failed opening 'themes/leaf/page.tpl.php' for inclusion

I got the following error when I add in new themes to /srv/www/htdocs/drupal/themes/
I even tried changing the include path in php.ini but still got the following errors:

warning: fetch(themes/leaf/page.tpl.php): failed to open stream: No such file or directory in /srv/www/htdocs/drupal/themes/engines/phptemplate/template.php on line 92.

warning: fetch(): Failed opening 'themes/leaf/page.tpl.php' for inclusion (include_path='.:/srv/www/htdocs/drupal/includes') in /srv/www/htdocs/drupal/themes/engines/phptemplate/template.php on line 92.

Thanks!

Creating Drop Down Navigation Bar

I know there is information about this on the site, but I can't seem to find it. I'm wanting to create a drop-down navigation bar for a PHPTemplate Theme.

Where could I find that?

My work in progress is located at:
http://www.moimpact.org

phptpl - theme admin page like node? what do i reference?

I've been making the node entries have their own containers and i'd like to carry that theme to the admin areas and create content page. The problem is - when a div in node.tpl.php is defined via div and css the same div tag is not placed on the admin, calendar, or the create content stuff. There is only the background that has been placed for the overall container i've specified. I was thinking perhaps there is a *magic* if / else clause i could throw in my page.tpl.php that says, "if it's an admin page, then contain in this class element, elseif it is a node then use this element".

Pages

Subscribe with RSS Subscribe to RSS - Theme development