Quote:
Originally Posted by anetta29
Thanks for updating the guide. I was wondering if there is any way of hiding goal progress bar and leaving only "Donate" button?
|
Yes two ways you can do it.
#1 go to donationsystem_bar template and delete out:
$donation_bar_style
or
<!--$donation_bar_style-->
#2 go to Donation System Plugin Navbar/Bar and delete out:
$donation_bar_style="<table class=\"tborder\" align=\"center\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" width=\"500\"><tr><td align=\"left\" nowrap=\"nowrap\">$donation_bar_imag</td></tr></table>";
OR ADD //
// $donation_bar_style="<table class=\"tborder\" align=\"center\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" width=\"500\"><tr><td align=\"left\" nowrap=\"nowrap\">$donation_bar_imag</td></tr></table>";