Is it possible to set limits for the description such as photos, video, music? For example, users are able to describe it in 20-30 words. If so, how I can do this?
Is it possible to set limits for the description such as photos, video, music? For example, users are able to describe it in 20-30 words. If so, how I can do this? |
it's already set by default |
Thanks for reply, so how I can set limit for example max for 30 words? it's already set by default
|
BxBaseAlbumForm.php 'Description' => array(
characters not words |
Thank you very much prolaznik! I will test it BxBaseAlbumForm.php 'Description' => array(
characters not words
|
Major problem is that user can paste in this field and the Formating is not cleared. I tryed to copy search form and it copies everything - I end up with text and a small box where I can even put a checkmark..... The field for Description should clear that kind of pasting automaticly. I'd already described that kind of pasting in a Forum Topic: http://www.boonex.com/forums/topic/Profile-Description-text-missplaced.htm Regards, Mayki "When things get tough the tough get going..." |
Thanks Mayki too for advice. It may come in handy. |