I have been using the vb3 database, I did uncomment the lines and received the error:
Could not select photopost database
I think it is useing the inc_ads.php because it is loading the title bar, etc. on the forums page:
***********
<table class="tborder" cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr>
<td>
<table cellpadding="6" cellspacing="1" border="0" width="100%">
<thead>
<tr>
<td class="tcat" colspan="1" align="center">
<a style="float:right" href="#top" onclick="return toggle_collapse('featurepal3');"><img id="collapseimg_featurepal3" src="http://www.teambuick.com/forums/images/buttons/collapse_tcat.gif" alt="" border="0" /></a>
Featured Ads
</td>
</tr>
</thead>
<tbody id="collapseobj_featurepal3" style="">
<tr>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
*********
It just seems to be missing the information from the database.
The variables appear to be correct to me. They must have been correct before the upgrade, and that was one of the files that was not overwritten.
I am not using the vb3 integration for headers, enhanced features or WYSIWYG.
I don't suppose the filename fix in the adm_misc.php could have affected this?