Exemple #1
0
	<?php //bp_get_options_nav() ?>
	<?php bp_user_gallery_admin_tabs();?>
	</ul>
	<?php $gallery=bp_get_single_gallery();?>
</div>
<div class="gnav"><?php bp_gallery_bcomb();?>	</div>
<?php //do_action( 'bp_before_gallery_content' ) ?>
	<div id="galleries">
	
		<?php if(bp_has_galleries()):?>
		
			<?php while(bp_galleries()):bp_the_gallery() ;?>
			<?php if(user_can_view_gallery(bp_get_gallery_id())):?>
				<?php if ( bp_is_home()): ?>
			
					<div class="gallery-actions"><a href="<?php bp_gallery_edit_link();?>"> <?php _e("Edit This gallery","bp-gallery");?></a>|<?php bp_gallery_add_media_button($gallery);//depending on whether upload/add from web showuld be here  ?><br /></div>
				<?php endif;?>	
				<?php 	locate_template( array( '/gallery/single/media/'.$gallery->gallery_type.'-loop.php','/gallery/single/media/media-loop.php' ), true );?>
					<br class="clear" />

                                  <?php
                                   //include the form for commenting on the gallery ?>
                                  <div class="activity  single-media">
			<?php // include( locate_template( array( 'gallery/single/activity.php' ), false ) )/*un comment this line if you want all the activities of a gallery listed here*/  ?>
			</div>
                                 
			<?php else:?>
			
				<p><?php printf(__("This is a %s Gallery and You don't have adequate permissions to view them.","bp-gallery"),bp_get_gallery_status());?></p>
			<?php endif;?>	
		<?php previous_gallery_link();?>
Exemple #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;?>
Exemple #3
0
        ?>
"><?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" />
								</div>
								<?php 
        }
Exemple #4
0
<ul>
<?php bp_group_gallery_admin_tabs(); ?>
<?php $gallery=bp_get_single_gallery();?>
</ul>
</div>
<div class="gnav"><?php bp_gallery_bcomb();?>	</div>
<?php //do_action( 'bp_before_gallery_content' ) ?>
	<div id="galleries">
		<?php if(bp_has_galleries()):?>
			
			<?php while(bp_galleries()): bp_the_gallery() ;global $bp;?>
			
				<?php if(user_can_view_gallery(bp_get_gallery_id())):?>
				<div class="gallery-actions">
				<?php if ( user_can_delete_gallery($bp->loggedin_user->id,bp_get_gallery_id())): ?>
					<a href="<?php bp_gallery_edit_link();?>"><?php _e("Edit This gallery","bp-gallery");?></a>|
				<?php endif;?>
				<?php if(groups_is_user_member($bp->loggedin_user->id,$bp->groups->current_group->id)):?>
				<?php bp_gallery_add_media_link();?><br />
				<?php endif;?>
				
				</div>
				
				
			<?php 	locate_template( array( '/gallery/single/media/'.$gallery->gallery_type.'-loop.php','/gallery/single/media/media-loop.php' ), true );?>
				
						<br class="clear" />	
		
		<?php else:?>
			
				<p><?php _e(sprintf("This is a %s Gallery and You don't have adequate permissions to view them.",bp_get_gallery_status()),"bp-gallery");?></p>