CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation
Quote from: ron4mac on August 12, 2026, 03:28:40 PMIf that method (prefix on the filename) will work for what you are tying to do, I will build a suitable plugin that you will be able to use. Let me know .. and then give me a few days to put it together.
$picture_name = CPGPluginAPI::filter('upload_file_name', $picture_name);function myplugin($picfilename) {
$picfilename = `prefix` . $picfilename;
return $picfilename;
}
There's a lot more to a plugin than just the above. The prefix has to come from somewhere, for example. Hopefully it helps with explaining some of the basic principles. Page created in 0.129 seconds with 10 queries.