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

modify group items on user edit page

Hi there,

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.

Regards
Matthew

file path

Hi everybody!

I need to obtain the exactly path of an image to pass it
to image_open($filename) function of the image.module.

I'm trying to show a picture and to do that, simply i
do a query "select...." to obtain the filename of the pic
that is like "images/....jpg".

If i insert in the image_open function the path obtained from
the query it crash...

So, i think the path isn't ok. How can i obtain the full path of
a file to insert in the image_open function???

Thanks!!

Weekly Schedule

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.

XML-RPC integration in module

Hi there,

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

My code is:

function flashapi_xmlrpc() {
$methods = array(
'flashapi.getdata' => array('function' => 'flashapi_get_data')
);
return $methods;
}

Customized bookmarks module

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.

Have fun and share your bookmarks.

Pages

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