Hi,
I noticed that the link-back to Thetechnofreak.com (Suggestions by Google and true Google Search Parser) is not being removed when recommended pages are being displayed despite setting an option to remove it in the backend.
It seems the link is not showing when NO results are shown, but comes up when results ARE shown.
I’d rather make a donation and not have the link there at all, same true for clients sites I build.
Is this a bug or intentional?
Thanks,
Paul
Hello,
Thanks for creating such a brilliant plugin, I was wondering whether there was a way to exclude certain directories from being used in the related results pages (or whether you had the intention of building said feature into your plugin)?
I have a translation plugin installed (Transposh) on my website and the similar results are picking up the same results in different languages – this I do not need.
It would be great to be able to block certain URL strings/directories from being displayed in the results page.
An example can be found here: https://www.livefreedietravelling.com/my-overview-of-vang-vieng/.
A few other improvements for future releases:
– increasing the width of the ‘#’ column in the 404 stats page as currently as soon as you have double figures, the numbers are displayed on top of each other.
– Perhaps you could build in a 301 redirect function or make compatible with plugin: Quick 301 Redirects?
Thanks for creating the plugin though, donation coming shortly…
Regards,
Paul
Hello,
Thanks for creating the plugin.
Do you think you could add dates to your changelog in the future (and previous changes if possible?), It’s helpful for development purposes…?
Thanks,
Paul
Hi,
Your plugin triggers:
error:
CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set
I’m surprised with the problems encountered by users of this plugin, as shown by the previous support tickets.
I’ve had no problems with this plugin whatsoever (thanks, author!).
But I do need a couple of simple tweaks, which I’m incapable of doing because it is beyond my non-existent HTML coding skill ??
Have a look here: https://www.deepweb.com.au/autrachy. The page is totally perfect except for two things:
(a) The solid border line at the bottom overflows to the sidebar area. How do I remove that line?
(b) The two lines Try searching for it here: and the search box start at the edge of the left margin. How do I move it maybe 3-5 spaces to the right?
Thanks in advance for the assistance.
]]>screenshot from plugin author’s site on October 21, 2012: https://screencast.com/t/pzqtfgej
And if you say “no” to using the included template and don’t include the php code in your own template, it doesn’t track 404’s. (I point this out because it can’t be used as a stand-alone 404 tracker without including it in your theme’s 404 template.)
]]>latest WP version
Error is:
Warning: curl_setopt_array() [function.curl-setopt-array]: CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in
]]>Hello,
This plugin is really good and exactly what I needed as my requirement was to have a page with the statistics.
Though I can see room for improvement: would it be possible for the next version to see those statistics aggregated instead of a long lists of recurrent URLs? That would be really awesome.
Let me know if you need help or if you don’t have time, I can probably help you to improve it (I am a plugin developer as well).
Thanks a lot!
Jordy.
i get this error like this testing page
https://webfeminin.com/bla
Apologies, but the page you requested could not be found.
Here are some suggestions for the page you might be looking for:
Warning: curl_setopt_array() [function.curl-setopt-array]: CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /home/sexabulo/domains/webfeminin.com/wp-content/plugins/true-google404/trueGS.php on line 67
Sorry, but we could not relate ‘ bla’ to anything on our site.
If the page you wanted is not listed above, maybe it has been removed from this website or moved somewhere else on this website.
Possibilities are that you might have done a typo error in the address or the page linking to us had a wrong address of the page you looked for.
Perhaps searching or looking into the recent posts and posts by categories will help.
Apologies, but the page you requested could not be found.
Here are some suggestions for the page you might be looking for:
Warning: error_log(/home/drum/public_html/wp-content/plugins/true-google404/log.txt) [function.error-log]: failed to open stream: Permission denied in /home/drum/public_html/wp-content/plugins/true-google404/true-google-404.php on line 90
After I installed and tested I saw a permission denied error message regarding a line of code in the true-google-404.php file. I changed the permissions to 777 on the log.txt file and that fixed it.
]]>Hi.
I try activate plugin but jump the next alert:
Fatal error: Cannot redeclare twentyeleven_excerpt_length() in /httpd/wp-admin/functions.php on line 318
I have WordPress 3.3.2 and Twenty Eleven 1.3 theme
Any body have same problem?
Sorry for my writing. My english level is very bad.
]]>Hi,
Found a bug that makes it impossible to select my own 404.php template.
In true-google-404.php this
if(trueGoogle404_get_option( 'template' )){
add_action( '404_template','trueGoogle404_use_included_template_hook' );
}
should be changed to
if(trueGoogle404_get_option( 'template' )=="yes"){
add_action( '404_template','trueGoogle404_use_included_template_hook' );
}
]]>