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.

CommentFileSizeAuthor
viewonly.jpg3.94 KBlias
insertview.jpg11.33 KBlias

Comments

lias’s picture

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.

pasqualle’s picture

Status: Active » Closed (fixed)

closing all D5 issues