This forum is for less technical discussions about the Drupal project, not for support questions.

How to theme front end, while keeping admin interface intact?

Hello,

I'd like to modify theme templates of my web site, but I want to use some of the standard themes for the administration interface in the same time. I've included the following code in the beginning of the page.tpl.php

if (arg(0) == 'admin' ||
(arg(0) == 'node' && arg(1) == 'add') ||
(arg(0) == 'node' && arg(2) == 'edit') ||
(arg(0) == 'user' && arg(2) == 'edit')) {
include 'page-admin.tpl.php';
return;
}

Adding more custom placements

Hey guys, I was wondering if there is a way of adding more custom placements in Drupal, in other words, in more custom locations.

So I would like to add on the drop down left sidebar, right sidebar etc a custom1 for instance.

Is this possible ?

Podcast Support

Hello,

How well Drupal supports podcast? I would like to have something similar to http://www.javapolis.com.

Thanks
CMSHunt

userreview not working on one specific content type!

This is sort of odd, and maybe i am so focused that i am missing something easy!

Are all projects here Drupal-specific?

Is Drupal.org designed for only Drupal projects? SourceForge.net is good, but I prefer a wiki-like interface. Are there any really social minded hosts for developers and their projects?

pb with content module

Hello !!

Newbi with Drupal...
I've just find this message when I want to write new categories :

warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/httpd/vhosts/mahobby.com/httpdocs/modules/content_construction_kit/content.module on line 605.

What does that means ???

Is it bad, doctor ? :)

Thanks in advance...

Justin

Pages

Subscribe with RSS Subscribe to RSS - General discussion