logo

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.

Demo EBT modules Download EBT modules

❗Extra Paragraph Types (EPT) - New Paragraphs experience

Extra Paragraph Types (EPT) - analogical paragraph based set of modules.

Demo EPT modules Download EPT modules

Scroll

Wrap the variable in a preset

22/02/2025, by Anonymous (not verified)
Forums

I'm trying to display a photo from a field in my module.

 

Why does $name .='<іmg src="'.$profile->picture.'"/>'; correctly show the standard user image, while
$name ='<іmg src="/'.$profile->field_profile_photo.'"/>'; from the profile field only displays icons and doesn't show the actual image?

 

What other options are there for output?