Quote:
"mySQL error:Table 'db-name.post' doesn't exist" ..
|
Make sure you edited this section in phpheader.php file correctly:
PHP Code:
## Username and password to log onto your MYSQL database server
$dbusername='test'; //MYSQL username
$dbpassword='pass'; //MYSQL password
## Name of the MYSQL database that vbulletin data exits.
$dbname='testdb';
Especially make sure you entered dbname correctly because the error indicates that the name you entered there is not your vbulletin database. You can check "forum/admin/config.php" to make sure what database is your vb is using.
Quote:
I use a portal system where everything has a set place in boxes etc - but in these boxes i can enter any html code i want and it works.
Now if i install this hack - i know u can mark certain posts to be shown on a front page but what commands are used on the front page to actually call this in ??
|
This is hard to answer. You may try to apply STEP 2 into your portal file and this may work but there is no guarentee because you are now trying to incorporate this hack to an alien script. There might be unexpected problems: For example some function names or variables names in both scripts can be same and they might clash etc.