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)

carrlos 07-17-2010 11:52 AM

Quote:

Originally Posted by Alexia (Post 2070134)
The double posting issue still exists in 4.0.5. The fix below is for double posting and also fixes blank or missing comments on our installation.

Change the code in the clear cache plugin to:
PHP Code:

if (THIS_SCRIPT == 'vbcms') {
    
$vbulletin->options['vbcmsforumid'] = $foruminfo['forumid'];
}
if (
method_exists(vB_Cache::instance(), 'clean')) {
    
vB_Cache::instance()->clean(false);


It will only run when dealing with the CMS fixing the bug with the search indexer(array_key_exists issue) being broken and the CMS cache will still get cleared.

Didn't work for me. I still only have smilies. No text. :confused:

SpankMe 07-17-2010 08:19 PM

Didn't work for me either. Still getting double posts.

karlm 07-17-2010 08:31 PM

Please let us know when this will be 4.0.5 ready... I'm not upgrading until then - tha'ts how useful this product is!!! Top stars.

Carnage 07-17-2010 08:56 PM

That would be a fix, however it means that when users post to the original thread through the forums; the cache isn't cleared and new comments aren't added to the article.

carrlos 07-17-2010 09:37 PM

I have posted to both the original thread and the article and the post still shows on both sides except that the text is hidden in the CMS. Smilies always show.

daveaite 07-19-2010 06:56 PM

Mine works fine except for the tons of double posting everywhere. No blank text.

carrlos 07-20-2010 12:53 AM

Is anyone getting the double posts AND blank comments?? It's weird because I only have the blank comments but not double and triple posts.

Carnage 07-21-2010 11:08 AM

I'm struggling to reproduce the double/triple posts; it could be a conflict with another mod; what else do people have installed?

Ozymandyus 07-21-2010 01:43 PM

Carnage, I have SStabs vbsoporte, auto-backup, and vsa Chatbox installed, along with dartho's mobile styles. I can't tell you specifically if any of those are causing conflicts, but I can't tie any issues to them. Upgrading to 4.0.5 helped a great deal with my issues, but I was still seeing a lot of error messages on post and the occasional double. Turning off your mod alleviated this problem. I have a hard time living without it, but have managed to replicate the functionality by turning off the vb CMS and using a vbadvanced portal instead.

Only other tidbit I can contribute is that the double posting happens FAR more often in Internet Explorer 8 than in any other browser, according to my user reports. It seems to happen much less frequently in Mozilla and Webkit browsers, but doesn't completely go away.

carrlos 07-21-2010 01:50 PM

How about the blank posts? Can we at least get a resolution for that?


All times are GMT. The time now is 10: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.01335 seconds
  • Memory Usage 1,742KB
  • 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
  • (1)bbcode_php_printable
  • (1)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