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.
I make a dropdown field called "foo bar" in cck. if I were to call that field say for a phptemplate, it should be "$foo_bar", right?
But if I go to my database via phpmyadmin, that field is called "foo_bar_value".
I also have used contemplate, and the field is listed as "foo_bar[0]"
So which is it? I am so confused.
I have been tring to figure out what the correct name is for awhile now, and nothing seems to work correctly. my previous question regarding cck, was too complicated, I guess, so I am just trying a simpler approach.
For organic groups when you create a group you can choose how people can subscribe. The last two choices are
invite only - subscriptions must be created by an administrator.
closed - subscriptions are fully administered by an administrator.
To me invite only would me the group administrator could invite people (by email) and they could choose to join or not. But I can not find any difference between the two modes 'invite only' and 'closed' and would appreciate if someone could enlighten me. Thanks
I assume from the API docs that this is meant to expand the menu as if an item had been selected, but I can't seem to get it to work. I have the following:
About Us
-- The Team
The team page is a list of team members with a link to an individual team memeber page. I tried the following to keep 'The Team' highlighted:
Hi, a client had some confusion with the delete button, the one that deletes a page when you're editing it.
I would like to change it from "delete" to remove page or something, I can't find this instance of delete in the source, because it's used a billion times. I also tried creating a custom-english language pack using the locale module but when I altered the only instance of "delete", the button did not change.