alanft
Forum Replies Created
-
Forum: Plugins
In reply to: [Widget Logic] Translation supporti’ve checked those in to the main repository
will work on a release very soon
Forum: Plugins
In reply to: [Widget Logic] Widgets won't expand in admin to display settingsi’ve tentatively changed the %i% to XXX in my own live version and in the repository DEV version and it’s certainly done no harm.
I’ll get this in the official release soon – as no other 3.5 issues appear to have arisen.
Forum: Plugins
In reply to: [Widget Logic] Translation supportthanks – i remembered there is a ‘generate POT file’ function for WP plugin repository users, so I’ve done that.
Check out the DEV version now, and see if that works right – i’ve left in your two -de_DE files…
widget-logic-de_DE.mo
widget-logic-de_DE.poLet me know so I can release this asap with the 3.5 fixes in it too.
Forum: Plugins
In reply to: [Widget Logic] Translation supportThank you so very much – I really appreciate that. It’ll take a bit of integrating it into the latest dev version, but not a great deal.
Will it take much to add to the list of languages? Apologies – this is probably easy to lookup.
Looks like I’ll be doing a live update soon (cos of 3.5) so I will be adding this in, so expect a credit!
Forum: Plugins
In reply to: [Widget Logic] Widgets won't expand in admin to display settingsThanks 3pepe3 – I think this might finally provoke an update from me!
I don’t quite follow how the jquery update messes things up. Does this mean that the widget code changed so the %i% thing is officially no longer the way to spec the template
Forum: Plugins
In reply to: [Widget Logic] Widget Logic Based on Cookies?yep of course – any PHP you like. though if it’s just “not signed in” you can use !is_user_logged_in(), coincidentally one of the examples on
http://wordpress.org/extend/plugins/widget-logic/other_notes/
Forum: Plugins
In reply to: [Widget Logic] Widgets won't expand in admin to display settingslink me to the adrotate plugin so i can check it out
Forum: Plugins
In reply to: [Widget Logic] Translation supportthere’s so little displayed text – if you give me pointers, show me some examples on how to add the locale text changes, I’ll give it a go myself.
Forum: Plugins
In reply to: [Widget Logic] Error in login widgetpoint me at the login widget and i’ll take a look
Forum: Plugins
In reply to: [Widget Logic] 500 internal server error, when having the pluging activatedtry deleting and a fresh install, as I’ve not seen a 500 error with a regular install before – perhaps some extra text got in the file, or it got scrambled somewhere. certainly worth a go if you can
Forum: Plugins
In reply to: [Widget Logic] Plugin not workingi’m guessing it’s a widget supplied by your theme – is it a public theme with code I can look at?
Forum: Plugins
In reply to: [Widget Logic] Embedding Code and Widget Logicit’s a small part of Widget Logic – there is some basic info on the other_notes page…
http://wordpress.org/extend/plugins/widget-logic/other_notes/
Forum: Plugins
In reply to: [Widget Logic] Embedding Code and Widget LogicI think you need to put this into your theme (1 in the head, and 2 wherever is appropriate)
widget logic is not the obvious way to do 2 – but you could using the widget_content filter get it into a specific widget
Forum: Plugins
In reply to: [Widget Logic] Plugin not workingbut it works if widget logic is inactive? what is the twitter widget you are using?
is that not the same problem as before? ie is_single() && in_category(X)
(sorry it’s late, I’m probably missing some subtle difference)