Active
Project:
Table of Contents
Version:
6.x-3.6
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Feb 2011 at 20:02 UTC
Updated:
3 Nov 2011 at 08:23 UTC
Jump to comment: Most recent file
Comments
Comment #1
AlexisWilke commentedI'm not too sure I understand what you're saying here...
Do you mean that if you read your page you actually see the variable "toc_collapse=0;" ?
If that's the case, would you mind pasting a URL to that page?
Thank you.
Alexis
Comment #2
chocolatfrog commentedthanks for the fast reply, its really appreciated.
Here are my TOC configurations :
- No automatic table of content
- In my type of content users specify in a drop down menu to Add the table of content at the top
I have add a capture screen of the search results on my website where we can see "toc_collapse=0;" tag.
Comment #3
AlexisWilke commentedchocolatfrog,
Pourrais-tu essayer avec la version de dévelopement. Je crois déjà avoir réparé ce problème.
Merci.
Alexis
Comment #4
chocolatfrog commentedMerci Alexix,
How to you think would be better to proceed? should I edit all my content that has a TOC attach to it and specify no Table of contents, clear the cache, reindex the search engine, then update the module with the dev version and reedit to reattach the TOC to my content?
Or simply updating to dev shoud be enough?
Comment #5
AlexisWilke commentedTo make sure, you may want to first make a backup of you existing database.
Then copy the 6.x-3.x-dev version in your folder.
Finally, check one page and reset it if necessary (i.e. if it is in a cache, it will need to be "awaken" to display properly.) If that works, then you can proceed with resetting the whole cache.
Since this is a filter you shouldn't have to edit anything, it should just reprocess the node and show you the new result.
Thank you.
Alexis
Comment #6
chocolatfrog commentedHi Alexis,
So I did what you told me and install the dev version. The "toc_collapse=0; Table of Contents" is still showing up, I have tried different settings: automatic at the top; manually inserting [ toc ] ; selecting add the table of contents at the top in the content type ; changing the imput filter to have TOC after HTML filter or even before it... and each time the "toc_collapse=0; Table of Contents" is there.
Odd behavior I noticed too... sometime de Table of Contents is absent even if it is selected in the content type. Yesterday in my test I have add the TOC on all my content type entries and this morning some page have their Table of Contents missing.... when I check the settings the "Add table of contents at the top" is selected for all of the pages and they have their tags < H2 > < h3 > (without any other HTML codes) in places. By clicking modified without changing anything, the Table of contents gets back.
In the 6.x-3.6 version this behavior isnt present.
Comment #7
intropedro commentedHi chocolatfrog,
I had the same error and I just solved.
I have put 3-x version and in the order of the filters applied to an input type, I've put the last one and I was missing "toc_collapse = 0;"
I hope that helps you