posted 19 years ago
Yes, just edit the file forum_base.htm. But this will not prevent registering, since users may type the url in the browser ;).
So, no, there is no way to disable registering of new users without a code hack. If you want to make one, open src/net/jfourm/view/forum/UserAction.java, method insert() and do a redirect to another page. Do the same in the insertSave() method.
Rafael
[originally posted on jforum.net by Rafael Steil]