Version 9 (modified by Moe, 13 years ago) (diff) |
---|
@ Reply
Easily reply to comments.
Preview and Download
http://plugins.dotaddict.org/dc2/details/Reply
Author/Contributors?
Development
Bugs and features requests
Repository
Recent Changes
[3348] by brol on 02/04/15 19:14:24
1.8.2 cosmétique et localisation
[3236] by Moe on 10/23/13 23:10:15
@ Reply 1.8.1:
- Moved plugin to "Blog" sub-menu
- Added dcPage::success($msg); for Dotclear 2.6
- Removed useless <fieldset>
- Added missing translation
[3235] by Moe on 10/22/13 23:37:43
@ Reply 1.8:
- rewrote @ Reply Javascript, now better
- force @ Reply image reload in administration
- added note about cache
- Dotclear 2.5 and 2.6 compatibility
- removed useless translations
Documentation
FAQ
Arrows don't appear
You have to delete the template cache by using the Maintenance plugin. The code below must be present in the _head.html file of the blog's theme :
{{tpl:SysBehavior behavior="publicHeadContent"}}
The following code must be present in the <tpl:Comments> loop in the post.html file of the blog's theme :
{{tpl:CommentAuthorLink}}
How to change the style of the appended replies?
The CSS rules whiwh apply to replies are defined at the end of the _public.php file of the plugin. To redefine them in the style sheet of your theme, you have to add #comments at the beginning of the CSS selectors. The following code remove the borders of the replies.
#comments .repliedCmt, #comments .replyCmt {border:none;}