I am using [post_tags value='post_tags'] with display:none and I just noticed that if I upload more than 1 image the first one gets the tags but the following ones don't, am I doing something wrong? Cheers Byron
not resolvedI am using [post_tags value='post_tags'] with display:none and I just noticed that if I upload more than 1 image the first one gets the tags but the following ones don't, am I doing something wrong? Cheers Byron
Ooo...that's probably a bug. There's a javascript function that clears the values of any field having bwb_reset (or something like that as a class)...will check it out.
BB
Hey Byron, I was having a look on it and the bwbps_reset seems to be the problem. The bwbps_reset shouldn't be a class for the [post_tags value='post_tags'] since it clears the input after the first image is submitted. So as soon as it doesn't get the posts tags back when using value='post_tags', the input tag stays blank for the next images.
I think would be a question of getting the post tags again after the input is cleared or taking off the class bwbps_reset from the input. Both ways only when using value='post_tags'...
Hope this make any sense and help you somehow...
Cheers.
Just removed the bwbps_reset on line 645 from bwbps-uploadform.php and everything seems to be working fine! :)
Yep...that's it. Thanks for the investigation. Will fix.
BB