okay, i have noticed an unusual glitch - if i click on a custom page of all items from within a taxonomy (e.g. using a typical php page snippet to show all items with any term from vocabulary x, or clicking one term within vocabulary x to see all teasers etc) - then when i click that term, it shows up as a "recent item" in that list for the clickpath block...but what it's capturing is:

.../taxonomy/term/25/0/feed

..seems to do this for several things.

also noticed that it captured "page not found" even though that did NOT happen (there was no user not finding a page - it was me) - click on the link and saw that it was looking for favicon.ico!!!

any idea what's going on?

any way to simply constrict to nodes of type X (or content types and NOT 'terms' - unless the terms lnk is the taxonomy page?)

Comments

zilla’s picture

duh. it appears that simply adding:

*/feed

to the 'ignore' box in admin - fixes the problem (i believe) - and if so, you may want to consider including this as a default item in that box - for some reason it was duplicating everything - so a line for the category i viewed, then identical item above it (which i had not actually viewed) which was the same exact title, but this time the /feed path for the item...

zilla’s picture

Assigned: Unassigned » zilla
Status: Active » Fixed

marking fixed because the fix is so simple. would love to see this */feed commit to the install defaults...

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.