Ejemplo n.º 1
0
<div class="gnav"><?php 
bp_gallery_bcomb();
?>
	</div>

				<div id="galleries">
				<?php 
do_action("gallery_before_content");
?>
			
				<?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();
        ?>
Ejemplo n.º 2
0
<div class="item-list-tabs no-ajax" id="subnav">
	<ul>
	<?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>
Ejemplo n.º 3
0
<div class="item-list-tabs no-ajax" id="subnav">
<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:?>