10 years ago
1
Topic

Hi there,

I'm so frustrated! I'm trying to show an image in the intro view of an article, and view it as a default Joomla com_content blog.

I've tried everything, and nothing shows on the front end. In fact, when I view the page source, even the hard coded <img> tags are gone!

Please HELP!

Thank you!

PS: Here's what I tried in my override (all of the other fields work - just not the image):

------------------------------------------------------

<?php
// No Direct Access
defined( '_JEXEC' ) or die;
?>


     <?php echo "Hello World"?>
     Hi hi hi
     <img src="/image.jpg"/>
     <img class="simple_gallery" width="50" height="65" src="/<?php echo $cck->getThumb1('art_image_intro'); ?>" title="<?php echo $cck->getValue('art_image_intro'); ?>"/>
     <?php echo $cck->getTypo('art_image_intro')?>
     <?php echo $cck->getValue('art_image_intro')?>
     <?php echo $cck->renderField('art_image_intro')?>
     <?php echo $cck->renderField('art_catid')?>
     <?php echo $cck->renderField('art_created_by')?>


Get a Book for SEBLOD
10 years ago
0
Level 1

Hi kitchenstuffplus,

Thank you for your post and welome to SEBLOD forum.

Sorry for the delay. For your question, i advise you to set a custom variation to a position in the intro view of your content type.

Regards,
Mehdi.

Get a VIP membership