vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v3.0 Support > Bugs & Issues > Bugs From 3.0.0

Reply
 
Thread Tools Display Modes
  #21  
Old 03-12-2008, 06:05 PM
Black Tiger Black Tiger is offline
Senior Member
 
Join Date: Sep 2006
Posts: 118
Default Re: Go to new post fragment...

@Brian I have an update for you.

I was talking to vtec44 on vbulletin.com and he did not have this problem on his forums running 3.7.0 beta 6. So I checked and indeed there was no problem.
However, he had no side-columns on his forums. This gives me the impression that the problem might be found in the integration part of vBA.

Maybe this is of any help to you, I don't know but I thought I just post it so you know.
Reply With Quote
  #22  
Old 03-13-2008, 11:17 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Go to new post fragment...

For those that are having this problem, I've just updated the forum/includes/vba_cmps_include_top.php file to include a fix for this. If you will download the files from here again and replace that file on your server with the updated version, that should take care of the issue. Or, if you would rather apply the fix manually, just open the file, look for this code:
PHP Code:
    if ($bodytag)
    {
        
$bodycut strpos($nonindex'>'$bodytag);
        
$newheader substr($nonindex0$bodycut 1);
        
$nonindex substr($nonindex$bodycut 1);
    } 
Replace with this:
PHP Code:
    if ($bodytag)
    {
        
// Work around for <body> tags that could contain js with >'s
        
preg_match('#<body(\s+\w+\s*=\s*(("|\').*?(?<!\\\)\3))*>#s'$nonindex$bmatches);
        
$bodycut strlen($bmatches[0]) + $bodytag 1;
        
$newheader substr($nonindex0$bodycut);
        
$nonindex substr($nonindex$bodycut);
    } 
And that should take care of the issue.

Last edited by Brian; 03-13-2008 at 01:04 PM.
Reply With Quote
  #23  
Old 03-13-2008, 12:51 PM
Mephisteus Mephisteus is offline
Meph to the isteus!
 
Join Date: Aug 2004
Posts: 12
Default Re: Go to new post fragment...

It *does* take care of the issue, thanks Brian
Reply With Quote
  #24  
Old 03-13-2008, 01:43 PM
Crimm Crimm is offline
Member
 
Join Date: Oct 2007
Posts: 36
Default Re: Go to new post fragment...

Thank you.

This took care of me as well, and I posted this link back to VB.com's bug report b/c I thought it was a BETA bug

Thank you again!
Reply With Quote
  #25  
Old 03-13-2008, 02:12 PM
burntire burntire is offline
Member
 
Join Date: Jul 2006
Posts: 63
Default Re: Go to new post fragment...

Thanks for the fix.
__________________
www.highperformancestangs.com
Reply With Quote
  #26  
Old 03-13-2008, 03:34 PM
Skipsoutdoors Skipsoutdoors is offline
Junior Member
 
Join Date: Apr 2004
Posts: 13
Default Re: Go to new post fragment...

Thanks Brian. You the man.

Skip
Reply With Quote
  #27  
Old 03-13-2008, 04:11 PM
Black Tiger Black Tiger is offline
Senior Member
 
Join Date: Sep 2006
Posts: 118
Default Re: Go to new post fragment...

Brian you're great! Fixed worked for me too, thanks!!
Reply With Quote
  #28  
Old 03-14-2008, 09:18 AM
Tarto Tarto is offline
Junior Member
 
Join Date: Sep 2006
Posts: 7
Default Re: Go to new post fragment...

thank you!!
Reply With Quote
  #29  
Old 03-19-2008, 11:55 PM
zacarias zacarias is offline
Junior Member
 
Join Date: Apr 2007
Posts: 18
Default Re: Go to new post fragment...

Thank you for your timely response and fix Brian!
Reply With Quote
  #30  
Old 03-20-2008, 06:02 AM
jGas jGas is offline
Junior Member
 
Join Date: Jun 2007
Posts: 16
Default Re: Go to new post fragment...

thanks a lot, that's workin'!
__________________
Reply With Quote
  #31  
Old 03-21-2008, 01:09 PM
jim6763nva jim6763nva is offline
Senior Member
 
Join Date: Oct 2005
Location: Manassas, Virginia
Posts: 139
Default Re: Go to new post fragment...

Awesome! I just applied the fix too and it worked great! Thank you soooo much Brian!
Reply With Quote
  #32  
Old 05-04-2008, 09:28 AM
storpappa's Avatar
storpappa storpappa is offline
Gamer
 
Join Date: Feb 2007
Location: USA
Posts: 13
Default Re: Go to new post fragment...

Thanks, fixed my issue. Are there any opther 3.7 tweaks to apply?
Reply With Quote
  #33  
Old 05-05-2008, 01:18 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Go to new post fragment...

v3.0.1 has been released to deal with all issues with vB 3.7.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Today Post, New Post & Search Database Errors ericpsf Troubleshooting & Problems 5 07-17-2008 11:22 PM
I can't post in Feedback & Suggestions that's why I will post here newbigmir Pre-Sale Questions 3 11-05-2007 11:20 AM
Post Icons and Last Post button ryr8828 Troubleshooting & Problems 2 04-04-2007 10:29 PM
Latest threads on CMPS - takes to post #1 not latest post Viks Troubleshooting / "How do I..." Questions 11 02-16-2005 01:47 PM
My post icons went away, as did the line under post titles Noah Troubleshooting / "How do I..." Questions 3 12-23-2004 06:58 PM


All times are GMT -4. The time now is 03:34 PM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.