I'm excited! This is exactly what I was looking for.
But, i'm a bit lost.
What I was hoping to use this for was to populate some sidebar boxes on the same page as
my forum.
Ive dropped in the head code:
<?php
require_once('vBExternal.php');
?>
And I drop the output code into my sidebar box...
But I get a blank sidebar, nothing had changed.
Here is the code for the sidebar, perhaps you can see my mistake?
<table>
<div class="thead" align="left">Newest Member</div>
<td height="125px" class="lftbox1" height="25px"><?php
output_NewestMembers(1);
?></td>
</table>
Visually the box (or I should say 'table' in this case), appears as I want it to, with the one noticeable exception being that is is empty!
Any thoughts?