Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#73 2005-09-15 21:49:06

Vitruvius
Plugin Author
Registered: 2004-09-21
Posts: 125

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

Sunmaker – can you give us a link to have a look at. I have been using this plugin for sometime and have not noticed any additional spacing… But I would be happy to have a look at your site and see if I can see what is going on.

SH

Offline

#74 2005-09-16 00:37:46

sunmaker
Member
From: Washington DC
Registered: 2005-01-04
Posts: 40

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

Vitruvius has helped me offline and the problem is resolved. Many thanks to this forum and to the plugin author.


All boundaries are for practical purposes only.

Offline

#75 2005-09-17 13:05:35

Vitruvius
Plugin Author
Registered: 2004-09-21
Posts: 125

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

I second newnomad — the latest version I have of this plugin (which shows in my install as 0.7) is not providing a link to the home page.

Instead of: <code><li id=“menu_default”><a href=”/”>Home</a></li></code>

it is producing <code><li id=“menu_default”><a href=”“>Home</a></li></code>

Note the missing contents of the <code><a href=”“></code> tag.

Any ideas? I bet this crept in when the order issue was fixed last…

:)

Offline

#76 2005-09-17 13:22:43

Vitruvius
Plugin Author
Registered: 2004-09-21
Posts: 125

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

I should have pick it – this is related to the <code>$pfr</code> issue mentioned earlier in the thread.

I fixed it by by-passing <code>$pfr</code> and using <code>hu</code> instead:

The line <code>$linkref = ‘ href=”’.$pfr.$sect.’”’;</code>

goes to <code>$linkref = ‘ href=”’.hu.$sect.’”’;</code>

This works with my install of 4.01.

SH

Last edited by Vitruvius (2005-09-17 13:24:12)

Offline

#77 2005-10-14 16:48:07

wondermonkey
New Member
Registered: 2005-06-05
Posts: 5

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

Okay, kinda an emergency here, but I noticed I was getting that error related to the global variable that was discussed earlier. So, I thought I’d uninstall the plugin and reinstall it (my host was having problems earlier, and didn’t know if it was something they’d done).

When I go to reinstall it I get the following error:

Notice: unserialize(): Argument is not a string in /home/arianete/public_html/textpattern/include/txp_plugin.php on line 152

Badly formed or empty plugin code

Thus, it’s not installing… PLEASE HELP

Offline

#78 2005-10-14 17:29:54

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

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

http://publishingpipelines.com/rdt_dynamenus.php returns a webpage full of encoded PHP plugin code. you’re supposed to select all, copy and then paste into the plugin textarea. other than that, i don’t know.


TV? Buglight for humans.

Offline

#79 2005-10-14 17:46:34

wondermonkey
New Member
Registered: 2005-06-05
Posts: 5

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

Um, shit, that’s what I’m doing. If you don’t know, then… what can I do?

Have you tried installing it with 4.0.1 yet? Can you test that?

Last edited by wondermonkey (2005-10-14 17:47:39)

Offline

#80 2005-10-14 20:24:10

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

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

> wondermonkey wrote:

> Um, shit, that’s what I’m doing. If you don’t know, then… what can I do?

Have you tried installing it with 4.0.1 yet? Can you test that?

I just tried it successfully, without your serialize error.
Textpattern version: 4.0.1 (r888)

sorry.


TV? Buglight for humans.

Offline

#81 2005-10-16 00:29:36

wondermonkey
New Member
Registered: 2005-06-05
Posts: 5

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

Hmmm, damn. Will try it again tomorrow.

Wish me luck…

Offline

#82 2005-10-16 01:20:20

Infi
Member
Registered: 2005-05-28
Posts: 75

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

Vitrius -
I fixed [the empty home link] by by-passing $pfr and using hu instead:
The line $linkref = ‘ href=”’.$pfr.$sect.’”’;
goes to $linkref = ‘ href=”’.hu.$sect.’”’;

Thanks for that. Worked for me, too.

Offline

#83 2005-10-16 03:03:40

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

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

> Infi wrote:

> bq. Vitrius -
I fixed [the empty home link] by by-passing $pfr and using hu instead:
The line $linkref = ‘ href=”’.$pfr.$sect.’”’;
goes to $linkref = ‘ href=”’.hu.$sect.’”’;

Thanks for that. Worked for me, too.

screw it, i’ll change version .8 to just hu, unless consensus preference is for rhu which is less verbose.


TV? Buglight for humans.

Offline

#84 2005-10-16 05:07:09

Infi
Member
Registered: 2005-05-28
Posts: 75

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

? (Haven’t followed the whole thread.) That little temp fix corrected the empty home link issue, though.

Thanks for a great plugin. It’s perfect for top-level menus. :)

Offline

Board footer

Powered by FluxBB