Closed (fixed)
Project:
Node breadcrumb
Version:
6.x-1.0-beta3
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
2 Dec 2008 at 07:01 UTC
Updated:
28 Aug 2009 at 15:50 UTC
Jump to comment: Most recent
subj
Comments
Comment #1
firebee commentedI think I'm seeing this... The statistic counter no longer counting after I set this up. Took me a while to figure out what happen
Comment #2
Sorix commentedComment #3
Anonymous (not verified) commentedI believe i too have encountered this issue, but had not even considered Node Breadcrumbs Just taken a site fron d5.6 to d6.12 My first thought was it was all none "page" types but now realise Node Breadcrumbs are generated for affected pages.
One thing I did notice was that if you type the node/nid the counter did update but the node breadcrumb is still added , maybe a clue
Comment #4
Anonymous (not verified) commentedForgot the obvious. Tried disabling Node Breadcrumbs and the counter started to work again
Comment #5
Emmental commentedI also have this problem. However, what it is actually doing is incrementing the view counter of the parent page linked by the breadcrumb.
For example, if I use the module to link the node "Game 1" to the parent "Game Reviews", for every refresh of node "Game 1" the counter for the node "Game Reviews" is incremented.
I have had occasions where the correnct counter has updated which have usually involved a login or logout but I can't reproduce that exactly.
Comment #6
edhel commentedfixed in beta3
Comment #7
Anonymous (not verified) commentedThe new version appears to cause another issue
After uploading, I lost the View Edit Revisions Tabs for nodes using Node Breadcrumb. reverting to the previous version resolved
Comment #8
Anonymous (not verified) commentedOn further investigation i can tell you its this bit of code that makes the tabs dissapear
What it does is beyond me :)
Comment #9
edhel commentedAdd before line:
menu_set_item($_GET['q'], $menu_item);
These two line:
menu_local_tasks(0);
menu_local_tasks(1);
Fixed in dev-version (will be later at night).