Updated
v4.0.105 - 18.10.2010
- Fixed plugin "Quote Post in PM (1)" (Thanks to Vitaly - post #2104969) - could affect some forums if "Update Postbit Automatically" was not used (set to "No")
- Replaced deprecated function split() with explode() function
- Updated template "qpipm_menu" to watch changes in latest revision of template "memberaction_dropdown"
Quote:
Originally Posted by ChopSuey
Can you make a version without template edits? Thanks.
|
This Modification is Auto-Template version.
You can use Manual-Template option in this Modification if you want to edit your templates manually if they are heavy modified.
Quote:
Originally Posted by Vitaly
Because of wrong variable use, this mod crash nicks in threads sometime.
in hook postbit_display_complete
...
|
Thanks,
Vitaly!
I have replaced:
Code:
htmlspecialchars(\'' . "$post[username]" . '\')
with:
Code:
htmlspecialchars(\' . $memberinfo[\'username\'] . \')