Quote:
Originally posted by ToraTora!
well, the only thing i get is a user permission screen when i click on the link, and personally, im not signing up for anymore boards...lol..
The only advice i can offer, is to read through this thread. If your pic is not showing up, there are at least a dozen reasons why, however, the most likely is that you entered in the member.php information incorrect.
If you are not recieving any errors during, or after uploading, than it tells me you have chmod the folder correctly, and have the path correctly entered. To make sure, check your folder, and see if there is any pictures that you have uploaded inside it. If there is, like i have stated before, you have entered in your member.php information incorrectly, Not created the proper adderess in the show template, or have not used the correct variable to display the picture.
|
Ok, I was able to get the photo to show. Now the only problems I have now are the following calls not displaying the information:
$pic_lastupdated and $time4lastupdate
$Width_Restrictions
$Type_Restrictions
I can dummy out the last two but need the first one working. Other than that, nice looking hack!
Also, when I click on Edit Photo Upload via admin CP, I get this:
Fatal error: Cannot redeclare stripslashesarray() in thiswasdeleted/forums/admin/global.php on line 14
Line 14 states:
$arr[$key]=stripslashes($val);
And how do I get the upload.php page to have the vbulletin header and footer?