Exemplo n.º 1
0
                                                                <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" />
								</div>
								<?php 
        }
        ?>
                                                                
                                                                </div>
								
								<div class="bp_gallery_type type_icon_<?php 
        echo bp_get_gallery_type();
Exemplo n.º 2
0
				<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>
								
								</div>
							
							</div>
							<?php
							//print_r($galleries_template->gallery);
				?>
					<?php endwhile;?>