04-23-2006, 08:02 PM
|
|
|
Join Date: Dec 2005
Posts: 441
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Delphiprogrammi
ok try this open the plugin "PhotoPost Gallery Photos in profile" and find this code
PHP Code:
function pp_get_ext($filename) { return substr($filename, strrpos($filename,".")); }
comment it out like this
PHP Code:
/*function pp_get_ext($filename) { return substr($filename, strrpos($filename,".")); }*/
now try again
|
that didn't work
|