Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted November 6, 20222 yr What is the $form reference in the following code for streamWrapper? I have one site showing the streamOverview blurb and another that isn't but unclear what setting is influencing this? <div class='ipsFlex-flex:11 sm:ipsMargin_bottom:half'> <h1 class='ipsType_pageTitle'> <span data-role='streamTitle'>{$stream->_title}</span> </h1> {{if $form}} <p class='ipsType_reset ipsType_normal' data-role='streamOverview'> <span data-role='streamBlurb'>{$stream->blurb()}</span> </p> {{endif}} </div>
November 6, 20222 yr 20 minutes ago, Clover13 said: What is the $form reference in the following code for streamWrapper? $form comes from a php file.
November 6, 20222 yr Author 11 minutes ago, Adriano Faria said: $form comes from a php file. OK, I guess I'm trying to figure out why one site shows the streamBlurb and another doesn't and what is causing that. Any idea there?
November 6, 20222 yr Author For now I just commented out the streamOverview on both sites so the customizations are consistent.