Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: rah_section_titles
This sunny morning we can welcome new arrival, version 0.2. The new version comes with:
- Better compatibility with other plugins that play with the same drop-down, and better integration with TXP. Now the plugin doesn’t replace the entire dropdown, but only the labels within each item.
- Moved the JavaScript to
<head>. - Now requires Textpattern 4.0.7 or newer.
Offline
#32 2010-06-09 10:49:06
- redbot
- Plugin Author
- Registered: 2006-02-14
- Posts: 1,410
Re: rah_section_titles
Gocom wrote:
This sunny morning we can welcome new arrival, version 0.2. The new version comes with:
Great Jukka! Thank you.
(Not to hijack this thread but – for who may be interested – it is now semi-compatible with bot_wtc. It will be fully compatible once I change it a little in the next release)
Offline
Offline
Re: rah_section_titles
Say hi to the incidental once a year update. Version 0.3 includes:
- Fixed: Don’t throw up JavaScript when the browser has JavaScript disabled.
- Changed: Escape HTML markup by using jQuery’s text() method instead of html().
- Changed: Plugin type to the newer admin-side only.
Offline
Re: rah_section_titles
Rah_section_titles v0.4 update released. Changes:
- Now uses Textpattern’s
escape_js()function (introduced in TXP 4.4.0) to escape the strings used in JavaScript, fixing potential issues with escaping. - Changed to use
script_js()return the JavaScript wrapped in script tags. - As of version 0.4, requires Textpattern version 4.4.0 or newer.
Last edited by Gocom (2011-11-26 00:08:24)
Offline
Re: rah_section_titles
Rah_section_titles version 0.5 is out. Changelog:
- Fixed: Sorting. Sections are sorted by the title and not the name.
- Changed: Now works server-side by using pluggable_ui instead of JavaScript.
- Textpattern v4.5.0 compatibility.
Offline
#37 2012-07-30 21:59:44
- GugUser
- Member

- From: Quito (Ecuador)
- Registered: 2007-12-16
- Posts: 1,477
Re: rah_section_titles
Thank you for your plug-ins.
Unfortunately, this new version now doesn’t work with bot_write_tab_customize.
Offline
Re: rah_section_titles
GugUser wrote:
Unfortunately, this new version now doesn’t work with bot_write_tab_customize.
Please, could you report that to Redbot too? The issue is due to bot_write_tab_customize not being compatible with the changes coming in Textpattern v4.5.0 in relation to markup structure. Bot_write_tab_customize targets a node with a selector of select#section.list which is no longer present in the upcoming release.
What rah_section_title’s does, is just to use Textpattern’s native pluggable_ui interface to replace a HTML node, the section select field. To fully follow structure set by v4.5.0, the plugin uses the same markup structure used by the upcoming Textpattern version, which is still compatible with older Textpattern releases. The difference is removal of old, never really used, deprecated class attribute. Due to the change in structure, bot_wtc will not work properly, as it doesn’t find the node with the used selector.
Bot_wtc may need other fixes too for TXP v4.5.0. It probably does. This particular incompatibility can be fixed by changing select#section.list instance(s) in bot_wtc’s source code to select[name=Section].
Last edited by Gocom (2012-07-30 23:02:18)
Offline
Re: rah_section_titles
GugUser, it’s still good thing you did report. Thank you for that. While this doesn’t fix the incompatibilities, it let me notice that the generated replacement markup was missing an id. Which makes v0.6 available.
Offline
Re: rah_section_titles
Tks Jukka ;)
Two simple questions: why this feature is’nt include into the core? Why I love all rah_plugins?
Patrick.
Github | CodePen | Codier | Simplr theme | Wait Me: a maintenance theme | [\a mi.ni.ma]: a “Low Tech” simple Blog theme.
Offline
Re: rah_section_titles
Rah_section_titles v0.7 is out. Brings full Textpattern 4.5 compatibility by loading on async request too.
Offline