vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Miscellaneous Hacks - [CMS] Use original thread for comments (https://vborg.vbsupport.ru/showthread.php?t=230417)

Reeve of shinra 07-21-2010 03:40 PM

Quote:

Originally Posted by Carnage- (Post 2072399)
I'm struggling to reproduce the double/triple posts; it could be a conflict with another mod; what else do people have installed?

The ones that are active while I experienced the issue are:

Separate Sticky and Normal Threads
vBH - Add new tabs 1.2
vMoods By luqmanamjad.com
... and of course the vbulletin CMS and Blog.

SpankMe 07-21-2010 09:59 PM

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.

daveaite 07-22-2010 03:50 PM

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.

carrlos 07-24-2010 01:23 AM

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.
http://img823.imageshack.us/img823/158/cmserror.gif

BozzaJos 07-24-2010 12:57 PM

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...

Carnage 07-24-2010 10:30 PM

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);
There is now this:

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);
                        }

It seems that there is an intention to separate forum posts and CMS comments even further as they are now different content types. I'm sure that this is the root of the issues with this mod, however I've yet to figure out what its doing to cause them. :(

carrlos 07-25-2010 02:56 AM

Quote:

Originally Posted by Carnage- (Post 2074045)
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.

What can I do to make the comments viewable in Internet Explorer? Any ideas? :confused:

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).

Carnage 07-25-2010 12:09 PM

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?

carrlos 07-25-2010 01:39 PM

Quote:

Originally Posted by Carnage- (Post 2074213)
With the compatibility mode thing; it suggests that it may be an issue with your css and nothing to do with this mod.

I understand. I'm just wondering why I was able to have the compatibility button selected in 4.0.4 and didn't have the issue and now on 4.0.5 I do. I have not added any custom CSS to my installation neither before the upgrade or after.

Can you point me in the right direction? :rolleyes:

Reeve of shinra 07-25-2010 07:02 PM

Quote:

Originally Posted by Carnage- (Post 2074213)
@others: what is your setting for queue search updates under message searching options?

Admincp -> Options -> Message Searching Options

Queue Search Updates = "NO"


I'll give you admin access if you want.


All times are GMT. The time now is 09:44 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
  • Page Generation 0.01490 seconds
  • Memory Usage 1,746KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete