Author |
Message |
r0rz
New Member


Joined: Jul 19, 2008
Posts: 13
|
Posted:
Tue Dec 09, 2008 11:12 am |
|
How can i disable the Security Code when registered users posting comments?
I didnt found that on admin menu, also is there any way that the avatar will be shown in every comment of user? like in forums |
|
|
|
 |
Guardian2003
Site Admin

Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam
|
Posted:
Tue Dec 09, 2008 11:15 am |
|
1. Some modules you can switch it off - see the rnconfig.php file in your nuke root but you would be better leaving the APTCHA on unless you have lots of time to spend clearing out the ineviatble spam.
2 no but you could modify the code to do that - don't forget if you have a large page of comments and images, that is going to slow page load time and add considerably to your bandwidth. |
|
|
|
 |
Palbin
Site Admin

Joined: Mar 30, 2006
Posts: 2583
Location: Pittsburgh, Pennsylvania
|
Posted:
Tue Dec 09, 2008 11:18 am |
|
Look in rnconfig.php for this:
Code:
* Visual Captcha Configuration for Modules (to help prevent spam):
* You need to have GD extension installed:
* 0 = No Security Code
* 1 = Require Code for Anonymous ONLY
* 2 = Require Code for Registered ONLY
* 3 = Require Code for BOTH Anonymous and Registered
* NOTE: If the module name is present (defined here), then it means that module has
* had the new visual captcha applied to it and is controlled by setting the code
* value based on the above values.
**********************************************************************************/
$modGFXChk = array(
'Downloads' => 3,
'Feedback' => 3,
'News' => 3,
'Recommend_Us' => 3,
'Reviews' => 3,
'Submit_News' => 3,
'Surveys' => 3,
'Web_Links' => 3
);
|
Why exactly do you want to do this? |
|
|
|
 |
Palbin

|
Posted:
Tue Dec 09, 2008 11:24 am |
|
Beat me to it while browsing another page  |
|
|
|
 |
r0rz

|
Posted:
Tue Dec 09, 2008 12:49 pm |
|
thanks and i need it because i want to disable forums in my site
and leave only comments enabled for registered users,
and if there were captcha on forums i think you wont post much so i dont want to prevent users from commenting because annoying captcha |
|
|
|
 |
Guardian2003

|
Posted:
Tue Dec 09, 2008 1:02 pm |
|
There is no CAPTCHA on the forums but thats a moot point if you need to disable them.
To be honest, the comments system has never really been used like that, well not to the extent I think you might be wanting to use it. I'm not sure how it handles multi-lingual support i.e. I don't think you can limit comments to be seen by a specific language group.
If you are using the news comments, it should not be too difficult to either remove the CAPTCHA or force the form to always see a valid entry. |
|
|
|
 |
r0rz

|
Posted:
Tue Dec 09, 2008 1:08 pm |
|
i removed already thanks to what Palbin said, and my site will be in english so i dont care about multi langauge  |
|
|
|
 |
Guardian2003

|
Posted:
Tue Dec 09, 2008 3:43 pm |
|
Glad you are all fixed up  |
|
|
|
 |
|