I'm having a problem with the navbar placement.
It appears the plugin does a str_replace of the FAQ for placement of $donation_link_menu,
but I have put my FAQ link into a menu of its own.
Is there any way to change this to utilize the $template_hook[navbar_buttons_left] ?
Since my FAQ is no longer in the primary navigation,when I use the auto placement,
it messes with the menu row.
no longer <td>FAQ</td>
is now <tr><td>FAQ</td></tr>
|