Edit the web registration page?

Is this possible?

The link is www.mydomain.com:9090/plugins/registration/sign-up.jsp

But when I go to that directory there is no sign-up.jsp file there to edit. I don’t know java well enough to understand how this works but I assume if I open one of the java archives it would have this information/page available? I would simply like to add a few rules or lines for the TOC of our server. Can anyone explain simply what I am doing wrong?

Thank you

Hi igotnotime,

Any jsp file that is part of a plugin (or Openfire itself for that matter) is complied while the plugin is being built/packaged so you can’t really just dig into the plugin jar file and make your changes. Rather, you’ll have to download the Openfire source (which includes the plugin source), make your changes and then build the plugin. There are various pieces of documentation that are available in helping you setup an Openfire plugin development environment:

http://www.igniterealtime.org/builds/openfire/docs/latest/documentation/source-b uild.html

http://www.igniterealtime.org/builds/openfire/docs/latest/documentation/plugin-d ev-guide.html

http://www.igniterealtime.org/community/docs/DOC-1200

http://www.igniterealtime.org/community/blogs/ignite/2007/01/16/so-you-want-to-w rite-a-plugin/

http://www.igniterealtime.org/support/articles/motd_plugin.jsp

Hope that helps,

Ryan

Thank you, I assumed that but wanted to make sure. I think it would be 100% easier just to put a php before they enter the registration url now. I appreciate the help.