4images Forum & Community

4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started by: Lucifix on May 06, 2011, 12:20:33 PM

Title: Max keyword per image?
Post 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...
Title: Re: Max keyword per image?
Post by: Rembrandt on May 07, 2011, 06:25:28 AM
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