Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: rah_status_dropdown
thebombsite wrote:
Another one. Excellent Jukka. Bet you didn’t know I used this as well. ;)
Moderator magicus knows all, right you dark orb given to all moderators? *silen...* no, apparently it doesn’t. But but, now I know *evil laug...* um, what do I know? Oh, yeah. That’s not evil matter, darn.
Stuart, do you happen to use every plugin I have released, even rah_finweather (which nolonger works nor I have the code) ;-)
Offline
Re: rah_status_dropdown
Released version 0.3. Changes:
- Fixed: Don’t spit out JavaScript when the browser’s JavaScript support is disabled.
Offline
Re: rah_status_dropdown
Released version 0.4. Now the main code is all JavaScript based, and doesn’t use PHP tie-in to get the list of article statuses.
Offline
Re: rah_status_dropdown
Rah_status_dropdown v0.5 is out. Changes:
- Added: The select field is now wrapped in a paragraph.
- Changed: Client-side dependency. Uses the pluggable_ui and server-side PHP instead of JavaScript.
- Is now compatible with Textpattern v4.5.0 (r3650 and newer).
Offline
Re: rah_status_dropdown
Hi
I updateted my TXP to 4.5.0 and I use this Plugin (Rah_status_dropdown v0.6 , 2012/08/27) , look at the
Screenhot: http://www.bilderhoster.net/img.php?id=1dswklmt.png
I have 2 Status Fields ;-)Last edited by SuMu (2012-08-28 06:15:13)
Offline
Re: rah_status_dropdown
SuMu wrote:
I have 2 Status Fields ;-)
That’s a limitation and a bug of Textpattern’s core. That will happen when two or more plugins try to use the same pluggable_ui callback event. Each time a new member registers to an event, a new copy of the widget is created. If you wish, you can do a formal issue report on the Textpattern’s issue tracker, but the developers are well aware of the situation and poor planning of pluggable_ui.
The only way you can fix that is by disabling one of the two plugins that hooks to article_ui.status
event.
Offline
Offline
Re: rah_status_dropdown
I’m getting statuses listed as zeros with the latest version on 4.5.2
Offline
Re: rah_status_dropdown
mrdale wrote:
I’m getting statuses listed as zeros with the latest version on 4.5.2
It’s a bug in Textpattern which can affects any drop down. It’s been fixed in the dev branch as of r4227. For instance, I can’t change the page by limit for panels where the limit isn’t already set.
I have no idea how Textpattern got released with that issue. I did report it right after the breaking change was done. But oh well. You can either downgrade or jump to dev branch.
Last edited by Gocom (2012-10-18 04:13:24)
Offline
Re: rah_status_dropdown
Rah_status_dropdown v0.6.1 is available. No longer presents the status options as zeros on Textpattern 4.5.2. Changelog:
- Aids Textpattern bug present
4.5.2some revisions1 on dev branch affecting all select inputs. The plugin now casts statuses as strings. This bug makes statuses appear as zeros in the list. This is due to4.5.2casting all option labels to the default values variable type which for the article status is an integer.
1 This fix-release is blindly based on Dale’s bug report. Thanks to Robert, I’ve been corrected that it in fact is not part of 4.5.2 as the report suggests, making this release unnecessary.
https://twitter.com/rwetzlmayr/status/263547859771719680
Last edited by Gocom (2012-10-31 08:33:30)
Offline
Offline