How can I remove the box on the right hand corner that displays the info:
Connected user : visiteur Image within the 1 days Image within the 2 days Any comment? Send me an e−mail
Any help would be much appreciated!! thanks
LD
Offline
in diapo.php (version 1.1) from line 553 to 576, remove :
<tr> <td align="right"> <?php get_debut_tableau ( "1%" ); echo"<div class="info">"; if ( $user['sexe'] == "F" ) { echo replace_space( $lang['connected_user_female']." : ".$user['pseudo'] )."<br />"; } else { echo replace_space( $lang['connected_user_male']." : ".$user['pseudo'] )."<br />"; } echo replace_space( $lang['recent_image']." ".$conf['periode_courte']." ".$lang['days'] ); affiche_icone_recent( time() ); echo "<br />".replace_space( $lang['recent_image']." ".$conf['periode_longue']." ".$lang['days'] ); affiche_icone_recent( time() - ( $conf['periode_courte']*24*60*60 + 1 ) ); $url_diapo = "http://".$HTTP_HOST.$PHP_SELF; echo "<br />".replace_space( $lang['send_mail'].", ")."<a href="mailto:".$conf['mail_webmaster']."?subject=".$lang['title_send_mail'].""><span style="font-weight:bold;">".replace_space( $conf['webmaster'] )."</span></a></div>"; get_fin_tableau(); ?> </td> </tr>
Offline
Thanks for all the quick replies :) much appreciated your help
Offline
It worked a treat, many thanks! Just one more query.
After I removed the little box on the bottom right, because my categorie list is very long, when I clik ok a categorie the thumbnails are now displayed very low and not near the top of the page :(
Is there a simple way to make the thumbnails always appear at the top of the page?
Many thanks :)
Offline
ok, I don't have the file in front of me... but there is just a "valign=middle" to change into a "valigne=top" (in diapo.php)
Offline
ok, I don't have the file in front of me... but there is just a "valign=middle" to change into a "valigne=top" (in diapo.php)
I had a look at the diapo.php file and I could not find a "valign=middle" anywhere on the file :(
You sure is that? your help would be appreciated :)
Merci!
Offline