Dynamic Comments 1.0
Developed by Adytzoo for Codecanyon. Last update on 02/01/2010
About
"Dynamic comments" is a jQuery/PHP plugin that allows webmasters to easily integrate an ajax comment system in their websites. The file Does not require a mysql Database
How it works
The script detects the full url of the webpage and saves the comments to a file associated to that url. Ex: You can use it if you're using a video sharing website or a forum.
The url can be:
http://www.example.com/yourpage.php?id=50
or:
http://www.example.com/your_page_url_here_50.html
Demos
Features
- Ajax System
- Auto Pagination
- Easy to install
- Compatible with all browsers
- The script is lightweight, less than 50k
- Administrator privileges
- Comments are stored locally
- The package includes a crypted and an uncrypted version(for developers). We recommend you to use the crypted version for security reasons.
Installation
- Copy the files from jscomms/ to your server. (Do not change the name of the directory)
- CHMOD 777 jscomms/storage
- To configure the administrator account used for deleting comments edit the jscomms/jscomms.php
Settings
| Key |
Default |
Values |
Description |
| direction |
nf |
nf,of |
nf for Newest First, of for Oldest First, displays the order of the comments |
| pagination |
on |
on,off |
Displays the comments paginated |
| pagelimit |
15 |
(integer) |
Number of comments to be displayed on a page |
| pagination_location |
bottom |
top,bottom |
Location where the pagination container will be displayed |
| form_location |
top |
top,bottom |
Location where the form container will be displayed |
| folder |
|
yourfolder/ |
If you are using Rewrite MOD you need set this relative to your root directory and point to the location where the folder jscomms/ is located
|
| hideloading |
true |
true,false |
Hides the loading image |
Implementation
<link rel='stylesheet' type='text/css' href='jscomms/style.css'/>
<script type="text/javascript" src="jscomms/jquery.comments.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#comments").comments();
});
</script>
Configuration
$(document).ready(function(){
$("#comments").comments({
direction:'nf',
pagination:'off'
});
});
Themes
The Script includes two default themes. Dark and Gray. You can easily create new themes to suit your website editing the css files. No image-editing required.
Support
If you require further assistance, encounter difficulties in installing the script don't hesitate to contact me using Codecanyon's messaging system. I will gladly help you make the required modifications for the script to suite your website.