Page 1 of 1

Bug(?) Freetag & $view variable

Posted: Sun Aug 06, 2006 12:41 pm
by La-Tense
Hi..

I'm currently working on a breadcrumb script. To get the active page/plugin I check the $view variable.
There's some strange behavior with the freetag plugin:

If I click on a tag inside an entry the view variable shows:

Code: Select all

[view] => plugin
[startpage] => 
[uriargs] => 
that's correct, but if I click on a tag on the sidebar (included by '{serendipity_showPlugin class="serendipity_plugin_freetag"}') I get

Code: Select all

[view] => start
[uriargs] => tag/kein+inhalt
[startpage] =>
and no tags are shown - that's not correct :)..

..but when I choose a tag from the sidebar, while already viewing entries by tag, the sidebar links are working ok again..

greets, tense

// edit..
some details:
Getaggte Artikel - version: 2.3
Freie Artikel-Tags - version: 2.62
Serendipity 1.0 & PHP 5.1.2

Re: Bug(?) Freetag & $view variable

Posted: Sun Aug 06, 2006 12:43 pm
by garvinhicking
Hi!

This sounds like an introduced bug/problem by one of the last freetag sidebar plugins. Please upgrade to the latest one, the link to the tag was not properly set/configured in earlier versions.

Best regards,
Garvin

Posted: Sun Aug 06, 2006 1:00 pm
by La-Tense
wow, amazing fast reply :)

While you replied I've edited my entry to show the plugin versions. I already had the latest versions, but I've reinstalled the plugins..
now the problem is that it works from sidebar and not from the entries. :)

One little thing with the 'event-plugin' config options:
The option "Send X-FreeTag-HTTP-Headers" shows up twice in config view.

greets tense

PS: all modifications from config.inc.php where disabled - problem is still there

// edit
OK! ..my problem.. I accitently altered the rewrite path by one of the plugin-configs