Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
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?
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:
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