Breaks views display on insert_view pages

lsabug - November 7, 2008 - 17:37
Project:Insert View
Version:5.x-1.0
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

Greetings,
I updated my insert_view module to the current 5x1.0 and found that it broke the display of my views on pages/blocks. They were displaying correctly with an earlier 5x-dev version. I don't have errors in my logs for this.

I have also tried updating to the latest dev version but the display is still broke - mostly it seems to be that the <th> isn't used so the field labels are displayed incorrectly.

Worse comes to worse, can I easily go back to the version that worked? Just uninstall, check system and variables for insert_view and delete and use old one?

See attached images. insertview.jpg shows the view using insertview to display in a node. The viewonly.jpg is how the view looks on it's own.

Thanks for the help.

AttachmentSize
insertview.jpg11.33 KB
viewonly.jpg3.94 KB

#1

lsabug - November 7, 2008 - 19:45

SOLVED!!

In case anyone runs into this, you have to make sure you have the following html tags in your input filter that is using the insert view tag:

<table> <th> <thead> <tbody> <td> <tr>

EDITED:
I have to add that if you are using insert view do not use html filter. I found this out after inserting a view of flash and the display was wonked until I created a new input filter with just the insert view.

 
 

Drupal is a registered trademark of Dries Buytaert.