Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Clover13 Posted November 6, 2022 Posted November 6, 2022 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>
Adriano Faria Posted November 6, 2022 Posted November 6, 2022 20 minutes ago, Clover13 said: What is the $form reference in the following code for streamWrapper? $form comes from a php file. Clover13 1
Clover13 Posted November 6, 2022 Author Posted November 6, 2022 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?
Clover13 Posted November 6, 2022 Author Posted November 6, 2022 For now I just commented out the streamOverview on both sites so the customizations are consistent.
Recommended Posts