Replies to comments

The organization of the responses to comments

The plugin adds the ability to reply to comments using the standard comments plug-in.

Attention ! RComm does not work without a standard comments plug-in.

#1. Features

  • Adding responses to comments .
  • Shows the connection between the comment and the response to it. (jquery)
  • Submitting Forms via ajax.
  • Editing and deleting comments via ajax.
  • Scroll through the pages with animation to active comment
  • Standard pagination is replaced by a link to show more ..
  • In the settings you can enable storing in the session by the number of comments viewed, when re-entering on the scanned page will be opened all previously viewed comments
  • Supporting comments for guests ( CAPTCHA ) - to use it guests should be given Write permission to plug-ins comments and rcomm
  • Disabling text editor installed on the site. ( still just a textarea field)
  • Sending notification messages appear here.
  • Sending a notification email.
  • Notification settings available to the user.

#2. Installation

  • Unpack the archive into Cotonti plugins folder .
  • Go to the admin panel and install this plugin like any other plugin.
  • Copy the comments.tpl file from the rcomm/tpl folder to the plugins folder of your skin/theme.
  • Edit rcomm.css under your design .
  • Enjoy responses to the comments!

This version of the plugin is designed for Siena 0.9.14.


1. musashi9  2013-09-19 01:38

I click on INSTALL and get an AJAX error no object.....

2. Dr2005alex  2013-09-19 05:18

Try to create extrafield means of cotonti. In the section "other". You can create additional fields?

3. Trustmaster  2013-09-19 07:48

Please check your MySQL server version. This plugin requires at least MySQL 5.1.

4. musashi9  2013-09-19 10:31

This is my server version

Server version: 5.5.32-cll - MySQL Community Server (GPL)

5. Dr2005alex  2013-09-19 16:27

Disable the settings in cotonti, jquery and ajax. This is in paragraph PERFORMANCE. Start the installation of the plugin. Put here the text of the error.

6. musashi9  2013-09-20 05:44

I disabled ajax and jquery and then clicked INSTALL. This is the error.

 

503 Service Temporarily Unavailable

The page you requested is temporarily unavailable for technical reasons.
Please try again later or contact the site administrator.
7. Trustmaster  2013-09-20 07:16

Please also check these configs in config.php which are responsible for displaying error messages:

$cfg['display_errors'] = true;

$cfg['debug_mode'] = true;

Also check these extrafields in the cot_users table: rcomm_pm_notify, rcomm_mail_notify. If they exist, then you may need to remove them manually before trying to install the plugin again.

8. musashi9  2013-09-21 23:12

My tables do not  contain any rcomm entries.

I did notice I am on Siena 0.9.13. I guess I need to update to 14. Does anyone have a list of files I need to upload as I do not really want to upload the whole package again

9. Dr2005alex  2013-09-22 18:48

Checked the version of siena 0.9.12 - errors
Checked the version of siena 0.9.13 - OK
You should see any error information. This is only possible with a disabled jquery

10. musashi9  2013-09-23 00:31

I changed display error and debugmode > true and this is now the error

 

Fatal error

2013-09-23 00:29

SQL error 42S02: Base table or view not found: 1146 Table 'mydatabase' doesn't exist

#0  cot_diefatal(SQL error 42S02: Base table or view not found: 1146 Table 'mydatabase' doesn't exist) called at [/home/mysite/public_html/system/database.php:464]
#1  CotDB->query(SHOW COLUMNS FROM `cot_com` WHERE `Field` = 'com_reply') called at [/home/mysite/public_html/plugins/rcomm/setup/rcomm.install.php:14]
#2  include(/home/mysite/public_html/plugins/rcomm/setup/rcomm.install.php) called at [/home/mysite/public_html/system/extensions.php:540]
#3  cot_extension_install(rcomm, ) called at [/home/mysite/public_html/system/admin/admin.extensions.php:111]
#4  require(/home/mysite/public_html/system/admin/admin.extensions.php) called at [/home/mysite/public_html/system/admin/admin.main.php:67]
#5  include(/home/mysite/public_html/system/admin/admin.main.php) called at [/home/mysite/public_html/admin.php:41]

11. Trustmaster  2013-09-24 17:43

Any thoughts where 'mydatabase' might come from? It isn't mentioned in the query.

12. musashi9  2013-09-24 22:46

mydatabse = the name of my database. I did not want to post the name so I changed it to mydatabase. it also has a .com_com after the database name

see revised error below

 

Fatal error

2013-09-23 00:29

SQL error 42S02: Base table or view not found: 1146 Table 'mydatabase.cot_com' doesn't exist

#0  cot_diefatal(SQL error 42S02: Base table or view not found: 1146 Table 'mydatabase.cot_com' doesn't exist) called at [/home/mysite/public_html/system/database.php:464]
#1  CotDB->query(SHOW COLUMNS FROM `cot_com` WHERE `Field` = 'com_reply') called at [/home/mysite/public_html/plugins/rcomm/setup/rcomm.install.php:14]
#2  include(/home/mysite/public_html/plugins/rcomm/setup/rcomm.install.php) called at [/home/mysite/public_html/system/extensions.php:540]
#3  cot_extension_install(rcomm, ) called at [/home/mysite/public_html/system/admin/admin.extensions.php:111]
#4  require(/home/mysite/public_html/system/admin/admin.extensions.php) called at [/home/mysite/public_html/system/admin/admin.main.php:67]
#5  include(/home/mysite/public_html/system/admin/admin.main.php) called at [/home/mysite/public_html/admin.php:41]

13. Trustmaster  2013-09-26 19:22

What's your database table prefix? Is it different from `cot_` ?

14. Dr2005alex  2013-09-26 20:33

Plugin updated. Download and install again.

15. musashi9  2013-09-27 14:18

Done

  • Installing Plugin "rcomm"
  • Installed 11 hook bindings
  • Installed configuration
  • Installed authorization defaults
  • Executed PHP handler part: OK

THANKS!

Totaal: 22, op pagina: 15 12>>>

Alleen geregistreerde gebruikers kunnen reacties plaatsen.