Announcement

#1 2002-09-21 16:15:18

LondonDragon
Member
2002-09-20
7

Just one more question

How can I remove the box on the right hand corner that displays the info:

Code:

 
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

 

#2 2002-09-21 17:56:10

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
13823

Re: Just one more question

in diapo.php (version 1.1) from line 553 to 576, remove :

Code:

 
            <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

 

#3 2002-09-21 22:51:21

LondonDragon
Member
2002-09-20
7

Re: Just one more question

Thanks for all the quick replies :) much appreciated your help

Offline

 

#4 2002-09-22 17:02:13

LondonDragon
Member
2002-09-20
7

Re: Just one more question

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

 

#5 2002-09-23 10:05:27

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
13823

Re: Just one more question

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

 

#6 2002-09-23 11:12:54

LondonDragon
Member
2002-09-20
7

Re: Just one more question

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

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact