Tarea #1029 -> Poder hacer comentarios en la página de perfil (como se puede hacer en la página de inicio)

git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@132 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
This commit is contained in:
David Arranz 2012-08-27 16:23:04 +00:00
parent cc34db94bf
commit bf54f3e1f3
2 changed files with 10 additions and 1 deletions

View File

@ -9,6 +9,7 @@
<?php get_header( 'buddypress' ); ?> <?php get_header( 'buddypress' ); ?>
<?php if ( !bp_is_current_action( 'new-dedication' ) ) : ?> <?php if ( !bp_is_current_action( 'new-dedication' ) ) : ?>
<?php require(ghostpool_scripts . 'comment-home.php'); ?>
<?php locate_template( array( 'video-slider.php' ), true ); ?> <?php locate_template( array( 'video-slider.php' ), true ); ?>
<?php endif; ?> <?php endif; ?>
@ -28,6 +29,13 @@
?> ?>
<div id="content<?php echo ($idcss) ? ' '.$idcss : '';?>" class="<?php echo $classcss;?>"> <div id="content<?php echo ($idcss) ? ' '.$idcss : '';?>" class="<?php echo $classcss;?>">
<?php if ( !bp_is_current_action( 'new-dedication' ) ) : ?>
<div id="precontent-wrapper">
<div id="dedicationComments_container" class="columns two first text-left">&nbsp;</div>
</div>
<div class="clear"></div>
<?php endif; ?>
<div class="padder"> <div class="padder">
<?php do_action('bp_before_member_plugin_template'); ?> <?php do_action('bp_before_member_plugin_template'); ?>

View File

@ -697,7 +697,8 @@ ul.navmenu li a.logout:hover {
background: transparent; background: transparent;
border: 0px; border: 0px;
padding: 0; padding: 0;
margin: 0; margin: 0;
text-align: center;
} }
.widget.sidebarposts .post-loop { .widget.sidebarposts .post-loop {