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)

Phalynx 07-12-2010 07:11 AM

Do you have Post Thanks by Abe1 installed? That was causing the double posts on my board.

argothiusz 07-15-2010 05:17 AM

Have anyone upgraded to 4.0.5 and have this working?

carrlos 07-16-2010 01:11 AM

4.0.5 safe?

carrlos 07-16-2010 02:10 AM

All text has disappeared for articles promoted using this hack. The smilies remain.

You can post in the forums and there will be a blank post in the CMS. If you post in the CMS, the text will be blank but will show up fine in the original thread.

Immediate attention needed!

MrMister 07-16-2010 02:16 AM

I had to disable it after upgrading to 4.0.5 as it was double and triple posting all of the time. I love this mod and hope that it is something that can be worked out!!

sticky 07-16-2010 08:45 AM

I finally got this to work as I imagined! :)

Why it doesn't work this way by default is beyond me. Thank you!

carrlos 07-16-2010 11:06 AM

Quote:

Originally Posted by carrlos (Post 2069811)
All text has disappeared for articles promoted using this hack. The smilies remain.

You can post in the forums and there will be a blank post in the CMS. If you post in the CMS, the text will be blank but will show up fine in the original thread.

Immediate attention needed!

Any word on the efforts to fix Carnage-?

Carnage 07-16-2010 01:17 PM

Been busy graduating this week; I did however update to 4.0.4 pl1 and the issue with double posting seemed to disappear. I will be updating to 4.0.5 asap and see if I can figure whats causing the blank articles; I suspect it will be an issue with caching. (Try clearing your CMS cache and see if that fixes it.)

carrlos 07-16-2010 02:14 PM

Quote:

Originally Posted by Carnage- (Post 2070074)
Been busy graduating this week; I did however update to 4.0.4 pl1 and the issue with double posting seemed to disappear. I will be updating to 4.0.5 asap and see if I can figure whats causing the blank articles; I suspect it will be an issue with caching. (Try clearing your CMS cache and see if that fixes it.)

I tried that first but it didn't work. ;)

Alexia 07-16-2010 03:00 PM

Quote:

Originally Posted by Carnage- (Post 2070074)
Been busy graduating this week; I did however update to 4.0.4 pl1 and the issue with double posting seemed to disappear. I will be updating to 4.0.5 asap and see if I can figure whats causing the blank articles; I suspect it will be an issue with caching. (Try clearing your CMS cache and see if that fixes it.)

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.


All times are GMT. The time now is 08:05 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.02147 seconds
  • Memory Usage 1,740KB
  • 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
  • (3)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