Hi all,

I've been beating my head against this for a while and need some help.

I have a user role who can edit one content type. Basically they can modify
title and caption. Other fields are hidden, but Drupal still does a request
to build the related vocabulary terms. One of the 3 vocabularies applied to
the form is slowing the form down significantly (we're talking an 18 - 26
second load time and a 33 second load time when the node changes are
submitted!)
Disabling the vocabulary for the content type decreases load and save time
dramatically.

As the vocabulary is called before _form_alter (and it's the load, not the
render that's causing the slowdown) is ther any way I can disable the
vocabulary lookup for one content type for one user role (ie: say "if it's
this user type, don't get this vocabular")

I've looked at the taxonomy access control module, but it's not quite what
I'm looking for.

Thanks for any help / pointers.

Paul

-- 
NZ PHP Users Group: http://groups.google.com/group/nzphpug
To post, send email to [email protected]
To unsubscribe, send email to
[email protected]

To unsubscribe, reply using "remove me" as the subject.

Reply via email to