Closed (fixed)
Project:
Menu Trails
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Dec 2008 at 16:57 UTC
Updated:
7 Aug 2009 at 17:00 UTC
First of all, thank you so much for this module! This was exactly what we needed to get our menu structure in order without going crazy. :)
I have applied a menu trail to my FAQ nodes, but when I do the word "array" is somehow output on my node. As far as I can tell it only does it for this content type. Any ideas? Perhaps it is something with the FAQ module?
Screeny: http://img503.imageshack.us/img503/8950/ss20081209105450nj8.png
Comments
Comment #1
okmi commentedi should also note that this only renders for anonymous users... when i am logged in as admin the text does not show up. perhaps this is a permissions issue?
Comment #2
erwindeclerck commentedSeems you never got an answer...
Found the same problem.
I think I found what goes wrong:
in menutrails.module the last function contains a variable $link which contains an array but is reused to produce output under certain conditions. If none of the conditions are met, the array value is still there when $link is passed to the $output variable.
I didn't do any deeper investigation, but it seems to work...
Comment #3
sunThanks for reporting! Committed a fix for this bug.
A new development snapshot will be available within the next 12 hours. This improvement will be available in the next official release.