Active
Project:
phpbb
Version:
5.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Nov 2007 at 00:04 UTC
Updated:
22 Nov 2007 at 00:11 UTC
When I click on "PM" button on the forum next to a username, I want to be taken to my privatemsg interface and have a new message open, with username already filled in. (I have privatemsg5x-2x-dev module).
To have that work, in the file .htaccess placed in my phpbb (actual discussion board, not integration module) i replaced
RewriteCond %{QUERY_STRING} ^mode=post&u=(.*)$
RewriteRule ^privmsg.php(.*)$ ../privatemsg/msgto/%1 [L] by
RewriteCond %{QUERY_STRING} ^mode=post&u=(.*)$
RewriteRule ^privmsg.php(.*)$ ../privatemsg/new/%1 [L]
Comments
Comment #1
arkepp commentedHm, it's probably a change in the privatemsg module. Thanks for reporting back, I'll update the module soon.