Bug(?) Freetag & $view variable

Found a bug? Tell us!!
Post Reply
La-Tense
Posts: 4
Joined: Sat Jul 22, 2006 9:52 pm

Bug(?) Freetag & $view variable

Post 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
Last edited by La-Tense on Sun Aug 06, 2006 12:44 pm, edited 1 time in total.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Bug(?) Freetag & $view variable

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
La-Tense
Posts: 4
Joined: Sat Jul 22, 2006 9:52 pm

Post 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
Post Reply