QUOTE plugin in comments, replyto automatic parameter, missing default attribute
- Status
- Open
- Subject
- QUOTE plugin in comments, replyto automatic parameter, missing default attribute
- Version
- 1.9.x
2.x - Category
- Usability
- Patch
- Feature
- Forum
Comment - Submitted by
- pmorenogarcia
- Lastmod by
- luci
- Rating
- Description
When you use the plugin QUOTE, the user you reply not appear automatically in the Post new message box, and you have to introdude it manually
- Solution
Change the line 564 in comments.php (in tiki.2.1, in tiki 1.9.11 the line is 345)
Copy to clipboard$comment_info["data"] = "\n{QUOTE()}" . $comment_info["data"] . '{QUOTE}';by
Copy to clipboard$comment_info["data"] = "\n{QUOTE(replyto=>" . $comment_info["userName"] . ")}" . $comment_info["data"] . '{QUOTE}';- Importance
- 5
- Priority
- 25
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 2089
- Created
- Sunday 19 October, 2008 21:12:21 UTC
by Unknown - LastModif
- Monday 07 September, 2009 09:11:54 UTC