Posted by giorgio79 on October 25, 2010 at 11:37am
3 followers
Jump to:
| Project: | Table of Contents |
| Version: | 6.x-3.x-dev |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
As per subject, for some reason after editing and saving a node the auto TOC does not appear.
Only after flushing cache tables.
Any tips?
Comments
#1
Do you use the filter auto-TOC or the node auto-TOC feature?
Thank you.
Alexis
#2
Hey Alexis,
On the CCK content type edit page I selected "Add table at top" and ticked "Remove table from teaser".
#3
What kind of cache do you have? (server caches outside of Drupal won't matter.)
On my end I use Boost and I have not seen such a behavior. Are you using anything more than the basic Drupal Core cache system?
Thank you.
Alexis
#4
Thanks Alexis, no boost or any other caching.
I just checked the Performance settings, and caching is disabled. I do have Page Compression enabled though :)
#5
Errr, enabled normal caching and it seems to work now.
will leave it at that, thanks for helping Alexis :)
#6
Hmmm... I guess that's bad if the feature only works when Caching is on. 8-)
I'll wait and see whether someone else ever finds a similar problem. Thank you for letting me know that it now works.
Alexis
#7
I'm seeing the same issue. In my case it's related to the revisioning module. When it's enabled, setting the per-node TOC box to "Show at top" doesn't have any effect until after the cache is cleared. When it's disabled, the TOC box shows up right away after saving the node. I'm not sure, maybe the problem is with revisioning module, not TOC.
#8
Hi Markabur,
Are you talking about this module?
Thank you.
Alexis
#9
Thanks, no, this one: http://drupal.org/project/revisioning
I wasn't the one to set it up on this site in the first place, but basically what it does is make a new, unpublished revision for any edits, which is later published in a separate step.