Brian Brown, Ph.D.
Forum Replies Created
-
Forum: Plugins
In reply to: [Strictly Auto Tags] Auto tags missing part of the domain nameAnd now its putting
##Q##m
where the quotes should be! Sigh.
-BForum: Plugins
In reply to: [Strictly Auto Tags] Auto tags missing part of the domain nameIn line 636 of strictlyautotags.class.php:
Isn’tget_option('siteurl')
deprecated?
Shouldn’t it be:
get_option('wpurl')
?
-BForum: Plugins
In reply to: [Strictly Auto Tags] Auto tags missing part of the domain nameHey Rob!
I love your plugins!
He means it is rendering the following code:
<a class="StrictlyAutoTagAnchor" title="View all stories 'bout Italy here" href="http:/tag/italy">Italy</a>
The domain name is missing, even when the site URL and permalinks are set correctly.
The problem lies, at least in my case, with a conflict with the BWP External Links plugin, which aims to place an external link icon following every external link. Even when I put the site’s own URL in that plugins ‘forced local domains’ box, the issue is still there. It looks like these 2 filters are colliding somewhere within the page rendering loop. Even with the BWP External Links plugin disabled. the generated HTML is still the same as abovehttp:/tag/italy
but the link works correctly even though it isn’t coded properly, but should behttps://www.bilderbergwatch.com/tag/italy
. I took a look at the code in your D.P. site and it is working correctly for you.
In the latest version, 2.82, I have had some other problems. I guess this should be a new thread but oh well. I had a noise word of"new tag"
(without quotes;note the space), because I was trying to stop a tag called"new tag"
from being created. It didn’t work, but I left it in. Version 2.82 doesn’t like this at all and complains about invalid noise words. Unfortunately, there is no way to remove the existing noise word, i.e., Control-A; delete. They come right back after a save! The only way I was able to solve this dilemma was to manually edit the options table in the database, by deleting completely the “strictlyautotags” entry altogether.
Kindest Regards
-BForum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] Piwik Server Migration BugIf you don’t feel comfortable with phpMyAdmin or don’t have access to it for some reason, install a plugin like WP Options Optimizer (https://www.ads-software.com/extend/plugins/options-optimizer/)
activate and run it and then do a search for ‘piwik” (without the quotes) and delete those entries.
I love this plugin!
Regards,
Brian Brown, Ph.D.
[ Signature moderated. ]Forum: Plugins
In reply to: [Auto Describe Taxonomies] [Plugin: Auto Describe Taxonomies] Won't installPatch Works! Mark as resolved.
-BrianForum: Plugins
In reply to: [Auto Describe Taxonomies] [Plugin: Auto Describe Taxonomies] Won't installHi.
Its caused by the short_open_tag setting in the php.ini set to off.
You are not consistent in your coding, so in line 159 of plugin.php change it from:
<?
to:
<?php
Problem solved!
This is a great plugin and I, for one, appreciate all of your effort at resurrecting a good plugin.
I’m only too glad to help!
Brian Brown, Ph.D.
[ Signature moderated. ]Forum: Plugins
In reply to: [Auto Describe Taxonomies] [Plugin: Auto Describe Taxonomies] Won't installTried on GoDaddy, BlueHost/Hostmonster, Host Gator, 1+1, NameCheap, and DreamHost. Looks like an unescaped string somewhere.
-BThere is an error in the stylesheet. Download a working copy from here: Fixing the WordPress bit.ly plugin (Wp-bitly)
There is an error in the stylesheet. Download a working copy from here: Fixing the WordPress bit.ly plugin (Wp-bitly)
Forum: Plugins
In reply to: [CDN Sync Tool] [Plugin: CDN Sync Tool] FTP Upload failsI can confirm this patch works.
Forum: Plugins
In reply to: [WP Web Scraper] [Plugin: WP Web Scraper] Error since upgrade to 2.8The error occurs when you add an un-nested quote, i.e., “table:eq(1) td:eq(3)” and “‘table:eq(1) td:eq(3)” does not work and throws the above error. Note unclosed single quotation in second example.
Forum: Plugins
In reply to: [Plug-in: Custom Contact Forms] Unable to submit – smtp fsockopenGoDaddy had php sendmail disabled. To use SMTP, you CANNOT use the regular SMTP sserver, smtpout.secureserver.net but rather use THIS SMTP server:
relay-hosting.secureserver.net, which only works behind their firewall.
Brian Brown, Ph.D.