Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#13 2008-07-13 19:24:54
- redbot
- Plugin Author
- Registered: 2006-02-14
- Posts: 1,410
Re: rah_section_titles
Gocom wrote:
;)))))No I must resist… no I can’t… must say it… Thanks for the thanks’ for the thanks for the thanks. lol.
Offline
#14 2008-07-13 20:06:02
- masa
- Member
- From: Asturias, Spain
- Registered: 2005-11-25
- Posts: 1,091
Re: rah_section_titles
redbot wrote:
Personally I don’t agree, anyway if you prefer to call it “page” instead of “section” you can change the label in the txp_lang table
I can see the dilemma here, but it depends very much on the way a site is organised. If you have sections with only a single, static article assigned to them, it might make sense to call it a page.
But usually a section is home to many individual articles in which case the articles themselves would appear as pages.
Therefore I agree with redbot and others that a section is not a page. In my experience users don’t have a problem with that concept.
Offline
#15 2008-09-04 15:42:43
- redbot
- Plugin Author
- Registered: 2006-02-14
- Posts: 1,410
Re: rah_section_titles
Hi Jukka,
nothing really important, but I think you forgot a “<br />” around line 47 of your plugin (label and select are on the same line).
In my installations I change:
$out[] = '<select id="section" name="Section">';
with
$out[] = '<br /><select id="section" name="Section">';
and everything looks right
Last edited by redbot (2008-09-04 15:43:34)
Offline
Re: rah_section_titles
redbot, Yeah, i missed it. I didn’t sport it cause the select field automatically apearead on it’s own line (cause browser’s default setting and longish default sections).
Change merged in next version. Going to be up, when the repo site is again up (tonight hopefully).
Offline
Re: rah_section_titles
New version up 0.1.2. Changelog, the one missing <br />
was added.
Offline
#18 2008-09-07 01:52:40
- redbot
- Plugin Author
- Registered: 2006-02-14
- Posts: 1,410
Re: rah_section_titles
Thank you Jukka, and thank you again for the latest zillion plugins you released: some of them will come very useful for me!
Offline
Offline
Re: rah_section_titles
Hey Jukka ;)
Why don’t combine your [great] plugin with sed_sections_fields one? Cause if we use the sed one hidden sections are still displaying…
Cheers,
Patrick.
Github | CodePen | Codier | Simplr theme | Wait Me: a maintenance theme | [\a mi.ni.ma]: a “Low Tech” simple Blog theme.
Offline
Offline
Re: rah_section_titles
…Arg Jukka! It’s a pitty!
I had a dream : rah_section_titles and sed_sections_fields combined into one… A great wedding!
Are we living in an ideal world? Seems we not :(
Best regards ;(
Last edited by Pat64 (2008-10-03 13:11:22)
Patrick.
Github | CodePen | Codier | Simplr theme | Wait Me: a maintenance theme | [\a mi.ni.ma]: a “Low Tech” simple Blog theme.
Offline
#23 2008-11-08 17:54:02
- Nonsense
- Member
- Registered: 2005-11-25
- Posts: 53
Re: rah_section_titles
Hmmm… I can’t get this to work.
If I activate the plugin the dropdown list doesn’t show, and if I look at the code I find the list but the names aren’t changed to titles.
I’m on 4.05.
Offline
Re: rah_section_titles
Nonsense wrote:
If I activate the plugin the dropdown list doesn’t show, and if I look at the code I find the list but the names aren’t changed to titles.
It uses Javascript, so you can only see it in DOM, not in actual source code ;)
Make sure that you have:
- Modern browser with newest JavaScript engine; javascript version that supports all current pseudo selectors (IE7.0.5230+, Safari 3.1+, Firefox 2+, Opera 9+).
- JavaScript enabled.
- Page not cached in comp’s. memory.
Try to:
- Restart browser and empty cache; in example Firefox 3’s JavaScript engine is buggy (it fails regulary).
- Update jQuery version.
- Update Textpattern (shouldn’t make difference: section select’s code haven’t change since 4.0.4).
Hope that helps :)
Last edited by Gocom (2008-11-08 21:45:27)
Offline