Closed (fixed)
Project:
Service links
Version:
6.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2009 at 01:30 UTC
Updated:
14 Nov 2010 at 18:30 UTC
I have the service links block enabled on one of my sites and it has all of the correct links when I'm logged in but when I'm anonymous, the block always shows (even for pages that it shouldn't) and appears to be linking to random content! I've triple checked my configuration. Is this a bug, and if so, how do I fix it?
Comments
Comment #1
rbgrn commentedIt appears to be a block caching issue.
I'm running Drupal 6.10. If you'd like to see how the site is configured, it's at www.rbgrn.net and I have the service links turned on for blog entries and book pages. It has always worked correctly for me when I'm logged in but I found out that to have it work correctly for anonymous users, I need to have my block cache shut off. I tried just emptying the cache and that did not work either.
Comment #2
rbgrn commentedComment #3
TheCrow commentedtry this:
search in service_links_block function this code (service_links.module file):
add a line under it for have something like:
if its not enough delete too the row inside blocks table containing the field module set as service_links and after re-enable the block under drupal block management page.
Comment #4
TheCrow commentedfixed long time ago!
Comment #5
TheCrow commented