Tim Hyde
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 3.8 – No Delete Theme OptionNo scrub that I found it. Click the theme and the popup contains a delete link if the theme is not active.
Forum: Plugins
In reply to: Plugin repository svn not workingThanks, I ended up ditching TortoiseSVN in favour of one of the other windows command line clients. It works now.
Thanks
Forum: Plugins
In reply to: Plugin repository svn not workingOK, it works on my linux server, by starting afresh. So something on my PC has broken things!??
Forum: Plugins
In reply to: Plugin repository svn not workingI am on Windows 7 PC, so only usual Windows updates. I don’t recall updating svn.
Forum: Plugins
In reply to: Plugin repository svn not workingYep, I can checkout the code. It doesn’t seem to get as far as asking for the username and password when I try and commit.
Yep same problem.
Error occurs only when using the tow options as stated above.
Forum: Plugins
In reply to: [Sermon Manager] Player not working in IOSI’ll need to set it up on another test site, as the site in question we have now removed the player and just using html browsers default which works.
Could do with easy way of disabling or replacing media element player. Just edited code for now.
Forum: Plugins
In reply to: [Sermon Manager] Player not working in IOSNo on the view that came with plugin which we have copied into our theme, so we could adjust main container div name, but that is all.
It works on single sermon page.
Temporarily have removed player completely and relying on html5 browser native players.
Forum: Plugins
In reply to: [Sermon Manager] Series ImagesGreat. Following. I’ll have a more detailed look at the code.
Forum: Plugins
In reply to: [Sermon Manager] Series ImagesOk working now. But the taxonomy images interface could do with updating to match new media interface in WP at some point.
Other improvements suggested:
– The type select box – can the options be edited somewhere? The default option of Adult Bible Class is not a term used in the UK.
– There is no view for bible book archive
– The filter could be more like a filter using ajax and allow multiple filters rather than jumping to another page.
– Bible book would be better as pre filled select. I know this is harder to pull off with taxonomy but..Is the project just hosted on svn or do you have it on git somewhere? Happy to help take this further if you like!
I run wordpresschurch.org by the way. Get in touch if you fancy collaborating on this. I keep meaning to write my own plugin to do this but this one is getting close to what is required I think.
Forum: Plugins
In reply to: [Sermon Manager] Series ImagesAh! Was just testing with defaults so hadn’t saved settings.
Thanks
Forum: Plugins
In reply to: [BP GTM System] Plugin ErrorYou get this error with a lot of plugins right now due to changes in the wpdb prepare function. This plugin needs updating for WordPress 3.5.
Forum: Installing WordPress
In reply to: How can I add a second blog to one web site domain?You could also use WordPress in Network mode, and have as many sites as you like on sub-domains or directories. And rather than have lots of separate installs of WordPress in sub-folders they would all be managed from the same dashboard.
Well it does takes time to release stuff. I’m just grateful Donncha continues to support the plugin as well as he does.
You just need to download and then ftp it to your plugins folder.
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] SERVER_NAME vs. HTTP_HOSTIn what way does the current trunk ‘fix’ this.
Supercache 1.1 is totally broken on nginx because SERVER_NAME does not exist.
As admintiger suggests, the plugin should default back to HTTP_HOST when SERVER_NAME doesn’t exist. But the current version doesn’t do this.
This needs addressing urgently.