itsonlybarney
Forum Replies Created
-
Again, the original plugin did what I wanted without a “new, improved” UI and Amazon API integration. It was a simple redirect plugin with clean URLs.
I will be rolling back to a pre-Lasso version of the plugin, that does exactly what I want without any of the unnecessary “showmanship” that seems to be creeping into WP plugins nowadays.
I can confirm this is the case.
I deactivated and deleted the plugin, at 7 tables were left behind, they may have zero contents, but they are still present in the database.
Forum: Plugins
In reply to: [WP Server Health Stats] Correct IP for Apache behind Nginx?I just had a poke around, and think that I have worked out why.
My server hostname is not a FQDN and so the lookup returns a localhost address.
Forum: Fixing WordPress
In reply to: Work on a Post Before Publishing@jtleathers: This is for a page that has already been published & I want to make changes to it, save it for reviewing later, before publishing it over the top of the previously published page.
@theotherlebowski: I could easily do that, but I was wondering if there was a more streamlined method. I thought about using a Copy Post plugin, until I found a plugin that did exactly what I wanted to do for me.
Forum: Plugins
In reply to: [Progress Bar] Customise the TextLooking forward to seeing it implemented.
Cheers
Forum: Fixing WordPress
In reply to: RSS Feed Error – Other WordPress NewsI just had a look at my blogs, seems to be working now. Might have been a caching issue.
Forum: Fixing WordPress
In reply to: RSS Feed Error – Other WordPress NewsIt definitely isn’t an issue as I generally hide it, but this is the first time I have seen it happen, and when I checked the other WP installations on the same server, that widget works on the other installs, just not this new one.
Forum: Fixing WordPress
In reply to: Count Items in LoopThanks alchymyth, your code worked perfectly
Forum: Fixing WordPress
In reply to: Count Items in LoopWhen I ran the following code:
$count = count($loop);$count was always equal to 1, no matter how many items the loop pulled out of the DB.
Forum: Fixing WordPress
In reply to: Count Items in LoopIf I wanted to have two columns, and the items listed in alphabetical order, I want the columns to be like:
A | E
B | F
C | G
D | Hrather than:
A | B
C | D
E | F
G | HThis is assuming my understanding of what you are saying is correct.
Forum: Fixing WordPress
In reply to: External Database with WPAre these two servers hosted on the same network? Maybe try their respective local IP addresses.
If this doesn’t work, I’m all out of ideas.
Forum: Fixing WordPress
In reply to: External Database with WPChange your DB_HOST setting in wp-config.php to this format:
define('DB_HOST', '###.###.##.###');This might be one issue, as for the database server, maybe you need to provide the server IP for the incoming domain on the mySQL server.
Forum: Fixing WordPress
In reply to: External Database with WPThe company providing the database should be able to give you an address to connect to the database.
You might be given a link like those shown here such as MediaTemple Gridserver or Rackspace Cloud.
Forum: Fixing WordPress
In reply to: External Database with WPTo clarify your questions:
You have an existing website with that has user registrations, and you are wanting to create a blog, that uses the existing user registration data?
Forum: Fixing WordPress
In reply to: Google AnalyticsTry adding this plugin so you don’t have to edit theme files.