Hi,

I have updated quiz from 3.0 to 3.3. I use views + quiz full node view in 3.0. Everything was fine until I updated to 3.3. I can see quiz body and descriptions but I cannot see any type of questions in full node using views.

Everything is fine on normal node.

Thanks

Comments

Thet’s picture

I think i found the problem.

in quiz.module line 535, it was like this

if (!$teaser && $page) {

I changed it to

if (!$teaser) {

like in version 3.0. This has been changed version 3.1. Any reason why?

mbutcher’s picture

I'm sure there was a reason for the change, but I can't remember what it would have been. It probably had something to do with search indexing (since the search engine sets both flags to false, and we are trying not have search index the page contents).

If you want to test out the search stuff and give me some feedback, I'm open to changing things back as long as it doesn't break something.

Matt

falcon’s picture

Status: Active » Closed (fixed)

This issue seems to be outdated.