PDA

View Full Version : empty search results not integrating


Thryller
01-06-2008, 09:45 AM
Hi!

I just upgraded to vBa 3.0 RC2 and everything seems to work fine except one annoying error: I have a link to show the new posts added to the navigation module (http://www.caldarians-pride.de/forum/search.php?do=getnew) and calling this link with an empty search result only shows the vBulletin page without any vBa modules.

vBulletin version is 3.6.7 pl2 installed in /forum. No vB files have been altered. Problem shows up with Fusion and standard skin.

Anyone got an idea whats going wrong here?

Thanks in advance for your help!

ttnb
01-06-2008, 09:57 AM
Have you intergated search.php to the VBA page?

Our Sponsors
 

Thryller
01-06-2008, 10:21 AM
Hehe, of course. I first tried by just integrating search.php. It didnīt work. So i tried to integrate search.php manually and via the THIS_SCRIPT method. Neither worked.

All other files integrate perfectly.

Thryller
01-11-2008, 03:26 PM
Nobody got any idea?

btw ... itīs of course vB 3.6.8 pl2 ;)

Our Sponsors
 

Brian
01-14-2008, 02:56 PM
The message you receive when there are no search results is an error message. Integration is not applied to error messages.

Thryller
02-12-2008, 02:47 AM
Well thatīs quite a step back as with vBa 2.x this integration worked and itīs really annoying for the users to always use the browsernav once they run into such an error.

djxcee
10-20-2008, 05:37 AM
Sorry to bring this topic back from the dead but is there a way to integrate the error message as well?

Brian
10-20-2008, 10:53 AM
There is, though it usually results in new issues.

djxcee
10-20-2008, 03:03 PM
What issues will it cause?
My forum is tightly integrated with vBadvanced and having this integrated with the error message is a must.

Hope there's a way to it.

Brian
10-21-2008, 10:04 AM
You could try removing this line from your 'vBa CMPS - Error Replacements' plugin.
define('SKIP_OUTPUT', true);

That usually results in two navbars being printed on the page and possibly some other problems though.