Acts_as_taggable plugin question

Hi

I am not sure whether this is the appropriate forum to ask a newbie
question about acts_as_taggable plugin.

I have installed the plugin on the server and included it in my script
as per readme. However, no tags are saved.
Another question is, is it possible for the users to edit the tags they
have created. ?

Thanks

have you created a Tags table and tag object table?.If all else fails
you
need to step into the tag method of the plugin.

Wether users can modify or not modify depends on your app.