I have tried the add-on from AndyB
xenforo.com
but without any result.
I have checked also the table and the template_ids;
is there any information how these linksare saved?

Sort post menu
Premium upgrade: This XF2 add-on along with the entire collection can be purchased for $35.00 USD. Your Premium upgrade will allow you to download as many XF2 add-ons as you like for one year. Please see the entire collection located in the...

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?