How is the "Show Category Avatars? Do you want to display the Index Avatars?" option working? When I set it to yes, it only shows a blank cell next to the category. Is there a way to show a small thumbnail of the last uploaded picture of that category? I'm using PP 4.8c with VB3 integration.
I found the problem. I'm using the german language file. The lines
$Globals['pp_lang']['removeindex'] = "Remove Index Thumb";
$Globals['pp_lang']['makeindex'] = "Make Index Thumb";
were missing in the languages/german/showphoto.php. I added them and now it works. Maybe someone should add these lines to the file you can download in the members area... Thanks for the support.