alanft
Forum Replies Created
-
Forum: Plugins
In reply to: [Widget Logic] [Plugin: Widget Logic] Undefined function submit_button()cheers π
Forum: Plugins
In reply to: [Widget Logic] [Plugin: Widget Logic] Undefined function submit_button()The ‘dev’ version has removed submit_button() if you’d like to give that a shot
http://wordpress.org/extend/plugins/widget-logic/developers/
i’m still sitting on a few tweaks before I make it a proper release, but if you could tell me that fixes things for you, that might move things along a bit
that’s quite a tall order! Once there is a post with “hair”=”long” in category X it’s easy to test if you are in category X
in_category( array( 1,2,3 ) )
so you could just update that array with the list of categories for which that is the case. it’s manual work – and I suppose it depends how automatic you need it, and how often posts are added. Otherwise you are going to have to somehow cache the results of a query along these linesβ¦
for every post with metadata “hair”=”long” give me the list of categories those posts are in
and that list/array of categories fed into in_category does what you want
Forum: Plugins
In reply to: [Widget Logic] [Plugin: Widget Logic] Problem after upgrading to 0.52yep, i’ve taken that function out of the dev version. Cheers, all
Forum: Plugins
In reply to: [Widget Logic] [Plugin: Widget Logic] Errors after php 5.3.13 updatecool. well I can get to work fixing that for you to try. in the short term you may have some control over your PHP hosts’s error_reporting setting
http://php.net/manual/en/errorfunc.configuration.php
so if you have upgraded from 4 to 5 the new error level E_STRICT (along with my woeful coding) is what is throwing these errors.
you can set this a number of ways (php.ini files, and so on). If this is beyond you, don’t worry – I will get on the code fix soon.
Thanks all
Forum: Plugins
In reply to: [Widget Logic] [Plugin: Widget Logic] Errors after php 5.3.13 updatebrilliant, thank you so much esmi!
beichert – do those errors look familiar? it might be your update has activated some ‘strict’ setting in your PHP?
EITHER way, I’m not letting myself off the hook. I can fix all those I think – a little extra work on the 0.54
Forum: Plugins
In reply to: [Widget Logic] [Plugin: Widget Logic] Errors after php 5.3.13 updatei’m on 5.2 (.17) and OK. Anyone out there on 5.3 or 5.4 (.anything) and OK?
Forum: Plugins
In reply to: [Widget Logic] [Plugin: Widget Logic] Errors after php 5.3.13 updateI don’t suppose you saved any of the error text that was coming up? I’m not aware of any recent major changes in PHP 5, and there’s nothing really unusual in the WL code either, so I’ll have to just try and get my hands on that version of PHP and try it. (I’ll have to check the version of PHP my host has – it’s 5 something of course.)
Re 0.47, the only major change going back was that it didn’t properly filter out the widgets internally to some WP functions (eg if no widgets display, it doesn’t say the sidebar is empty and the theme should show the default widgets), but it definitely doesn’t render the HTML for any part of the widget either.
Check the HTML, point me at the site, and I’ll see what I can do. But I’d really like to see what’s up with PHP5 there. Especially in case other people start to see this π
Forum: Plugins
In reply to: [Widget Logic] [Plugin: Widget Logic] New update broke my siteGood to hear it’s sorted.
I have 0.54 (as I’m going to call it) ready with the fixes done, and the stupid mistake taken out, but once bitten etc, so I am going to sit on it a bit more.
It’s the development version at http://wordpress.org/extend/plugins/widget-logic/developers/ as per usual, but this time I’ve been sure not to change the readme’s “stable tag” property.
If anyone fancies trying it of course, I’d be much obliged.
Forum: Plugins
In reply to: [Widget Logic] [Plugin: Widget Logic] New update broke my siteif you can’t get to your admin page, or in any way delete files from your server (to remove the errant code), no there’s nothing i can do to push out the code again, sorry.
Forum: Plugins
In reply to: [Widget Logic] [Plugin: Widget Logic] New update broke my sitei’m sorry to have been the catalyst for your woes, wannasmile.
i’ve posted elsewhere that I feel particularly stupid, as the fixes I was playing with were for such minor things, that the bad fallout caused by my mistaken release of the untried code has far outweighed it!
Forum: Plugins
In reply to: (Plugin: Widget Logic) My site no longer works because of the update.hopefully you’ve seen my response on the other threads re the accidentally released 0.53
many apologies π
Forum: Fixing WordPress
In reply to: pulgin widget logic create Problemmany apologies, 0.53 release was a mistake that I have rolled back
to fix I’m afraid you will have to manually remove WL via FTP or your site’s file manager
0.52 has been reinstated as the stable version you can then reinstall
Forum: Plugins
In reply to: [Widget Logic] [Plugin: Widget Logic] New update broke my sitewannasmile – very sorry to hear that – you will need to manually remove the WL code as deadhippo outlined above
Forum: Plugins
In reply to: [Widget Logic] [Plugin: Widget Logic] Not working anymoreapologies – i have rolled back to .52 – saying .53 was the stable version was a mistake