4images Forum & Community
4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started by: Lucifix on May 06, 2011, 12:20:33 PM
-
Does anyone know how to set limit lets says 30 keywords per image?
I'm afraid that members will start using 100 or more keywords one one image...
-
Hi!
Does anyone know how to set limit lets says 30 keywords per image?
I'm afraid that members will start using 100 or more keywords one one image...
search in member.php 2x :
$image_keywords_arr = explode(',', $image_keywords);
insert below 2x :
$image_keywords_arr = array_slice($image_keywords_arr, 0,30);
I think even 30 keywords are too much...
mfg Andi