Quote:
Originally Posted by boduzapho
Ok i got it to work sort of, found the new code, installed on a FRESH copy of VB 3.5.4, now seeing this:
------------------------------------------------------------------------
There seems to have been a problem with the database.
Please try again by clicking the Refresh button in your web browser.
An E-Mail has been dispatched to our Technical Staff, whom you can also contact if the problem persists.
We apologise for any inconvenience.
------------------------------------------------------------------------
weird... it is a fresh clean install, weird..
|
Ok its working, sort of...
Quote:
<?php
chdir('./forums');
require_once('./vBExternal.php');
?>
<fieldset>
<legend>News Article: <a href='{url}/showthread.php?t={threadid}'>{threadname}</a></legend>
<table cellpadding='0' cellspacing='0' border='0' width='100%'>
<tr>
<td width='100%'>{post}</td>
</tr>
<tr>
<td width='100%' style='white-space:nowrap'><span style='float:right'>[Comments: {comments}]</span>
<b>Posted By:</b> <a href='{url}/member.php?u={postuserid}'>{postusername}</a></td>
</tr>
</table>
</fieldset>
|
this is the page I am using, but it is not producing any data....
The site is running off of an active forum, there are users, new posts ect...
any suggestions?