bl968
Forum Replies Created
-
Using phpmyadmin it is safe to run the following sql statements
select the database then the wp_options table; The click the sql tab;
Paste these in
delete from wp_options where option_name like "%_transient_%"; delete from wp_options where option_name like "%displayed_galleries_%";
Doing so on 3 wordpress sites using large nextgen galleries reduced mysql load on the server from 27% of the CPU to 9.5%
Nextgen needs to make it’s own tables for these as a select * from wp_options where autoload is yes statement is called on every page load.
Using phpmyadmin it is safe to run the following sql statements
use yourwordpressdb;
delete from wp_options where option_name like “%_transient_%”;
delete from wp_options where option_name like “%displayed_galleries_%”;Doing so on 3 wordpress sites using large nextgen galleries reduced mysql load on the server from 27% of the CPU to 12%
Nextgen needs to make it’s own tables for these as a wp_options is called on every page load.
Forum: Plugins
In reply to: [Yoast SEO] XML sitemap not showing (Just blank)!I tracked my issue down to a php memory allocation error.
Forum: Plugins
In reply to: [Yoast SEO] XML sitemap not showing (Just blank)!I am having this same problem. My main sitemap is not working. My News sitemap is working just fine. I have tried both steps in this post.
Forum: Plugins
In reply to: [BruteProtect] SuggestionsYou misunderstadn on #1 Sam. I want to be able to turn it off by default for all my users who have no need to know anything at all about Brute Protect. (Non-technical etc)
Please hurry I am considering a different plugin if yours won’t do it.
https://support.google.com/news/publisher/bin/answer.py?hl=en&answer=185541
769 is the gallery id for this gallery in question.
The anchor got stripped I suggested
<a name="Nexgen-Gallery-769"></a>
Forum: Plugins
In reply to: Yoast RemoveTell you what Joost if you put in a switch on the options page of your plugins to disable the feed site wide, feed I will remove my plugin.
Forum: Plugins
In reply to: Yoast RemoveOk, basically someone thought that Mr. Joost de Valk’s name was actually Yoast, and that I named my plugin using his name. I explained things and WordPress restored the plugin to the extend site.
I have added a disclaimer to the description as follows.
This plugin is not associated nor affiliated with “Joost de Valk” nor the “Yoast – Tweaking Websites” website. While this plugin removes his widget from the dashboard of your web site, I encourage each of you to send Mr de Valk a cash donation if you use his plugins.
Also so that Mr de Valk does not think that I am trying to profit off giving people a way of removing his widget from their dashboard, I changed the donation link from www.ads-software.com to his donation page on paypal.
I hope this removes any bad feelings related to my plugin.
Forum: Plugins
In reply to: Yoast RemoveI would like to know why this plugin was removed from the extend site?
There are only a few restrictions:
1. Your plugin must be GPL Compatible.
2. It can’t do anything illegal, or be morally offensive (that’s subjective, we know).
3. You have to actually use the subversion repository we give you in order for your plugin to show up on this site. The WordPress Plugins Directory is a hosting site, not a listing site.What specifically did my plugin do that violated any of those three restrictions.
Forum: Plugins
In reply to: Yoast RemoveYep sure is, but as a GPL plugin I could just as easily have forked it, and released my own version without the widget. We could have competed against each other for market share. That my friend would have been brutal. Instead I simply created an option for myself and others to remove an unwanted widget from the dashboards of themselves and their users.
I have had emails from several of your users who thanked me for giving them this option. I don’t dislike you or your plugins, I just wanted it to be a little less annoying. For example when you had two yoast plugins installed you could have had more than one Yoast tweaking websites on your dashboard, Tisk tisk.
I would imagine you have made more money from this than I have, and for that I commend you.
Forum: Fixing WordPress
In reply to: [Plugin: Sociable] get rid of evil dashboard widgetThe current version is on the plugin repository now. I recommend using that one instead.
Forum: Plugins
In reply to: Yoast RemoveUsing screen options only removes it from my dashboard. The issue is the feed is placed on all of the user’s dashboards. Most of my users are non-technical, don’t run a web site, and have no interest in, or use for this feed.
If you had given people a way to disable the feed site wide there would have been no need for this plugin to be written. Face it man you blew the ethical coder test and got smacked for it. So yes indeed the honor is all yours.
I have no problems with you placing your feed on your plugin settings page such as the NextGen gallery does. I have no problems with you including a donation option, or even giving props to your donors. But forcing your feed on every one of my users dashboard is as bad as theme authors including hidden, paid or sponsored links in their themes, afterall they gotta make a living too.
It’s not allowed for themes, and should not be allowed for plugins.
Forum: Fixing WordPress
In reply to: [Plugin: Sociable] get rid of evil dashboard widgetThis plugin will remove the widget. Upload to plugins directory and activate. Say bye bye to the Latest News Widget.