Пример #1
0
<div class="item-list-tabs no-ajax" id="subnav">
<ul>
<?php 
bp_group_gallery_admin_tabs();
?>
</ul>
</div>
<?php 
locate_template(array('gallery/single/media/upload-form.php'), true);
?>
	
Пример #2
0
<div class="item-list-tabs no-ajax" id="subnav">
<ul>
	<?php bp_group_gallery_admin_tabs(); ?>
</ul>
<?php gallery_display_space_usage("groups",null)?>
</div>

				<div id="galleries">
				
				<?php if(bp_has_galleries()):?>
					<?php while(bp_galleries()):bp_the_gallery() ;?>
							<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>