Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - dlmlmd

Pages: [1]
1
Mods & Plugins (Requests & Discussions) / help!!!
« on: November 08, 2007, 09:49:49 AM »
Quote
:( please help me !
i don't want auto-resize so i turn off it.
but i want images upload in userCP (when upload finish) and view (when not resize) is have width=400.
please help me!!!

oh! sorry edit
Code: [Select]
     
   if ($image_info[0] <= "400") {
$width_height = " ".$image_info[3];
} else {
$width_height = ' width="400"';
}

thank



Pages: [1]