V4.1.x Module News listing not display

Discussion in 'Modules / Plugins / Modifications' started by hel68c, Oct 31, 2010.

  1. hel68c Customer

    Hi,

    I upgrade 68classified from 4.08 to 4.2.1.

    i have the module Maffo news and I instalI it with the new 68classifieds version 4.2.1.

    The problem is I only see the link LANG_TPL_ALL_LATEST_NEWS at the bottom of the box (look the images below) but without news.

    If I press on the link LANG_TPL_ALL_LATEST_NEWS, I can see all the news (look the images below).

    I think the new version of 68classifieds hook the module differently

    Here is the code in my template:
    HTML:
    <div id="pub-principal">
        <div id="entete_latest_news"></div>
        <div id="latest_news">
            {assign var="maffo" value=$smarty.const.FILESYSTEM_PATH}
            {include file="$maffo/modules/maffo_news/templates/latest.tpl.php"}
        </div>               
    </div> 
    <div class="news_bas">
        <a href="modules.php?mod=maffo_news&pg=LN" title="{$smarty.const.LANG_TPL_ALL_LATEST_NEWS}" >{$smarty.const.LANG_TPL_ALL_LATEST_NEWS}</a>
    </div>
    Do you have any advice to hook this module?

  2. Lhotch curmudgeon

    4.0.X is quite a bit different than 4.1x/4.2.X and Maffo hasnt been around for some time so I dont beleive that module was ever made to work with 4.1.x and up.

Share This Page