This forum is for assistance with theme development.

How to create New Region?

Hello,

Is there any way to create new region in bartik theme to place the block within and without editing the .info/page.tpl.php file? That is by any module.

I have seen that with live themer module (http://drupal.org/project/livethemer), it is possible to edit the CSS. So I am wondering is there any module to create new region?

global $user is empty while logged in as admin

Hello guys!

My first post here after working with drupal now for three years. That really means that I'm kind of desperate ;-)
Well what's going on? Simply:

I've installed a website for a customer. Everything is very basic. I've only added a custom type. Everything worked while testing it as admin-user. Now I've created an other account for this website and this user is not able to edit, add, ... stuff on the website.
While I was debugging I found out that the global $user remains unset. Even if I log in with the admin account the output of following code is empty:

global $user; dsm($user);

The part that freaks me out is that I'm still able to edit/add content as the admin user. If I'm not using the admin account but the regular user account (with almost same permissions) I receive the following error:

using curved headers in Marinelli

Hello, I will like to change my header in Marinelli, with the site slogan, logo and site name using or replacing this with a curved header.

has any one an idea, how I can accomplish this?

Comments link to dofollow

Hi,

I'm creating a subtheme of Zen 3.
I'd like to change rel="nofollow" of comment title to dofollow.

I added this to my template.php:

function mytheme_preprocess_comment(&$variables, $hook) {
$variables['title_attributes_array']['rel'][] = 'dofollow';
}

Am I wrong ? This hasn't disable nofollow attribute :(

Thanks for help.

Omega Can't load images

Hi, I installed Omega, adaptive image, wysiwyg and IMCE. I create a page, upload an image, the preview works fine but when I save the pictures and look at my page I see only the path of the image [img]/sites/omegatest/files/pictures/IMGP6390.JPG[/img] WHY??? thanx for help

Hotel website problems

somebody help me,i build a web for hotel using hotel them ,i found seach problems

Warning: Illegal string offset 'date' in rooms_booking_availability_search_form_validate() (line 1006 of C:\xampp\htdocs\hotel\sites\all\modules\rooms\modules\rooms_booking_manager\rooms_booking_manager.module).
Warning: Illegal string offset 'date' in rooms_booking_availability_search_form_validate() (line 1006 of C:\xampp\htdocs\hotel\sites\all\modules\rooms\modules\rooms_booking_manager\rooms_booking_manager.module).

Pages

Subscribe with RSS Subscribe to RSS - Theme development