This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

How to form_render some elements in a fieldset?

I have some elements in a fieldset. Now I want to use theme_my_form to do the layout work. But I cannot separate the elements from their fieldset...

If I do not render the fieldset, everything is ok. If I render the fieldset, all elements in it will be follow the default layout... all elements rendered with the fieldset together I think...

How to deal with it?

User and Group space limit

Hi,

I would like to know if I can administer individual user space limit? (Not user type)

I think at this moment we cant do so How can I create a report to view How many space user or group is using. (to adminster)

Many Times user create a group and into this group other users attach files and images so the problem isnt the creator of the group but the group size.

Best Regards

Mario

Problem with a sql query.

I'm trying the function:

$query = db_query_range('SELECT `mail` FROM {users}');
print $users;
print $query;
print(db_fetch_object($query));
while ($users = db_fetch_object($query)) {
  $mail=$mail.",".$users;
  print $mail;
  print $users;
}
print $mail;

This does not work at all, and I can't really see any errors per drupal's API documentation...

nodeaccess, how to set access permissions when posting new content?

I have tried out both simple access module and nodeaccess module. They both have some good functions. nodeaccess is slightly better, at least in my opinion, because you can set the default permissions per content type. What I miss though from simple access is the possibility to change access the preset settings for access permissions when posting new content. In simple access you have a section "Access" where you can sett the permissions for that content right away when posting.

Menu -- show main manu on the head, submenu on the right side or left side

Is there a module or theme which shows main manu on the head (or primary link), at the same time show submenu on the right side or left side?

Feedvertising

Hi,

I'd like to know if there is any module project for "Feedvertising" on Drupal?

By "feedvertising" I mean management of ads in RSS feeds.

I couldn't find any way to customize the RSS output or adding ads to it.

Thanks.

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions