Example: http://english.cutenews.ru/cuteru/examp ... -news.html
Installation:
1. Make sure you have the latest version of inc/show.comments.php and inc/lang/en/templates.ini. If you downloaded CuteNews.RU after 16 March 2007 you are safe. If you downloaded it before you have to redownload it and replace those two files with the ones from the download.
2. Upload the plugin and the folder to the plugins/ folder and activate the plugin.
3. Put this at the very end of your full story template:
- Code: Select all
<div id="ajaxcomments">
4. Put this at the very beginning of your comment form template:
- Code: Select all
</div>
5. Put something like this in your comments pagination template:
- Code: Select all
[prev-link]< [/prev-link]{cpages}[next-link] >[/next-link]
6. Put this between the <head> tags of your news page:
- Code: Select all
<script type="text/javascript" src="<?=$config_http_script_dir; ?>/plugins/ajaxcommentspagination/ajaxcommentspagination.js"></script>
