UPDATES EasyBlog 6.0.11 Released! Update to the latest version now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is offline
It is currently off working hours and most of us aren't around

Rest assured that we will get back to you as soon as the day starts tomorrow!
  Support is offline
Hi,

I have an issue with the easybog recent blogs module.

In my default_item.php I have the following code:

<div class="mod-item">

<?php if( $params->get( 'photo_show') ){ ?>
<?php if( !empty( $post->source ) ){ ?>
<?php require( JModuleHelper::getLayoutPath('mod_latestblogs', $post->source . '_item' ) ); ?>
<?php } else { ?>

<?php if( $post->getImage() ){ ?>
<div class="mod-post-image align-<?php echo $params->get( 'alignment' , 'default' );?>">
<a href="<?php echo $url; ?>"><img src="<?php echo $post->getImage()->getSource('module');?>" /></a>
</div>
<?php } else { ?>
<!-- Legacy for older style -->
<?php if( $post->media ){ ?>
<div class="mod-post-image align-<?php echo $params->get( 'alignment' , 'default' );?>">
<a href="<?php echo $url; ?>"><?php echo $post->media;?></a>
</div>
<?php } ?>
<?php } ?>
<?php } ?>
<?php } ?>

When I add a picture into the media manager the recent blogs module seems to display the thumbnail image, enlarged which distorts the picture, but when I add the picture into the html within the blog body, and remove the image out of media manager I get the full quality image.

My question is, how do you force the recent blogs module to pull the full image instead of the thumbnail when using media manager to upload and display the images?

Dan
The replies under this section are restricted to logged in users or users with an active subscription with us