Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • neximuss Friend
    #138168

    Hi,

    mosjanews is supposed to resize only mosimages, but it resizes my normal images on the site, too. And this, only in categories.

    Look,
    here a section: http://www.familie-direkt.info/ver2/index.php?option=com_content&task=blogsection&id=5&Itemid=414
    here a category: http://www.familie-direkt.info/ver2/index.php?option=com_content&task=blogcategory&id=20&Itemid=417

    Look at the right column, how the images shrink.

    neximuss Friend
    #291657

    The error must be somewhete in the mosjanews.php file. I suppose in this place:

    function botMosJANews( $published, &$row, &$params, $page=0 ) {
    global $database, $_MAMBOTS, $mosConfig_absolute_path, $Itemid;
    static $janewsi = 0;
    require_once ($mosConfig_absolute_path.'/modules/ja_news/helper.php');
    //Get mambot parameter
    $botParams = getMambotParams ('mosjanews');
    //$botParams = getMambotParams ('mosjanews');
    $option = mosGetParam($_REQUEST, 'option');
    $task = mosGetParam($_REQUEST, 'task');
    $mparams = null;
    if($option = 'com_content' && ($task=='blogsection' || $task=='blogcategory')) {
    $query = "select params from #__menu where id='$Itemid'";
    $database->setQuery($query);
    $mparams = new mosParameters($database->loadResult());
    }

    It doesn’t make a difference between normal images and mosimages.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 1 voice, and was last updated by  neximuss 15 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum