Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#121 2006-03-23 06:36:00

Logoleptic
Plugin Author
From: Kansas, USA
Registered: 2004-02-29
Posts: 482

Re: [plugin] [ORPHAN] rdt_dynamenus - automatic section and article menus

rdtietjen wrote:

I’m busy these days on other things not even Txp related and am unlikely to make such efforts as you have requested. Sorry and thanks for your interest.

Is anyone interested in taking over maintenance of this plugin?

It’s GPL-licensed, which would make it a-OK to do so. I don’t know enough to do it myself, but there have been some good updates and additions made by others in this thread.

Offline

#122 2006-03-23 06:36:55

Logoleptic
Plugin Author
From: Kansas, USA
Registered: 2004-02-29
Posts: 482

Re: [plugin] [ORPHAN] rdt_dynamenus - automatic section and article menus

maniqui wrote:

I found the way to remove the class="active" from the first list item.

Thank you, thank you, thank you! This is exactly what I came here looking for. :)

Offline

#123 2006-03-23 07:04:07

Logoleptic
Plugin Author
From: Kansas, USA
Registered: 2004-02-29
Posts: 482

Re: [plugin] [ORPHAN] rdt_dynamenus - automatic section and article menus

maniqui wrote:

I found the way to remove the class="active" from the first list item.

Oops, this doesn’t actually work with the latest version of the plugin. Here’s and updated way to make class="active" disappear from the first item in the list if you’re on the front page of a section.

The part of the code we’re concerned with is between lines 103 and 110:

<pre><code>$count = $count+1;
if ($pretext[‘id’] <notextile>==</notextile> $ID) {
$tagatts[] = “ class=’$active’”;
} elseif (empty($pretext[‘id’]) and $count <notextile>==</notextile> 1) { $tagatts[] = “ class=’$active’”;
} else {
$tagatts[] = “”;
}</code></pre>

Comment out lines 106 and 107, like so:

<pre><code>$count = $count+1;
if ($pretext[‘id’] <notextile>==</notextile> $ID) {
$tagatts[] = “ class=’$active’”;
/* } elseif (empty($pretext[‘id’]) and $count <notextile>==</notextile> 1) { $tagatts[] = “ class=’$active’”; */
} else {
$tagatts[] = “”;
}</code></pre>

That’s it!

Note: Textile is mangling parts of those code blocks. Even with notextile tags, it’s trying to turn my double-equals signs (the “equal-to” operator) into numbers. Just imagine and the numbers between angle brackets are actually “equal-to” operators and you’ll be all set.

Forum admins: Can we please get a way to turn off Textile on a per-post basis? Pretty please?

Last edited by Logoleptic (2006-03-23 07:09:55)

Offline

#124 2007-01-07 14:26:01

fuls
Member
Registered: 2005-11-16
Posts: 117
Website

Re: [plugin] [ORPHAN] rdt_dynamenus - automatic section and article menus

Attribute “order” (by section name or title ) doesn’t work for me. I’m using this plugin on txp 4.0.4
Any solutions?

Thank you!

Offline

#125 2007-01-07 16:20:36

rdtietjen
Archived Plugin Author
Registered: 2005-03-04
Posts: 31
Website

Re: [plugin] [ORPHAN] rdt_dynamenus - automatic section and article menus

fuls wrote:

Attribute “order” (by section name or title ) doesn’t work for me. I’m using this plugin on txp 4.0.4
Any solutions?

no solution to give,
this works for me:
order=“about,50early_poems,40kitchen_songs,30cosmetic_blood,20etruscan_tomb,hypersphere,printable”
on 4.0.1


TV? Buglight for humans.

Offline

#126 2011-03-09 19:38:53

kemie
Plugin Author
From: mexico<-->sweden
Registered: 2004-05-20
Posts: 495
Website

Re: [plugin] [ORPHAN] rdt_dynamenus - automatic section and article menus

anyone have the latest version of this for downloading?


~~~~~~~~~~~~~| monolinea.com | pixilate.com | istockphoto.com/kemie |~~~~~~~~~~~~~

Offline

#127 2011-03-09 20:43:32

RalphFFM
Member
Registered: 2008-10-05
Posts: 40

Re: [plugin] [ORPHAN] rdt_dynamenus - automatic section and article menus

U r searching 4 rdt_dynamenus? I don’t know if this is the latest version:
Click here – it can take a little time..

Offline

#128 2011-03-09 21:04:46

gomedia
Plugin Author
Registered: 2008-06-01
Posts: 1,373

Re: [plugin] [ORPHAN] rdt_dynamenus - automatic section and article menus

kemie wrote:

anyone have the latest version of this for downloading?

Hi Kemie,

If you want section menus with articles then adi_menu is an alternative (supported) option.

There’s a new version waiting in the wings that improves the way articles are presented – give me a shout if you’d like to try it out.

Cheers,

Adi

Offline

#129 2011-03-10 09:13:12

kemie
Plugin Author
From: mexico<-->sweden
Registered: 2004-05-20
Posts: 495
Website

Re: [plugin] [ORPHAN] rdt_dynamenus - automatic section and article menus

hey, adi,
I kinda forgot about adi_menus, even though i’ve used them before. I’0m in the process of updating an old old site which uses dynamenus, and thought about updating to the latest version of the plugin, but never crossed my mind to use something else (doh!). Would love to try out the new version!

and thanks, ralph!


~~~~~~~~~~~~~| monolinea.com | pixilate.com | istockphoto.com/kemie |~~~~~~~~~~~~~

Offline

Board footer

Powered by FluxBB