The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[CMS] Use original thread for comments Details »» | |||||||||||||||||||||||||||||
[CMS] Use original thread for comments
Developer Last Online: Sep 2014
As of 4.1.11 this functionality is included in vbulletin. So you no longer need this mod.
What does this do? This is a really simple hack that sets the thread for article comments to be the original thread for any thread that is promoted to an article. What can I use it for? This mod has two major uses: 1. If you have a wealth of information in your forums and you want to promote it into articles, this mod allows you to retain the rest of the thread as comments in the cms while adding any new comments as replies to the thread; essentially allowing it to function as both a forum thread and a CMS article. 2. If you want to use multiple fourms for CMS comments. This is a fairly none obvious use case, but probably a popular one. If you have three sections in your cms (for example) and want each section to feed into its own forum, the current cms dosn't allow you to do this. With this mod installed, you can. Instead of creating your new article directly in the cms create it in the forum you wish to use for comments. Write your article as the first post of the thread and promote it to a cms article. Fill out the extra information needed (eg publish date) and save. Comments will be saved into the original thread, in the forum you created it in. Installation Vb 4.0.1 and later 1. Import product Uninstallation 1. Disable the plugin "set thread id" Full uninstallation 1. Move threads that have been promoted to articles into the vbcms comments forum. 2. COPY the threads back to their original forums 3. Remove product Steps 1 and 2 are needed to retain cache functions on the comments threads. Without them new comments will not appear on the article. Changelog
Notes
As of 4.1.11 this functionality is included in vbulletin. So you no longer need this mod. Download Now
Show Your Support
|
3 благодарности(ей) от: | ||
djbaxter, LoveStream, TheHack3r |
Comments |
#202
|
||||
|
||||
Quote:
Separate Sticky and Normal Threads vBH - Add new tabs 1.2 vMoods By luqmanamjad.com ... and of course the vbulletin CMS and Blog. |
#203
|
||||
|
||||
Although many users report and I occasionally get double posts on my live site that I access via the internet, I do not get the problem on my synced copy of my site which I access via my home intranet. They both run on the same OS & software versions.
Too many mods, both downloaded and written myself to list. I've disabled Quick Reply until the problem is sorted. |
#204
|
||||
|
||||
Nah, its definately double posting on my site as well. (http://buypoe.com) After I disabled it, the double posting went away.
My question is why isnt this mod already built into vBulletin. seems wierd that CMS wouldn't attach the comments to the original thread... So #1 This Mod currently causes double posting on version 4.05 and 4.04 (it's worst on 4.05) #2 I haven't gotten blank posts though #3 Disabling this mod will make double posting go away. |
#205
|
||||
|
||||
This is too weird. I don't have any double or triple posting but have all blank text (except for smilies) in the CMS. Is that happening to anyone else or just me?
Edit: Quotes are working along with the smilies. |
#206
|
|||
|
|||
I'm experiencing double posts as well but no blank posts. When I have a double post, I get this error message as well.
When I look at Reeve of shinra's list, I have Separate Sticky and Normal Threads and vBH - Add new tabs 1.2 installed as well. I don't have the vMood mod installed. Perhaps this info can be of any use... |
#207
|
|||
|
|||
just looked at http://www.iphonemodding.com/forum/c...h-Make-It-Work (the thread you screenshotted) in my browser (FF3.6.7, winxp) I can view the comments fine.
I think I may be close to finding the source of the other problems with this mod; I went into the source code and compared it side by side with vb 4.0.3 Where once there was this: Code:
vb_Search_Indexcontroller_Queue::indexQueue('vBForum', 'Post', 'index', $msgid); Code:
if (isset($vbulletin->options['vbcmsforumid']) AND $foruminfo['forumid'] == $vbulletin->options['vbcmsforumid']) { vb_Search_Indexcontroller_Queue::indexQueue('vBCms', 'CmsComment', 'index', $msgid); } else { vb_Search_Indexcontroller_Queue::indexQueue('vBForum', 'Post', 'index', $msgid); } |
#208
|
||||
|
||||
Quote:
I just confirmed that not only does it work in Firefox but it also works in Safari (PC and iPhone). Edit: I turned off the Compatibility View in IE8 and now I can see everything fine. :up: Carnage- do you know of a fix that will allow the comments to be viewable whether that button is selected or not? Summary: The hack works fine. No double or triple posts (must be a conflict with a different hack for affected users). If Compatibility View is selected in IE8 (probably IE7 too) then comments cannot be seen. This is not an issue in other browsers (Firefox, Safari). |
#209
|
|||
|
|||
With the compatibility mode thing; it suggests that it may be an issue with your css and nothing to do with this mod.
@others: what is your setting for queue search updates under message searching options? |
#210
|
||||
|
||||
Quote:
Can you point me in the right direction? |
#211
|
||||
|
||||
Quote:
Queue Search Updates = "NO" I'll give you admin access if you want. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|