End of Support for Joomla 3 - Forum closed
[SOLVED] News Modul
- Streuner30
- Offline Topic Author
- Fresh Boarder
- Posts: 1
- Thank you received: 1
Hallo, wenn ich das News Modul von Joomla einbinde wird kein Bild angezeigt. Das liegt wohl am Template Override. Wie kann ich Fotos in News anzeigen lassen?
Last Edit:5 years 2 months ago
by Streuner30
Last edit: 5 years 2 months ago by Streuner30.
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hallo,
live Url bitte oder benutzen sie das roksproket strips module als News Module
live Url bitte oder benutzen sie das roksproket strips module als News Module
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
- Streuner30
- Offline Topic Author
- Fresh Boarder
- Posts: 1
- Thank you received: 1
Ich habe den Fehler gefunden. Sehr wahrscheinlich ist das Template programiert worden wo die funktion von Joomla nicht zur Verfügung stand.
Im Ordner warp/systems/joomla/layouts/mod articles_news/_item.php wird das Bild nicht abgerufen. Diese funktion stellt Joomla seit Version 3.7 aber zur Verfügung. Es fehlt
Im Ordner warp/systems/joomla/layouts/mod articles_news/_item.php wird das Bild nicht abgerufen. Diese funktion stellt Joomla seit Version 3.7 aber zur Verfügung. Es fehlt
Warning: Spoiler!
<?php if ($params->get('img_intro_full') !== 'none' && !empty($item->imageSrc)) : ?>
<figure class="newsflash-image">
<img src="<?php echo $item->imageSrc; ?>" alt="<?php echo $item->imageAlt; ?>">
<?php if (!empty($item->imageCaption)) : ?>
<figcaption>
<?php echo $item->imageCaption; ?>
</figcaption>
<?php endif; ?>
</figure>
<?php endif; ?>
<figure class="newsflash-image">
<img src="<?php echo $item->imageSrc; ?>" alt="<?php echo $item->imageAlt; ?>">
<?php if (!empty($item->imageCaption)) : ?>
<figcaption>
<?php echo $item->imageCaption; ?>
</figcaption>
<?php endif; ?>
</figure>
<?php endif; ?>
by Streuner30
Please Log in or Create an account to join the conversation.
- Streuner30
- Offline Topic Author
- Fresh Boarder
- Posts: 1
- Thank you received: 1
Problem solved.
by Streuner30
The following user(s) said Thank You: joomlaplates
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates