"userpics" folder is displayed in batch-add "userpics" folder is displayed in batch-add
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

"userpics" folder is displayed in batch-add

Started by Joachim Müller, January 16, 2005, 12:44:01 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Joachim Müller

the userpics folder is being displayed in "traditional" batch-add (happens in file versions 1.37 and higher) - the changes fromif ($file != "." && $file != "..")to            if ($file != "." && $file != ".." && $CONFIG['fullpath'] . $folder . $file != $CONFIG['fullpath'].'/edit' && $CONFIG['fullpath'] . $folder . $file != $CONFIG['fullpath'].'/'.substr($CONFIG['userpics'],0,strlen($CONFIG['userpics'])-1)) {seems to be causing this.

Joachim

Joachim Müller


Casper

It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Joachim Müller

assigning this to myself: works on my local install, will commit as soon as I have CVS access.

Joachim

Joachim Müller


Andi

hope, I could help you... :)