Bug(?) Freetag & $view variable
Posted: Sun Aug 06, 2006 12:41 pm
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:
that's correct, but if I click on a tag on the sidebar (included by '{serendipity_showPlugin class="serendipity_plugin_freetag"}') I get
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
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] => Code: Select all
[view] => start
[uriargs] => tag/kein+inhalt
[startpage] =>..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