Nucleus Support Forum Index

Find on the forum:
any terms  all terms  Advanced Search

RSS 2.0
Browse posts: Unanswered | Mark all read

« »
Loading Nucleus FAQ ticker...
Post new topic Reply to topic
Author Message
admun
Nucleus Guru
Nucleus Guru


Joined: 20 Oct 2003
Posts: 4086
Location: San Francisco, CA, USA

Post Posted: Sat Oct 13, 2007 6:06 am   Post subject: NP_CommentControl v0.70
Reply with quote

A new version has released.
- fix incorrect warning after comment pended in FURL2 mode
- language file
- add notification email

All options for text has moved into language file under commentcontol/english.php. Please modified the file if change is desired

An new option to set where notification is sent when comment pending approval.

code @ http://edmondhui.homeip.net/nudn/item/np_commentcontrol-v070

_________________
Personal blog: http://edmondhui.homeip.net/blog/
NucluesCMS dev blog: http://edmondhui.homeip.net/nudn/

Back to top

View user's profile Send private message Visit poster's website
cbrandizi
Nucleus Newbie


Joined: 20 May 2007
Posts: 6

Post Posted: Sun Oct 14, 2007 12:29 am   Post subject:
Reply with quote

Hi,

Great plugin that lets me control all the comments in my blog. Anyway I found a little error in the plugin in 2 lines of code (or maybe it's my fault)...

If you have nucleus installed in a directory instead of the root directory then when you click the deny or allow links the plugin functions correctly but it redirects you to a 404 error because the redirection links are hard coded in the plugin.

There are 2 lines of code like this one...

$url = $CONF['IndexURL'].'nucleus/plugins/commentcontrol/';

And I had to change them to...

$url = $CONF['IndexURL'].'revista/nucleus/plugins/commentcontrol/';

As my nucleus installation is in the directory revista. This way it redirects me correctly when I click deny or allow to the comment control panel.

A im not an expert php coder so I prefer not to modify the plugin code and opted to this "quick fix" that works for me.

Another thing that will be interesting will be the option to show the email of the commenter in the comment control panel. Can you give me a guideline how to do it?

Thanks.

Back to top

View user's profile Send private message
Francesca
Nucleus Disciple


Joined: 11 Feb 2004
Posts: 129
Location: Italy

Post Posted: Sun Oct 21, 2007 3:18 pm   Post subject:
Reply with quote

Hello, I just installed the plugin on a fresh new Nucleus 3.24 with default skin and template.
When I allow a comment from the site front-end, the comment gets approved but this error appears:

Quote:
Error!
Required action does not exist

Go back


Otherwise, approving comments from the back-end works fine.

Back to top

View user's profile Send private message
admun
Nucleus Guru
Nucleus Guru


Joined: 20 Oct 2003
Posts: 4086
Location: San Francisco, CA, USA

Post Posted: Tue Oct 23, 2007 7:48 pm   Post subject:
Reply with quote

cbrandizi wrote:
Hi,

Great plugin that lets me control all the comments in my blog. Anyway I found a little error in the plugin in 2 lines of code (or maybe it's my fault)...

If you have nucleus installed in a directory instead of the root directory then when you click the deny or allow links the plugin functions correctly but it redirects you to a 404 error because the redirection links are hard coded in the plugin.

There are 2 lines of code like this one...

$url = $CONF['IndexURL'].'nucleus/plugins/commentcontrol/';

And I had to change them to...

$url = $CONF['IndexURL'].'revista/nucleus/plugins/commentcontrol/';

As my nucleus installation is in the directory revista. This way it redirects me correctly when I click deny or allow to the comment control panel.

A im not an expert php coder so I prefer not to modify the plugin code and opted to this "quick fix" that works for me.

Another thing that will be interesting will be the option to show the email of the commenter in the comment control panel. Can you give me a guideline how to do it?

Thanks.

Well, my understanding is $CONF['IndexURL'] is set from the blog setting in admin menu. I think you have it set incorrectly.....

_________________
Personal blog: http://edmondhui.homeip.net/blog/
NucluesCMS dev blog: http://edmondhui.homeip.net/nudn/

Back to top

View user's profile Send private message Visit poster's website
admun
Nucleus Guru
Nucleus Guru


Joined: 20 Oct 2003
Posts: 4086
Location: San Francisco, CA, USA

Post Posted: Tue Oct 23, 2007 7:53 pm   Post subject:
Reply with quote

Francesca wrote:
Hello, I just installed the plugin on a fresh new Nucleus 3.24 with default skin and template.
When I allow a comment from the site front-end, the comment gets approved but this error appears:

Quote:
Error!
Required action does not exist

Go back


Otherwise, approving comments from the back-end works fine.

hum.. I did not see this problem from the approval front-end....

Can you try again and show me the URL of the approve/deny link, as well as you blog's URL? I will take a look.

_________________
Personal blog: http://edmondhui.homeip.net/blog/
NucluesCMS dev blog: http://edmondhui.homeip.net/nudn/

Back to top

View user's profile Send private message Visit poster's website
verbaljam
Nucleus PhD


Joined: 31 Jul 2002
Posts: 668
Location: Amsterdam, The Netherlands

Post Posted: Sat Nov 10, 2007 12:09 pm   Post subject:
Reply with quote

Just a tiny remark: since I installed the latest version 0.7 of this plugin, I noticed a few times that a comment on a very old item slipped through: it just got published on the site without intervention of CommentControl.
The moderation option is set to 30 days, I run Nucleus 3.22.

_________________
verbal jam
http://www.verbaljam.nl

Back to top

View user's profile Send private message Visit poster's website
admun
Nucleus Guru
Nucleus Guru


Joined: 20 Oct 2003
Posts: 4086
Location: San Francisco, CA, USA

Post Posted: Tue Nov 13, 2007 5:03 pm   Post subject:
Reply with quote

verbaljam wrote:
Just a tiny remark: since I installed the latest version 0.7 of this plugin, I noticed a few times that a comment on a very old item slipped through: it just got published on the site without intervention of CommentControl.
The moderation option is set to 30 days, I run Nucleus 3.22.

Thanks for the report, I will take a look later.

_________________
Personal blog: http://edmondhui.homeip.net/blog/
NucluesCMS dev blog: http://edmondhui.homeip.net/nudn/

Back to top

View user's profile Send private message Visit poster's website
brightblue
Nucleus Addict


Joined: 30 May 2007
Posts: 67
Location: Indiana

Post Posted: Sun Nov 18, 2007 1:31 am   Post subject:
Reply with quote

Just out of curiosity, will this plugin work with the captcha plugin?

Back to top

View user's profile Send private message Send e-mail Visit poster's website
admun
Nucleus Guru
Nucleus Guru


Joined: 20 Oct 2003
Posts: 4086
Location: San Francisco, CA, USA

Post Posted: Sun Nov 18, 2007 6:10 pm   Post subject:
Reply with quote

brightblue wrote:
Just out of curiosity, will this plugin work with the captcha plugin?

Yes. I have both plugins in use.

_________________
Personal blog: http://edmondhui.homeip.net/blog/
NucluesCMS dev blog: http://edmondhui.homeip.net/nudn/

Back to top

View user's profile Send private message Visit poster's website
PakTrik
Nucleus Addict


Joined: 07 May 2008
Posts: 89

Post Posted: Mon Jul 21, 2008 8:36 pm   Post subject:
Reply with quote

I installed this plugin but I must have overlooked something:

I uploaded the directory and the NP_ *.php file.

In admin screen I get this:
_OPT_SHOW_IN_QMENU
_OPT_NAME_NO_COMMENT
_OPT_DAYS_MOD_COMMENT
_OPT_MOD_MEMBER
_OPT_CHAR_ENCODING
_OPT_RSS_PIC_DISPLAY
_OPT_NOTIFY_EMAIL

instead of some plain english to fill in the options.

What do I do wrong ?

greetz,

Back to top

View user's profile Send private message
Post new topic Reply to topic
Display posts from previous:   

Goto page 1, 2, 3, 4  Next

Page 1 of 4

All times are GMT + 1 Hour

Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001, 2002 phpBB Group