Extending the module
Graphmind can be extended in 2 ways: plugins or features.
Troubleshooting
If you have any kind of problems with the module (especially with loading the
User guidelines
Creating a new mindmap
GraphMind is a mindmap tool for Drupal. If you're not familiar with the mindmap concept, visit Freemind: http://freemind.sourceforge.net/wiki/index.php/Main_Page
The module creates a content type for creating mindmaps.
Requirements: Views, Services (version 2.x), Graphmind, Amfphp (with Amfphp library)
Graphmind uses Services (several types of them, such as user services, node services, taxonomy services, etc., Views and Users. Check the permissions admin page if rights has to be provided to certain roles. A mindmap is a node, so node edit permissions are applied on it as well.
Requirements: Services (version 3.x), Amfserver, Graphmind
As writtem for the Drupal 6 version permissions has to be set for the user requirements.
After enabling the module a new service endpoint has to be added on admin/structure/services/add.
On the resourcessection you have to enable:
Use no authentication. Then copy the [path to endpoint] string - visit the Graphmind admin settings page (admin/settings/graphmind) and paste it into the [Default enpoint URL part] field.
Graphmind can be extended in 2 ways: plugins or features.
If you have any kind of problems with the module (especially with loading the
Creating a new mindmap