Example #1
0
        ?>
								<div class='gallery-cover'><a href="<?php 
        bp_gallery_permalink();
        ?>
"><?php 
        bp_gallery_cover_image("mini");
        ?>
</a></div>

                                                                <br class="clear" />
								<?php 
        if (user_can_delete_gallery()) {
            ?>
								<div class='gallery-actions'>
								<?php 
            bp_gallery_add_media_link();
            ?>
<a href="<?php 
            bp_gallery_edit_link();
            ?>
" class='edit'>[<?php 
            _e("Edit", "bp-gallery");
            ?>
]</a><a href='<?php 
            bp_gallery_delete_link();
            ?>
' class='delete'>[x]<?php 
            _e("delete", "bp-gallery");
            ?>
</a>
								<br class="clear" />
Example #2
0
							<div class='bp-gallery gallery-type-<?php bp_gallery_type();?>' id="gallery_<?php bp_gallery_id();?>">
								<div class='gallery-content'>
							
								<h3 class='gallery-title'><a href="<?php bp_gallery_permalink();?>"><?php bp_gallery_title();?></a></h3>
								<?php// bp_gallery_description();?>
								<div class='gallery-cover'><a href="<?php bp_gallery_permalink();?>"><?php bp_gallery_cover_image("mini");?></a></div>
								<br class="clear" />
								
                               
								<div class='gallery-actions'>
                                                               <?php if(user_can_delete_gallery()):?>
								<?php bp_gallery_add_media_link();?><a href="<?php bp_gallery_edit_link();?>" class='edit'>[<?php _e("Edit","bp-gallery");?>]</a><a href='<?php bp_gallery_delete_link()?>' class='delete'>[x]<?php _e("remove","bp-gallery");?></a>
								 <?php else :
                                                                     global $bp;
                                                                     if(groups_is_user_member($bp->loggedin_user->id,$bp->groups->current_group->id)):?>
                                                                     <?php bp_gallery_add_media_link();?>
                                                                     <?php endif;?>
                                                                <?php endif;?>
                                                                </div>
								
								</div>
							
							</div>
							<?php
							//print_r($galleries_template->gallery);
				?>
					<?php endwhile;?>
			<br class="clear" />
					<?php bp_gallery_pagination_count();?><br />
					<?php   bp_gallery_pagination();?><br />
				<?php else:?>