Quote:
Originally Posted by Lynne
That is because of the condition I have at the top:
Code:
if (THIS_SCRIPT == 'showthread' AND $this->thread['forumid'] == $this->registry->options['vbcmsforumid'] AND $this->post['postcount'] == 1)
I have it set to only check for this in the specified vbcms comments forum. You could remove that part of the condition and see if it works. (Do you always move the threads to a specific other forum? If so, enter that forumid instead.)
|
Sorry I missed this--will try this.
Thanks guys
This has worked but I want to do a couple more things. if anyone has already done this please share.
#1 - I want to only show a preview and not the entire article..
#2 - I want to make the preview content not crawlable. I do not want it indexed from both the article page and the forum.(I don't think this is an issue because the content is being generated from the cms and not actually posted as a regular thread so disregard number 2--
#3 - Being able to add the images would also be cool..
Thanks--Love this!