on the /faq page, answers appear without formatting. Line break that appear correctly on the node page are missing.

CommentFileSizeAuthor
#3 faq.module.patch4.59 KBluti

Comments

nancydru’s picture

I don't have this problem. Do you have the most recent code?

stella’s picture

Assigned: Unassigned » stella

Try with the latest release, 5.x-1.2, and let me know how you get on.

luti’s picture

Version: 5.x-1.1 » 5.x-1.2
StatusFileSize
new4.59 KB

I'm not sure if we are talking about the same issue, but I've noticed the teasers displayed inline are not displayed properly at my side (I have full HTML nodes, where a linebreak filter is disabled, but this was not respected, and screwed a display too much up...). Here is a patch that seems to work with me.

stella’s picture

Status: Active » Fixed

fixed in CVS. thanks.

stella’s picture

Status: Fixed » Closed (fixed)

released in 5.x-1.2-1

Shiny’s picture

An example of no formatting:
http://prototype.linuxchix.org/faq

Shiny’s picture

i've exported cvs HEAD, and still no formatting appears.

stella’s picture

Status: Closed (fixed) » Postponed (maintainer needs more info)

You've sent me the url of your FAQ page (no categories, answers hidden until questions clicked on) but can you provide the url of one of the nodes so I can compare the answer text with what it should display like? Which 'input format' are you using? i.e. filtered html, php code, full html?

Thanks,
Stella

Shiny’s picture

Here's a node url:
http://prototype.linuxchix.org/node/3

input format = Filtered HTML

Shiny’s picture

i've got categories - and a vocabulary chosen.
When i enabled "Categorize questions" The /faq url becomes blank.

perhaps i'm missing something here.

Shiny’s picture

Page layout = Questions inline
Categorize questions = false (not checked)
Categories layout = Clicking on category opens the questions/answers in a new page

and no formatting on /faq

stella’s picture

I'm pretty sure you don't have the latest version of the module installed. By looking at the source code of your generated faq page even the class names are different or don't exist. The md5sum of the latest version of the faq.module from CVS is 0b97bbdf91c2c249639df1e51ca3f36a (last updated 31st March). Can you run "md5sum faq.module" on your version to see if it matches (assuming you're running linux)? This issue was definitely fixed in 5.x-1.2-1 and even when I copy and paste one of your FAQs and configure it with the same settings, it all just works.

As for the faq page being blank when you enable categories, see #132241.

Cheers,
Stella

stella’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

  • stella committed b3da284 on 8.x-1.x
    added patch supplied by LUTi from issue #129089 plus some fixes.