Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Contact Us System
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #21
RE: Contact Us System
I fill the form:
   
Did I missed something there? Biggrin

I hit the post thread button:
   

I'm using Firefox 3.6.6

I've tried it for several times, Techu. But I always failed to pass the capatcha in newthread page Biggrin

I can't help you in this step, Techu. Because I can't make the plugin works in a fresh MyBB 1.6 installation too. I'm not quite sure why. Maybe there is some mistake in my side.

I think maybe you need to wait Yumi to help. I'm really sorry.

09-08-2010 02:28 AM
Find all posts by this user Quote this message in a reply
techu Offline
Member
***
Posts: 154
Joined: Sep 2010
Post: #22
RE: Contact Us System
No problem mate, and it was not your fault..

I was using chrome, and captcha works.
I tried again in firefox and it failed in new thread but it works during registration...

[Image: banner.png]
09-08-2010 02:42 AM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #23
RE: Contact Us System
Possibly because the plugin wasn't designed to work with quick thread maybe.
From a 2 second glance, maybe try this (have no idea if it works):

find

PHP Code:
$plugins->add_hook("newthread_start", "reCAPTCHA_main_start");

add below

PHP Code:
$plugins->add_hook("forumdisplay_start", "reCAPTCHA_main_start");


My Blog
09-08-2010 09:17 AM
Find all posts by this user Quote this message in a reply
techu Offline
Member
***
Posts: 154
Joined: Sep 2010
Post: #24
RE: Contact Us System
(09-08-2010 09:17 AM)ZiNgA BuRgA Wrote:  Possibly because the plugin wasn't designed to work with quick thread maybe.
From a 2 second glance, maybe try this (have no idea if it works):

find

PHP Code:
$plugins->add_hook("newthread_start", "reCAPTCHA_main_start");

add below

PHP Code:
$plugins->add_hook("forumdisplay_start", "reCAPTCHA_main_start");



I actually did that before but what happens it that the default captcha get disabled but the recaptcha does not appear...

It is not probably due to quickthread because the problem takes place in  newthread.php

[Image: banner.png]
09-08-2010 12:15 PM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #25
RE: Contact Us System
Oh I see, fair enough.

My Blog
09-08-2010 12:35 PM
Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #26
RE: Contact Us System
Update:

It seems that when visitor submit the form, the value of the contus_status not set to "New" (or whatever we set the value in the default value) automatically.

The solution is like in the Garage Forum:
Find this code in contus_forumdisplay_quick_thread template:

HTML Code
<input type="hidden" name="posthash" value="{$posthash}" id="posthash" />


And contus_newthread template:

HTML Code
<input type="hidden" name="posthash" value="{$posthash}" />


Add this after the code above:

HTML Code
<input type="hidden" name="xthreads_contus_status" value="New" />


I've updated the first post.


09-16-2010 02:12 AM
Find all posts by this user Quote this message in a reply
1master1 Offline
Member
***
Posts: 232
Joined: Oct 2010
Post: #27
RE: Contact Us System
Is recaptcha III supported instead of the default image verification system?
10-25-2010 01:54 PM
Find all posts by this user Quote this message in a reply
techu Offline
Member
***
Posts: 154
Joined: Sep 2010
Post: #28
RE: Contact Us System
(10-25-2010 01:54 PM)1master1 Wrote:  Is recaptcha III supported instead of the default image verification system?

It does not have any hooks to showthread, newreply, newthread. So the recaptcha wont appear or work on showthread, newreply, newthread.

The recaptcha for this plugin will only appear and work on registration page.

[Image: banner.png]
10-25-2010 02:59 PM
Find all posts by this user Quote this message in a reply
leefish Offline
Hamster
*****
Posts: 1,009
Joined: Apr 2010
Post: #29
RE: Contact Us System
Thanks for the update RateU - implemented Smile


[Image: leelink.gif]
MYBB1.6 & XThreads
10-25-2010 08:36 PM
Visit this user's website Find all posts by this user Quote this message in a reply
1master1 Offline
Member
***
Posts: 232
Joined: Oct 2010
Post: #30
RE: Contact Us System
I had seen that when we install recaptcha III it is appearing along with GD default captcha on registration page. So there are 2 captcha boxes while registration.

To eliminate this i disabled the GD captcha and now it is also disabled in the contact us page. Without a captcha in contact us, is like filling our inbox with spam messages. Frown
10-26-2010 02:49 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: