Hello,
I have a block with the users who have the highest no. of points at the front page. While the numbers of points shows correctly when a user is logged in, it is not correctly shown if a user is logged off (i.e. as guest). E.g. it shows 78 if logged in but only 2 if a guest visits the page.
I have only one taxonomy term for the points. I have given permission to guests to view the points.
Any idea what causes this problem?
Thanks!
Roger
Comments
Comment #1
Militopedia commentedHello again,
I think I have found the reason: I had an additional taxonomy term called "awards" which I set as default. I guess that for guests only the uncategorized points were shown while for the logged in user the sum of both "awards" and "uncategorized".
I don't know if that's how it should be or how to change that. But I deleted the taxonomy term "awards" and now have only "uncategorized" and it works now.
Cheers,
Roger
Comment #2
kbahey commentedComment #3
jredding commentedI'm going to modify this to a feature request as the current implementation only displays uncategorized points. A new configuration should be added to allow for the selection of a category.
Not sure when I'll have time to do this though so hopefully someone (hint, hint you the one reading this) can step in and help implement this.
Comment #4
jredding commentedWhen responding to this I, apparently, wasn't thinking clearly. There are separate blocks for each category.
In tests here each individual block is displaying that correct number of points. Check your block setting and make the same block is appearing for both logged in users and guests.
Comment #5
berdirThis seems to be resolved :)