Where should TEXTA appear in BB-Familiar2?
Posted: Thu Aug 20, 2015 7:38 am
Hi,
I put in random text for TEXT A and TEXT B under Layout just to see where it went. Text B shows up in the footer area ... I'm not getting anything to show up on any pages for TEXT A. I checked some of the files, and I found this in BB-Footer4.sst:
So I'm guessing I must have the value of VAR.UseTextA to "other" ... but can't find where that is set. Or maybe there is another IF around it I'm not catching?
Thanks!
I put in random text for TEXT A and TEXT B under Layout just to see where it went. Text B shows up in the footer area ... I'm not getting anything to show up on any pages for TEXT A. I checked some of the files, and I found this in BB-Footer4.sst:
- Code: Select all
[-- IF VAR.UseTextA "other" --][-- ELSE_IF STORE.TextA --][-- VAR.TextA "yes" --][-- VAR.FooterExcessCount INC --][-- END_IF --]
[-- IF VAR.TextA "yes" --]<div class="bb-footerexcesstexta">[-- STORE.TextA --]</div>[-- END_IF --]
So I'm guessing I must have the value of VAR.UseTextA to "other" ... but can't find where that is set. Or maybe there is another IF around it I'm not catching?
Thanks!