I understand the logistics of it and all, converting all that stuff. What I don't understand is, where to find some of the things I'm looking for
* * * * * * * * * * * * * * * * *
FILES EDITS
* * * * * * * * * * * * * * * * *
**********************************
OPEN ROOT/index.php
**********************************
Find:
if ($bbuserinfo['userid']!=0) {
Add after it:
$storepoints=$bbuserinfo['storep'];
Find:
} else {
$welcometext = "";
Add after it:
$storepoints="0";
I don't know where to do the file edits, whether it's in my vB Admin CP, or in MySQL Database. I guess I didn't explain my problem very well. Sorry
|