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:
parent
cc34db94bf
commit
bf54f3e1f3
@ -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"> </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'); ?>
|
||||||
|
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user