Quote:
Originally Posted by Mark.B
You could always amend the code:
Code:
if (THIS_SCRIPT == 'showthread' AND $this->post['postcount'] == 1 AND $this->thread['forumid'] == $this->registry->options['vbcmsforumid']) {
I imagine if you took the last bit out of that it might work....
Code:
if (THIS_SCRIPT == 'showthread' AND $this->post['postcount'] == 1) {
|
Man, I did this but when I move it somewhere else it removes the article and only the link shows up. Am I missing something here?
Note: I did use your file Mark.B to have the article in its own box, does affect it at all?