Closed (duplicate)
Project:
Quick Tabs
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jul 2008 at 09:38 UTC
Updated:
22 Jan 2009 at 15:23 UTC
Jump to comment: Most recent file
Comments
Comment #1
quiptime commentedBump
Activated Block Cache break the Quick Tabs function !
Only user #1 can always see the QT.
What is? You can't understand my post?
Comment #2
dawehnerthe problem:
if the blocks are cached the dynamic js and css additions are not included
-> we should add them in hook_init, but for each load (puh)
So here is a very tiny patch which solves this problem
Comment #3
RamMohanSakhamuri commentedHi All,
I am Unable to get Quick tabs for Normal Authunticated User. I am able to get QTabs for Admin(User1). But I am getting content with out QTabs. Can any body help me to find out solution??
Please find out the attachment for Sample disp between Admin and Normal user
Thanks,
RamMoahan S
Comment #4
Artem commentedSubscribing
Comment #5
Renee S commentedSubscribing
Comment #6
Flying Drupalist commented@dereine does patch work vs latest dev?
Comment #7
Renee S commentedThe patch doesn't work for me, unfortunately - I'm using latest dev of everything.
Comment #8
dawehneryes definitve the patch doesn't work
The problem is related with block cache, the problem is that hook_block $op = 'list' is cached, but quicktabs is dynamic
Comment #9
Renee S commentedHmm, I thought that Quicktabs loaded on page load?
Comment #10
Renee S commentedIn the meantime, if you have db access, the simplest fix for this problem is to simply set the
cachevalue in the quicktabs block column to "-1"Comment #11
iKillBill2 commentedHI z allen
could you please clarify more on how to set it to -1
from table of MYSQL ? or from which file? and what does -1 mean here?
thanks!
Comment #12
Renee S commentedHey iKillBill2,
The value -1 is defined in the blocks module as BLOCK_NO_CACHE. You can find it in the database in the
blockstable in thecachecolumn.The blocks are listed per enabled theme, so you have to find the module (quicktabs), then change the value in the
cachetable to -1 for instance of each theme that you have enabled.Hope this helps!
Comment #13
iKillBill2 commentedHi z allen
thanks for this, but if it is set to "NO cache", why would we need to enable block cache for quicktab?
Comment #14
Renee S commentedErm, you're setting it not to cache. If cached, it mucks up the display. If it's already set not to cache, then you should be fine and not encounter the bug described above. If you are still encountering it, well, then I can't help :)
Comment #15
dawehnerso this bug should be solved?
Comment #16
katbailey commenteddereine: where's the patch? you mean the one in #2? I thought you said that didn't work. Confused...
Comment #17
pasqualle#342459: Block cache problem (Not showing for anonymous or authenticated users)