I have Joomla 3.1.5 with CB 1.9 and
“DirectPHP Version 3.0”
extensions.joomla.org/extensions/core-enhancements/coding-a-scripts-integration/custom-code-in-content/4470
ore: ARI smart content:
www.ari-soft.com/vmchk/Joomla-Components/ARI-Smart-Content/Detailed-product-flyer.html
I have several lists and in each of them I have the
Title and the Description
I would like to
generate the description with php using a query
Ore queries mixt with text. If possible using the listid as parameter in the queries
(similar to queryfields)
Now I tested the following things:
- I inserted in a
article {?php echo "Hallo World" ; ?} and it displays: "Hallo World" (
works perfect!)
- I inserted in Description of a Content Category {?php echo "Hallo World" ; ?} an it displays: "Hallo World" (
works perfect!)
- But if I insert {?php echo "Hallo World" ; ?} in the description of a
CB List then I get: {?php echo "Hallo World" ; ?}
Can you help me?
Is there an other way in CB?
Thanks