I found one bug. I have clean just installed forum in version 4.1.5. URL Type is set to "Standard URLs" (without any friendly links).
I wrote new message (or comment) on my blog and in shoutbox shows notification "*abc has just posted the blog title*".
URL to new posted entry: /blog.php?blogtextid=3
After click, URL is rewritten to: /entry.php?b=2&blogtextid=3
And... nothing. It's like in loop, blank page.
This link shoud be like this: /entry.php?b=2&bt=3#comment3
I'm sorry for weird sentences english isn't my first language.
EDIT:
Ok, I found the solution - GET parametr blogtextid shoud be bt . This change need to be made in blog_fpdata_postsave.php and blog_textdata_postsave.php. Now it works ok.
|