![]() |
This seems to of stopped working for me.
If I move the article out of my dedicated vbcms forum it reverts back to the link and the article disappears out of the post? |
Quote:
|
Quote:
It's fine I'll just delete it, post it as thread then promote it. Sigh, bleeding CMS. |
You could always amend the code:
Code:
if (THIS_SCRIPT == 'showthread' AND $this->post['postcount'] == 1 AND $this->thread['forumid'] == $this->registry->options['vbcmsforumid']) { Code:
if (THIS_SCRIPT == 'showthread' AND $this->post['postcount'] == 1) { |
Thank you mark works perfectly :)
Now If only I'd known that ages ago lol. |
anyone know how to get this to work with 4.1.11 now that the comments are made to forums other than the cms comments forum?
|
You can remove this from the if statement:
AND $this->thread['forumid'] == $this->registry->options['vbcmsforumid'] Unfortunately, there isn't any flag in the thread table to say the thread is an articles comment thread. I suppose you may be able to look at the thread title and see if it has the word"Article:" at the beginning and use that in the if statement so the query isn't run for every thread. |
You know what's funny? Promoting from a thread to article only worked once for me. It worked and kept the original thread and prefixed it with Article:. After that 1 time, whenever I try to promote another thread, it would refuse to keep the original thread. I'm stumped.
|
Quote:
If you have more problems, you really should post over on vbulletin.com. |
...;)...now is perfect ;) ;) ;) ....thnx ;)
|
All times are GMT. The time now is 03:51 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|