Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: How to roll back to 4.0.6

Status Resolved
Add-on / Version Bloqs 4.0.7
Severity
EE Version 4.3.6

Dan Munday

Oct 07, 2018

Hi Brian,
after that bug has been fixed something other error message popped up. This case is a bit complicated and I just want to go back to 4.0.6. I have tried to copy the 4.0.6 files and replace 4.0.7 but the version number still shows 4.0.7 in the Add-on manager. May you help? Thanks.
Description:


Detailed steps to reproduce the issue:
1.
2.
3.

#1

Dan Munday

Hi Brian, Here is my observation.

Before 4.0.7 when I use Bloqs, I just used whatever atoms I needed to display contents. For example, I have a content block named, {content_blocks-theatre} which has around 10 atoms. In one template, I just wanted to output the role of a person, so the markup is:

{content_blocks-theatre}
  {r_person}
    {if '{person}{person:entry_id}{/person}' == '{layout:entryID}'}
     {role}
   {/if}
 {/r_person}
{/content_blocks-theatre}

It did not return errors at all when it was stil 4.0.6 But after it is updated to 4.0.7, the above markup returned errors as it is shown in the screenshot. Right now, what I just did is to include all the atoms inside {content_blocks-theatre} and it seems to work okay.

I just want to confirm when I use Bloqs does it mean that I have to include all the atoms inside it? Thanks, Chris

#2

Dan Munday

Here is what I have to do to prevent the errors:

{content_blocks-theatre}
                {section}
                {/section}
                {h2_only}
                {/h2_only}
                {lead_paragraph}
                {/lead_paragraph}
                {image}
                {/image}
                {quote}
                {/quote}
                {people_list}
                {/people_list}
                {r_person}
                {if '{person}{person:entry_id}{/person}' == '{layout:entryID}'}
                {role}
                {/if}
                {/r_person}
                {embed_video}
                {/embed_video}
                {date_list}
                {/date_list}
                {dates}
                {/dates}
                {gallery}
                {/gallery}
                {student_matinees}
                {/student_matinees}
                {recap}
                {/recap}
                {ticket_list}
                {/ticket_list}
                {schedule_section}
                {/schedule_section}
                {schedule_day}
                {/schedule_day}
                {schedule_item}
                {/schedule_item}
                {schedule_day_tabs}
                {/schedule_day_tabs}
                {schedule_item_show}
                {/schedule_item_show}
{/content_blocks-theatre}
#3

BoldMinded (Brian)

Comment has been marked private.

#4

Dan Munday

it works. thanks

Login to reply