XF 2.1 Sort post menu

Robert9

Well-known member
I have tried the add-on from AndyB


Code:
        $finder = \XF::finder('XF:TemplateModification');
        $results = $finder
            ->where('template', 'post_macros')
            ->where('find', '<xf:if is="$hasActionBarMenu">')
            ->order('addon_id', 'DESC')
            ->fetch();

but without any result.

I have checked also the table and the template_ids;
is there any information how these linksare saved?
 
Back
Top Bottom