Drupal 7 - webform - how lock field for user, not for admin

Hi.

Please how can I lock (for edit) field in webform for user, but not for admin. When I create form components i used Disable option, but then I (admin) can not edit submission - this disabled field. I need lock form components (field) for users, but not for admin - i will edit one component after the user submit webform.

Thanks

creating a page using code

hello
i want to make a module that will create a page, adds a link in secondary menu, adds some coding to page like displaying form and contnet.

please help me how to do it give me a starting
if you show me some code, I have no words to thank u!

Drop down menu Drupal7 Bartik theme

Hello every body,
I'm customize bartik theme. I want drop down menu for main menu. I write css drop down menu. But it not work.
help me please,
My css for drop down menu:
#main-menu-links ul.links {
float: right;
display: inline;
}
#main-menu-links ul.links li {
position: relative;
float: left;
display: inline;
margin: 0 1px;
font-size: 1.1em;
}
#main-menu-links ul.links li a {
display: block;
padding-left: 1px;
color: #444;
text-decoration: none;
text-shadow: #e4e7ff 0 1px;
}
#main-menu-links ul.links li a span {
display: block;
height: 16px;
padding: 8px 8px 8px 8px;/* 8px 16px 8px 15px */
}

#main-menu-links ul.links li a:hover {
color: #000;
text-decoration: underline;
}

/* Main item active state */
#main-menu-links ul.links li.active a,
#main-menu-links ul.links li a.active {
color: #fff;
background: url(../../../../../themes/bartik/images/navtab.png) no-repeat;/*_red*/
text-shadow: #172d63 0 1px;
}
#main-menu-links ul.links li.active a span,
#main-menu-links ul.links li a.active span {
background: url(../../../../../themes/bartik/images/navtab.png) no-repeat 100% 0;/*_red*/
}

/* Dropdown menus */
#main-menu-links ul.links li ul { display: none; } /* level 1 */
#main-menu-links ul.links li:hover ul { display: block; }

#main-menu-links ul.links li:hover ul ul { display: none; } /* level 2 */

Warning: array_flip(): Can only flip STRING and INTEGER values!

HI,
I'm greeting this message when creating content (any content) or when sending messages via the private message module.
We don't see it every time we create content it seems to be at random.

I'm still investigating but any help would be great.
Anyone have any ideas?

Warning: array_flip(): Can only flip STRING and INTEGER values! in DrupalDefaultEntityController->load() (line 178 of /customers/a/f/1/site.com/httpd.www/includes/entity.inc).

Problem with email module

I have installed the module http://drupal.org/project/email
Within a content type I have inserted an email field
When someone contacts by email through this field indicates the base url (www.example.com) and I want to indicate the specific page from which you sent (www.example.com/node/3)

Send a email to the administrator every time someone post on a forum made by advanced forum

Hey everyone,

As said in the title, I want that everytime someone post on my forum (made with advanced forum module), an email is sent to the administrator. Therefore the administrator has to approve it wether or not the the post can be shown on the website.

Thank you in advance for replying.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x