MyBB Community Forums

Full Version: Better Profile management/User CP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2011-10-14, 05:55 PM)pavemen Wrote: [ -> ]Its because your server does not support the PHP function fetch_remote_file(). Its a host/server issue, not related to MyBB at all, other than MyBB tries to get the remote image to verify its size complies with the ACP settings for avatar dimensions

My server supports that!
http://sonickers.co.cc/test.php
http://sonickers.co.cc/test.html

test.php
<?php
include ("forums/inc/functions.php");
$test = fetch_remote_file("http://r14.imgfast.net/users/1411/67/20/97/avatars/1-50.gif");
echo $test;
?>
test.html
<html><body><img src="test.php"></body></html>


(2011-10-14, 09:17 PM)Tomm M Wrote: [ -> ]I've noticed a few errors with the User CP when making a theme. It isn't valid in some places.

In 2.0, we're revamping the User CP. It's much easier to use.

good!
Pages: 1 2