|
Revision 1251, 0.6 kB
(checked in by diegoramirez, 1 year ago)
|
Moved from units to mod:
- groups
- invite
- newsclient
- search
- xml
Updated htaccess rewrite rules
Some bug fixes to the blog plugin
|
| Line | |
|---|
| 1 |
Elgg community plug-in |
|---|
| 2 |
Curverider <info@curverider.co.uk> |
|---|
| 3 |
Initial concept: Dave Tosh and Ben Werdmuller |
|---|
| 4 |
Programming and development: Dave Tosh, Ben Werdmuller, Sven Edge and Diego RamÃrez |
|---|
| 5 |
|
|---|
| 6 |
|
|---|
| 7 |
To use, the 'invite' folder must sit in the 'mod' folder of your Elgg installation. |
|---|
| 8 |
|
|---|
| 9 |
To go in .htaccess, before the forwarder rules: |
|---|
| 10 |
|
|---|
| 11 |
ReWriteRule ^register$ mod/invite/register.php |
|---|
| 12 |
ReWriteRule ^invite\/join\/([A-Za-z0-9]+)$ mod/invite/join.php?invitecode=$1 |
|---|
| 13 |
RewriteRule ^invite\/$ mod/invite/index.php |
|---|
| 14 |
RewriteRule ^forgottenpassword$ mod/invite/forgotten_password.php |
|---|
| 15 |
RewriteRule ^newpassword\/([A-Za-z0-9]+)$ mod/invite/forgotten_password.php?passwordcode=$1 |
|---|