[Solved] Twitter pics not showing on profile page following statics?
                    There are HTTP problem on following addons profile pics who registered with twitter. I solved this problem. Thanks userlist addon. 
Solution:
Find
Change
There are two place. You change both
                
                        Solution:
Find
<img src="<?php echo Url('uploads/' . ChangeBasename($User['Photo'], 't%s')); ?>" />Change
<img src="<?php echo ((stristr($User['Photo'],"http://"))?$User['Photo']:Url('uploads/'.ChangeBasename($User['Photo'], 'n%s'))); ?>" />There are two place. You change both
            Tagged:
            
        
0          
             
         
            
Comments
and site completely dont working
i think its wrong code