1. development forum accounts
- Posted by jimcbrown (admin) Jun 14, 2010
- 1380 views
The test forum at http://demonology.redirectme.net/forum.wc has the same signup page as the regular form - e.g. http://demonology.redirectme.net/user/signup.wc
If anyone who is interested in this forum has trouble signing up, let me know and I'll see if I can resolve the issue.
2. Re: development forum accounts
- Posted by euphoric (admin) Jun 14, 2010
- 1480 views
The test forum at http://demonology.redirectme.net/forum.wc has the same signup page as the regular form - e.g. http://demonology.redirectme.net/user/signup.wc
If anyone who is interested in this forum has trouble signing up, let me know and I'll see if I can resolve the issue.
That forum is for the development of web technologies using Euphoria, right?
3. Re: development forum accounts
- Posted by jimcbrown (admin) Jun 14, 2010
- 1295 views
That forum is for the development of web technologies using Euphoria, right?
Originally, my intent was to use it as a forum to develop the forum software itself. But I don't see a problem with using it to encourage the development of web technologies in general.
4. Re: development forum accounts
- Posted by euphoric (admin) Jun 15, 2010
- 1214 views
Is there an SVN repository from which I need to grab the code?
Help a brother out!
5. Re: development forum accounts
- Posted by jimcbrown (admin) Jun 15, 2010
- 1271 views
Is there an SVN repository from which I need to grab the code?
Yes, there are several.
You need to grab edbi from
http://jeremy.cowgar.com/svn/edbi/trunk
Then, grab webclay2 (a generic euphora web framework) from
http://jeremy.cowgar.com/svn/webclay2/trunk
Finally, grab euweb (the actual forum software itself) from
https://rapideuphoria.svn.sourceforge.net/svnroot/rapideuphoria/tools/euweb/trunk
(Note: I also grabbed euslibs and matheval for edbi because I wanted to test the eusql driver in edbi, but you shouldn't need to do this.)
6. Re: development forum accounts
- Posted by euphoric (admin) Jun 16, 2010
- 1148 views
Okay, one last thing. I need one of these:
config_production.e dbconfig_ck.e config_jeremy.e
Preferably, dbconfig_ck.e, since that has something to do with me apparently. :D
7. Re: development forum accounts
- Posted by jimcbrown (admin) Jun 16, 2010
- 1170 views
Okay, one last thing. I need one of these:
config_production.e dbconfig_ck.e config_jeremy.e
Preferably, dbconfig_ck.e, since that has something to do with me apparently. :D
I ended up making and using my own config.e (and disabled CAPTCHA in it).