chptcha

 

I appeciate some help on following issues:


1/ How to disable the security check in Contact us page?  I can't find the page/form to drag the chptcha into inactive block.

 

2/ Admin can't set member featured? I don't know why Admin can't edit member's info, How can I enable it?

 

3/ I want "profile info page" layout is somewhat like "profile page", then, I wonder how to add a column in the left side with "action" block, like the block in "profile page" ?

 

4/ Is ther any way that I set to display picture directly within the forum post, without have to "edit > insert" after post is made ?

 


Thanks so much.

george

 

Quote · 24 Jan 2013

Go to the admin login Builders/Fields Builder and remove the Captcha block.

Quote · 24 Jan 2013

But I did't find "Fields Builder" under "Builder".  I have 7.1 installed without any addon module.

Thanks Spike!

 

Quote · 25 Jan 2013

 

But I did't find "Fields Builder" under "Builder".  I have 7.1 installed without any addon module.

Thanks Spike!

 

The actual name is profile fields. But that will only allow you to get the captcha out of the join form.

The contact us page is not in any of the builders so will be harder to do.

For that you will need to edit contact.php and look for this code at about line 109.

            'captcha' => array(
                'type' => 'captcha',
                'caption' => _t('_Enter what you see'),
                'name' => 'securityImageValue',
                'required' => true,
                'checker' => array(
                    'func' => 'captcha',
                    'error' => _t( '_Incorrect Captcha' ),
                ),
            ),


Remove that section of code.


https://www.deanbassett.com
Quote · 25 Jan 2013

Thanks so much.

and does it mean if I don't install any mod, I can't set featured member in admin backend?

That also confused me. Can anyone help?

Thanks very much!

george

 

 

Quote · 25 Jan 2013

I cannot reproduce the featured member problem.

It works just fine on my site. I can edit the account, check the featured member box, save and it works just fine. So someone will most likely need to look over your site for errors. That should be working.

https://www.deanbassett.com
Quote · 25 Jan 2013

May I suggest that you put some kind of replacement in place for the Captcha.  I have a site I put up just for testing changes and I removed the Captcha block because I did not want to have to bother with creating keys for the test site.  Registration was left open and the spammers found it in no time even though it is not a real site and was registering so they could leave their URLs all over the place.  Of course I have since closed the site.  So if you have a live site, you need spam bot protection.

Geeks, making the world a better place
Quote · 25 Jan 2013

Thanks geekgirl. I will take your advice when my site is up.

George

Quote · 25 Jan 2013

Thanks Delano.

I will try more time on it.

George

 

Quote · 25 Jan 2013

 

It works!

Thanks Deano.

george

 

Quote · 26 Jan 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.