Extra Block Types (EBT) - New Layout Builder experience❗
Extra Block Types (EBT) - styled, customizable block types: Slideshows, Tabs, Cards, Accordions and many others. Built-in settings for background, DOM Box, javascript plugins. Experience the future of layout building today.
❗Extra Paragraph Types (EPT) - New Paragraphs experience
Extra Paragraph Types (EPT) - analogical paragraph based set of modules.
GLightbox is a pure javascript lightbox (Colorbox alternative without jQuery)❗
It can display images, iframes, inline content and videos with optional autoplay for YouTube, Vimeo and even self-hosted videos.
Field completion check
[24.04.2013 21:29:05] Alexander Yakovenko (PaFFeN): Good afternoon! I apologize for the disturbance, but I have a question:
There is a logical field <?php echo render($content['field_new_product']);?> I'm displaying it in node--product.tpl.php. The issue is how to make this field not visible when the value is turned off.
[24.04.2013 21:29:45] Alexander Yakovenko (PaFFeN): Otherwise, it turns out that whether I check the box or not, the div is definitely displayed.
[24.04.2013 22:24:39] Alexander Yakovenko (PaFFeN): Are you there?
[24.04.2013 22:27:54] Lev Myshkin: Hello, please add a check
if(!empty($node->field_new_product)){
}
[24.04.2013 22:28:05] Lev Myshkin: If it's empty, then it won't be displayed.
- Log in to post comments