Closed (fixed)
Project:
Collapse Text
Version:
7.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
2 Apr 2011 at 14:52 UTC
Updated:
10 Aug 2012 at 16:31 UTC
Jump to comment: Most recent file
Some Errors:
Any idea to fix it?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | bugs_collapse_text.pdf | 249.22 KB | SNaKeMe |
Comments
Comment #1
pukku commentedHi! I just added a new version (7.x-2.3) which adds a bunch of changes that were made to the 6.x-2.x branch. Included in them is a fix for the problems with HTML entities.
It looks as though one of the errors is due to having a
<somewhere in the title.[collapse]tags are now turned into XML tags, so you will need to encode this as<.Please let me know if the new version solves your problem.
Ricky
Comment #2
SNaKeMe commentedThe Parser error are gone away. But the Collapse Text show only "Use the arrow to expand or collapse this section". And in a view section the style is broken. Because the node is using Collapse Text. I use the node view with panels is there a problem when i have more then two collapsed text?
See the pdf attached.
Comment #3
pukku commentedOk, I'm not sure what is going on. Can you send me the raw text that you are entering? Also, what other input filters are being used, and if you are using a WYSIWYG editor, which one?
With regard to views, you need to make sure that views is processing the text with an input filter.
Ricky
Comment #4
SNaKeMe commentedThats the raw text in the node:
And so on some more questions with collapse text ...
I only use the CKEditor. Filters just the standard Filters like url to links, br an p, wrong html and html-tags. The Theme i use is Corolla.
Comment #5
pukku commentedHi! Try putting the title in quotes -- that is, instead of:
try using:
Both versions work on my D6 test site, but I can't get to my D7 site until later tonight (it's on my home computer). I will see if it also works there.
Incidentally, putting
<strong>around the tags probably has no effect on them; instead you should use theclass=option and add a css class to your theme to embolden thelegendfor the fieldset with that class.Ricky
Comment #6
SNaKeMe commentedThx for your help. Now it works. But one last question: When i quote the title then the quotes are shown also in the title on the node. Is that right? Because it dont look so nice that all my Questions are in a quote. The user could think that this are ironic questions ;-)
Comment #7
SNaKeMe commentedCan u short discribe how to do that in views?
Comment #8
pukku commentedHi! If this is still true (#6, quotes showing up in the actual text), could you please create another issue about this?
Comment #9
pukku commentedRegarding #7, not really. All I can say is that if there is a text input box which has the "Input Format" section below it, this module should work. If it doesn't, then it likely will not work.
Comment #10
pukku commentedClosing as fixed.