Removing an entry from a menu

I have a product category that I'm trying to remove from a menu.

We are using the domain access module to serve content for four different domains.

However, as the admin of the main site, I should be able to reach everything and when I choose to Edit Menus and go through all of them, I can't find the menu item I'm looking to remove it. But, at the dev site for one of the domains, it's still showing up.

Even sorting my "affiliated content" I can't find the actual menu entry, only the page the link of that item goes to.

Altering a form field with CSS

Hello this might be trivial but I would love some guidance on how to reference a field on a form using CSS. I've googled it but I haven't found a good example I can learn from. For example if I had a contributed module with a field in a form $form['test']['reference_me'] = array( //values) how would I reference this field? Would it be dependent on the values within that array?
Thanks

Lead Drupal Developer - Manchester UK

CTI is one of the UK's leading Drupal development companies creating enterprise platforms for a diverse portfolio of prestigious clients including SKY, The NHS, BBC, The British Council, E4.

As a Lead Developer you will be responsible for architecting solutions based on sales specifications, liaising directly with clients, working with project managers and overseeing other developers' work to ensure the smooth delivery of Drupal projects. The successful candidate must have an excellent knowledge of Drupal development and be accustomed to producing elegant, sustainable solutions which serve a client's requirements.

How to delete all besides user 1 and his entires in a few steps with VBO?

How can I delete in one step or a few all of the entries / spams (about 100.000) / users besides the ones of myself with Views Bulk Operation? So myself, user 1 and all of my entries shall remain and all of the other stuff shall be deleted.

Upgrade of Zen theme from Zen 6.x-1.0-beta3 to secure Zen 6.x-1.2 not caught by status page or available updates page some sites

In accordance with security update warning on admin/reports/status and admin/reports/updates I have just upgraded a number of sites and subsites on various servers to Drupal-6.28 and also upgraded all indicated contributed modules, including the Zen theme (which I leverage for custom themes), from Zen 6.x-1.0-beta3 to Recommended version: 6.x-1.2.

On some (only) of the sites thereafter the admin/reports/updates page still claims the theme Zen 6.x-1.0-beta3 is present and 'Security update required!', although clearly Zen 6.x-1.2 is installed, and it is listed ok on the themes listing page. I have tried clearing all caches, including theme registry and running cron but still admin/reports/updates stubbornly insists the older Zen version is present. but only on the Available updates page, and the Status report page still claims 'There are security updates available for one or more of your modules or themes.'

In each sub-site case the new zen is installed according to this pattern (and the old zen has been completely removed):

.../sites/www.subsite.com/themes/zen
.../sites/www.subsite.com/themes/mysubsitetheme

The problem does not occur for the default site where zen is explicitly installed at:

.../sites/default/themes/zen
.../sites/default/themes/mytheme

I do not have any themes under /sites/all.

How to auto fill webform fields with LDAP attributes?

I have passed LDAP attributes into Drupal and it shows on the Dev render page
http://[site]/user/[uid]/devel/render

I am trying to auto fill a webform field with the LDAP attribute value "Manager" (see below).
How can I do it? Thanks.

http://[site]/user/[uid]/devel/render
Dev render
... (Array, 4 elements)
-user_picture (Array, 2 elements)
-summary (Array, 5 elements)
-LDAP authentication (Array, 6 elements)
--#type (String, 21 characters ) user_profile_category
--#title (String, 19 characters ) LDAP authentication
--#attributes (Array, 1 element)
--#weight (Integer) 4
--ldap_server (Array, 4 elements)
--ldap_dn (Array, 4 elements)
-LDAP attributes (Array, 5 elements)
--#type (String, 21 characters ) user_profile_category
--#title (String, 15 characters ) LDAP attributes
--#attributes (Array, 1 element)
--#weight (Integer) 5

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x