Quote:
|
Originally Posted by DuckFat That's nice to hear. But in the meantime can anyone tell me how to suppress the votebox on just that one page? My site is live now and I want this change as soon as possible. |
Go to your template directory and open up link_summary.tpl
You will see this near the voting box {if $Voting_Method eq 1}
Just change it to this:
{if $Voting_Method eq 1 && $story_status ne "discard"}
in the molio-beat template, the next line is this:
<ul class="news-shakeit">
This tells it not to display the voting box before its been published





Linear Mode

