subramanya1 / buddypress-media

Automatically exported from code.google.com/p/buddypress-media
0 stars 0 forks source link

Report error on bd-ablum 0.1.8.8 #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I found a error of bd album.
When i use bp_album_query_pictures($args) in some potision in website ( 
example: i will show random picture ). In the main picture: single, pictures 
still use the query that I used.

Fix:
Add
bp_album_query_pictures();
before
if ( bp_album_has_pictures() )
to clear all old query.

Original issue reported on code.google.com by trungkie...@gmail.com on 27 Feb 2011 at 2:41

GoogleCodeExporter commented 9 years ago
Thanks, we're on it.

^F^

Original comment by CarlRoett@gmail.com on 27 Feb 2011 at 2:50

GoogleCodeExporter commented 9 years ago
Added to work queue. You can follow our progress here:

https://www.pivotaltracker.com/story/show/10494941

Original comment by CarlRoett@gmail.com on 27 Feb 2011 at 2:54

GoogleCodeExporter commented 9 years ago

Original comment by CarlRoett@gmail.com on 27 Feb 2011 at 3:00

GoogleCodeExporter commented 9 years ago

Original comment by CarlRoett@gmail.com on 27 Feb 2011 at 3:31