Topic: Last Post Column on Index / SubForums Mods clashing

I am having trouble getting both of these mods working together.

I am changing the date/time in the 'last post column' to display the thread titles, using fpouget's proposition:

http://wiki.punres.org/Last_post%27s_su … orum_index

and the SubForums mod is version 1.0.9.2.

There are only two changes made in index.php for the last post mod. Hope someone a little more php experienced can show me how to get this working again smile

Many thanks

Re: Last Post Column on Index / SubForums Mods clashing

Still looking for help on this one if anyone could take a look. The code I have to replace in fpougets proposition is no longer in index.php after I have installed the sub-forums mod:

fpouget wrote:

// If there is a last_post/last_poster.
    if ($cur_forum['last_post'] != '')
        $last_post = '<a href="viewtopic.php?pid='.$cur_forum['last_post_id'].'#p'.$cur_forum['last_post_id'].'">'.format_time($cur_forum['last_post']).'</a> <span class="byuser">'.$lang_common['by'].' '.pun_htmlspecialchars($cur_forum['last_poster']).'</span>';
    else
        $last_post = ' ';

Any help is appreciated, thanks smile

Re: Last Post Column on Index / SubForums Mods clashing

I hate to keep bumping a thread but feel I'm being patient smile I've tried emailing the author of "thread title in last post column" mod but no reply as yet. Would love to see this on our board so if anyone can help us out it would be really appreciated smile