• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

Last Posts

Thanks for this mod, looks like something I might be able to use on a support board.
 
Is the permissions on this going to be fixed at somepoint, or is there another verison or addon which would work with private forums?
 
I'm really surprised that no one has fixed or produced another addon for this. I find this a must for my forum. Is there anyone that could create a working one with permissions for hidden forums? With all this brain power in here someone must know. I'm sure it would only take a bit of time to address these problems. :(
 

fix :

find template Last_post

Replace all with

PHP:
<div class="section staffOnline avatarList">
    <div class="secondaryContent">
    <h3>{xen:phrase last_posts}</h3>
        <xen:if is="{$xfPosts}">
            <ul>
                <xen:foreach loop="$xfPosts" value="$user">
                    <li>
                        <xen:avatar user="$user.user" size="s" img="true" />
                        <div class="footnote"><a href="{xen:link $user.link}">{$user.title}</a></div>
<div class="posterDate muted"><xen:datetime time="$user.time" /></div>
                    </li>
                </xen:foreach>
            </ul>
        </xen:if>
    </div>
</div>

 
Right, this is a good start.. thank you.
But what most people need is for there to be more functionality,

1) able to remove certain categories
2) placement either in sidebar or above nodes
 
Right, this is a good start.. thank you.
But what most people need is for there to be more functionality,

1) able to remove certain categories
2) placement either in sidebar or above nodes

Is it possible to make this update ?
 
is there any update to this mod?
Like fixing reported issues and working with the latest XF-version ?
 
Top Bottom