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'd like to add a select box item 'user type' to the 'Account information' group on the user edit page. So, I'm wondering if this is possible and if so how to go about it? Also, if I have to add the item as a separate group, is there any easy way to manipulate the ordering of group items? Had a fiddle altering weights of different group items but couldn't quite grasp why when I changed the weight sometimes it worked and other times not.
I'm currently making a "weekly schedule" module for Temple University's new CIS department website to keep track of the hours the computer labs are open. Currently I have a small prototype up that pulls a schedule from two tables in mysql here. I'm just wondering if anyone has any suggestions or feature requests before I wrap it in a drupal module.
I'm trying to get the flashxmlrpc from dopelogik to communicate with my own blogapi based drupal module.
it is connecting and the function is found by flash but i get the following error.
Call to a member function serialize() on a non-object in htdocs\drupal\includes\xmlrpc.inc on line 515
I've customized the bookmarks module.
Now the bookmarks of a registered user can be seen by every visitor of a site.
The admin of a site has full control over the users bookmarks. That means he can delete bookmarks.
If you like you can try and test the module at www.learn-php.de.
Simply login or register to my site, click on my bookmarks and create your first bookmark.
After that you can see your bookmarks block on the right sitebar.