Quantcast
Channel: Joomla! Forum - community, help and support
Viewing all articles
Browse latest Browse all 1940

Joomla! 5.x Coding • Re: Get image in my custom module in J!5

$
0
0
It works

mod_b_wp_b.xml:

Code:

<field name="img_one" type="media" directory="stories" /><field name="img_two" type="media" directory="stories" /><field name="img_three" type="media" directory="stories" />

mod_b_wp_b.php:

Code:

$img_one   = $params->get('img_one', false);$img_two   = $params->get('img_two', false);$img_three = $params->get('img_three', false);

Statistics: Posted by b_wp_b — Wed Feb 28, 2024 12:19 pm



Viewing all articles
Browse latest Browse all 1940




<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>