vahidhedayati / grails-wschat-plugin

Grails websocket chat Plugin provides a multi-chat room add-on to an existing grails based site. provides: Private Messaging/WebRTC/Offline PM + room booking/reservations. Websocket TicTactoe. Add Live Chat to your Grails application
http://grails.org/plugin/wschat
Apache License 2.0
22 stars 10 forks source link

admin menu page status #6

Closed rhodebump closed 9 years ago

rhodebump commented 9 years ago

I have installed the plugin to grails 2.4, and configured it to run without security.

When I go to the admin menu page, there are a few links, but it doesn't seem that it is functional. Here is the URL that i am using: http://localhost:8080/myapp/wsChat/adminMenu

Here are the items that I see: Admin Options DB Console View Users Create Conference

What is strange is that the html does not have any head/body/ tags in the dom of the admin page.

Is this how to get to admin page, or is there a different URL that we should use?

Thanks for your hard work!

vahidhedayati commented 9 years ago

You need to set the the administration permission for the user's globally in you config groovy or your user https://github.com/vahidhedayati/grails-wschat-plugin/wiki/Creating-admin-accounts once at when you log into chat there should be a cog at the top above chat room that is your administration menu.

Or if you are administrator but can't see the cog try refresh page or goto another room.

The administration menu is that cog above chat room hence why html is not what you expected

Sorry for any typos mobile spell checker is ruthlessly incorrect

Besides the cog as an administrator you will see kick ban etc on another chat user when you hover over their name.

Watch the videos for a better understanding. Sorry they do drag on a bit

vahidhedayati commented 9 years ago

I hope you figured it out. Will close it re-open it if you are still having issues with the admin interface