PDA


View Full Version : Error after adding sideblocks to forum.


Ashley
01-29-2007, 05:30 PM
For the most part things are smooth as silk, however I keep getting a small error which is just more cosmetic then actually causing an issue. :p

Say I go to view "new posts" and there are no new posts since my last login, it will tell me the whole thing about no new posts, but also include an extra navbar under the old one and beside the sideblocks.

If you need a screen capture I can take one to show what I mean.

Anyone know a fix to this?

Thanks in advance!

Ashley

Brian
01-30-2007, 01:18 PM
Try editing your 'vBadvanced Error Replacements' plugin and replace the 'Plugin PHP Code' section with this:
if (defined('VBA_SCRIPT') OR defined('VBA_PAGE')) { require_once('./includes/vba_global_error.php'); }

Ashley
02-02-2007, 07:21 PM
It worked to stop the double navigation. However it completely took off the sidebar if there is an error. Is that normal with that fix? Sorry to be a pain. LOL It's really not a huge deal if it takes it off for the error. It's much better then the double navigation. :)

Thanks Brian!

Brian
02-03-2007, 11:19 AM
Yes, that just removes the CMPS from any error page. It's a fairly easy fix, and IMO, there's not really much need for the CMPS blocks on an error page.