Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
We don't want google on our site...
Aisyk
New
How can we do ?
there is a reCAPTCHA provided by google on my forum, how can i remove it ?
0
Comments
What is the actually question? You don't want google indexing your forum, or you don't want reCAPTCHA?
grep is your friend.
We don't want things like this for exemple :
When you create a discussion, the page contains this :
IP and URL for google !
And we don't want reCaptcha too...
code is not possible on this forum ?
http://pastebin.com/Fe226pWB
IP address are not displayed to guests.
If you don't want your pages to be indexed by google that is something you can sort out by server rules and robots.txt
If you don't want reCaptcha pick a different registration method.
dashboard/settings/registration
If you want a private community that is possible through permissions. Just limit guest permissions.
grep is your friend.
You can disable CDNs via a config option. Add
$Configuration['Garden']['Cdns']['Disable'] = TRUE;
to your/conf/config.php
file.Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
ok, thanks !