Quote:
Originally Posted by Bilderback
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>
|
Look in the Donation System Plugin and edit the hooks to match your style. OR just manually add the variables to where you would like the menu to appear. This info is in the AdminCP.