How to simplify the management of 250+ nodes and 1000+ users
Hi,
I have written this tool : < Portal Manager :: Drupal Management Assembly >
which is to remotely manage a drupal based website
You can manage and edit user properties
You can manage and edit posts
you can sort posts on the bases of taxonomies and then manage and edit posts
The tool is written in C# WPF and needs .net framework 3.5 to be pre-installed
Please find the software here: LINK < http://ebhakt.com/content/portal-manager-drupal-management-assembly >
Please give your valuable feedback, its highly welcome...
Read moreneed help for drupal client
hi there,
i am trying to create a client in c# which connects to any drupal based website and perform operations defined via services module and communicate via xmlrpc
this client will be available for free download once it is complete
now i am at the point when i am trying to use the user.save function
i am currently able to create a new user with a specified email address
however i cannot set the user password using the client
nor i am able to update the user information (like his email address for example) for existing users using the user.save function
