Tarea #1051 -> Cambiar la imagen cuando el usuario no pone ninguna foto

Tarea #1031 -> Cambiar el logo, tamaño y posición cuando la dedicatoria se ve a pantalla

git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@151 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
This commit is contained in:
David Arranz 2012-08-29 15:26:35 +00:00
parent 33b49248b7
commit 56d1c9b06a
3 changed files with 2 additions and 2 deletions

View File

@ -710,7 +710,7 @@ function bp_datebox_field ($html, $type, $day, $month, $year, $default_select )
add_filter( 'bp_get_the_profile_field_datebox', 'bp_datebox_field', 10, 6 );
function gp_bp_add_default_avatar( $url ) {
return get_stylesheet_directory_uri() .'/lib/images/photo_profile_blue.png';
return get_stylesheet_directory_uri() .'/lib/images/photo_profile_red.png';
}
add_filter( 'bp_core_mysteryman_src', 'gp_bp_add_default_avatar' );

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@ -43,7 +43,7 @@ if (have_posts()) {
<div id="the_slider" <?php echo (play_video_on_full_screen()) ? 'class="fullscreen_div"' : ''; ?> >
<!--Begin Slider Wrapper-->
<div id="slider-wrapper">
<?php if($theme_logo) { ?><div class="dedicationTitle_logo"><img src="<?php echo($theme_logo); ?>" alt="<?php bloginfo('name'); ?>" /></div><?php } ?>
<?php if($theme_logo) { ?><div class="dedicationTitle_logo"><img src="<?php echo get_template_directory_uri(); ?>/lib/images/logo-w-fs.png" alt="<?php bloginfo('name'); ?>" /></div><?php } ?>
<div id="dedicationTitle_container">
<div id="dedicationTitle-data-panel"></div>
<h2 id="dedicationTitle"></h2>