|
|
<p>Thank you murrayK! This was very helpful. In addition to showing up at the beginning of the article, the plugin was showing up on my news module, which pulled articles from a specified category and displayed them under the article. Very nice!<br /><br /><br /><br /></p>
<hr />
<div class="bbcode_quote"><br />
<div class="bbcode_quote_head">[murrayK 2010-06-28 10:25:25]:</div>
<div>Switching line 21 from:</div>
<div class="bbcode_quote_body">
<p> </p>
<p>if($this->ignore($article->id,$article->catid,$article->sectionid)){</p>
<p>to</p>
<p>if($this->ignore($article->id,$article->catid,$article->sectionid) || !$article->id){</p>
</div>
</div> |
IP Logged
|