error in new forum post block
meew - June 11, 2006 - 12:48
| Project: | FUDforum integration |
| Version: | 4.7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | naudefj |
| Status: | closed |
Jump to:
Description
while using PATH_INFO style URLs there is a problem in new forum blocks, last posts have links like www.site.com/forum/t/1/2/ , resulting in a 404 not found.
should be something like www.site.com/forum/index.php/t/1/2/
fixed via a hack on line 159 of fudforum.module, i added "index.php/" before the "t/" but should be fixed in a more elegant way :)
thanks
meew

#1
I thought this is going to cause problems. I've hacked FUDforum to remove 'index.php' from forum URL's. Please add your support at http://fudforum.org/forum/index.php?t=msg&goto=32136&#msg_32136
#2
Fix committed to CVS.
#3