Navigacija

Vartotojų tinkle

Prisijungusių svečių: 57
Prisijungusių narių: 0
Prisijungusių narių nėra

Registruoti nariai: 25,957
Naujausias narys: keistuole

Naujausi straipsniai

Paskutiniai nariai

Žmogus 1 savaitė
Bruksnys 5 savaitės
Darexs 7 savaitės
Nepas 8 savaitės
keistuole10 savaitės
Gizmis12 savaitės
Reikalas12 savaitės
Rytis21 savaitės
MaFetas25 savaitės
ozzWANTED27 savaitės
saulyzas28 savaitės
TOMIJUS30 savaitės
Jaunelis45 savaitės
lanis45 savaitės
And2s46 savaitės
Memento Mori51 savaitės
Quwqkibor53 savaitės
asirija57 savaitės
tomeem59 savaitės
weberiz63 savaitės

Informacija:


OS: Unknown
Naršyklė: Nežinoma
IP: 216.73.216.177
Naujienų: 529
Straipsnių: 235
Temų: 52,589
Postų: 522,539
Postų pask. parą: 0
Shout'ų pask. parą: 0
P.S.C. pask. parą: 0
Nuorodų kataloge: 13

Lankomumo Statistika

Peržiūrų šiandien: 22

Iš viso peržiūrų: 22948724

Prisijungti

REGISTRUOTIS
Nario vardas

Slaptažodis



Pamiršai slaptažodį?
Paprašyk naujo

Aktyvuoti save

Šaukykla

Jei norite rašyti žinutes, turite prisijungti.

Žmogus
2025 Geg. 31 10:05:18
Kas geresnio? šypsosi

Nepas
2025 Bal. 9 17:04:13
drovus

Nepas
2025 Bal. 9 17:04:08
drovus

Gizmis
2025 Kov. 15 14:03:50
OMG, smagu matyt sita puslapi veikianti

ozzWANTED
2024 Lap. 30 15:11:14
Taip, vis dar up šypsosi

Šaukyklos archyvas

Apklausa

Ar esate patenkinti lietuviško vertimo kokybe?

Taip!

Taip, bet yra ką taisyti (parašysiu komentaruose)

Ne

Norėdamas balsuoti turite prisijungti.
Archyvas
Reklama 400x60
Fonto dydis
Forumas | PHP-Fusion, WordPress, Shopify, PHP ir MySQL (PROGRAMAVIMAS) | Žaliems

Autorius: DeepShock Peržiūrų: 2790      Spausdinti temą
2009 Bir. 17 22:06:39          1 žinutė iš 6
Spausdinti pranešimą
Sutuacija tokia:

Kaip matote User_info ir logino Fontas "truputi" per didelis, perziurejau per style.css didesnio nei 12px fontu nera, logina narsau ten nematau kur butu ju dydis nurodytas, gal galetumet nuaiskinti kur reiktu iterpti font-size?

loginas.php

<?php
global $theme_width,$settings,$aidlink,$locale,$userdata;
echo "<table width='$theme_width' border='0' align='center' cellpadding='0' cellspacing='0' background='".THEME."images/login.png' height='100' style='background-repeat: no-repeat;'>
      <tr>
     
      <td width='200' style='padding-right: 0px; padding-left: 580px; padding-bottom: 20px; padding-top:20px;
   font-size : 8px;' valign='middle'>";
      if (iMEMBER) {
   $msg_count = dbcount("(message_id)", "messages", "message_to='".$userdata['user_id']."' AND message_read='0'AND message_folder='0'");
   echo "<table width='300' height='100' border='0' cellspacing='0' cellpadding='0'>
  \n";
   if ($userdata['user_avatar'] != "") {
   echo "<img src='".BASEDIR."images/avatars/".$userdata['user_avatar']."' width='100' align='right' height='100' style='border:1px solid #999999'>\n";
   } else {
   echo "<img src='".THEME."images/noavatar.gif' width='100' height='100'align='right' border='0'>\n";
   }
   echo "
   <img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."edit_profile.php' class='side'>Bebras</a><br>
<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."messages.php' class='side'>".$locale['0081']." [".$locale['0060'].": <b><span style='color:#990000'>".sprintf($msg_count)."</span></b>]</a><br>
<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."members.php' class='side'>".$locale['082']."</a><br>\n";
   if (iADMIN && (iUSER_RIGHTS != "" || iUSER_RIGHTS != "C")) {
      echo "<img src='".THEME."images/bullet.gif' alt=''> <a href='".ADMIN."index.php".$aidlink."' class='side'>Administracija</a><br>\n";
   }
   echo "<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."setuser.php?logout=yes' class='side'>".$locale['084']."</a><br><br>
   ";
   $userip = $_SERVER['REMOTE_ADDR'];
      $host = gethostbyaddr($userip);
      echo "</td></tr></table>\n";
   } else {
   echo "<table width='170' border='0' cellspacing='0' cellpadding='0' align='center'><form name='loginform' method='post' action='".FUSION_SELF."'>
  <tr>
    <td align='right' class='ip'>Vardas: </td>
    <td> <input type='text' name='user_name' class='textbox' style='width:100px;filter:alpha(opacity=70)'></td>
  </tr>
  <tr>
    <td align='right' class='ip'>".$locale['062'].": </td>
    <td> <input type='password' name='user_pass' class='textbox' style='width:100px;filter:alpha(opacity=70)'></td>
  </tr>
  <tr>
    <td align='right'><input type='checkbox' name='remember_me' value='y'></td>
    <td> <input type='submit' name='login' value='Prisijungti' class='button'></td>
  </tr>
  </form>\n";
   if ($settings['enable_registration']) {
      echo "<a href=".BASEDIR."register.php>Registracija</a> / <a href=".BASEDIR."lostpassword.php>".$locale['062']."</a>\n";
   }
   echo"</table>\n";
}
echo "</td>
      </tr>
      </table>\n";

   echo "<table width='100%' cellspacing='0' cellpadding='0' class='sub-header' style='border-right: solid #b5b5b5 1px; border-left: solid #b5b5b5 1px;'>\n<tr>";
   echo "<td>\n";
   echo ($i == 0 ? " " : "")."</td>";
   echo "</td></tr></table>\n";
   echo "<table width='100%' border='0' cellpadding='0' cellspacing='0' bgcolor='#FFFFFF'>

</table>\n";
   echo "<table width='100%' cellpadding='0' bgcolor='#F8F8F8' cellspacing='0' border='0'><tr>";   
?>




Liksiu dekingas uz pagalba
2009 Bir. 17 22:06:17          2 žinutė iš 6
Spausdinti pranešimą
Žiūrėjai style.css?
2009 Bir. 17 22:06:22          3 žinutė iš 6
Spausdinti pranešimą

<?php
global $theme_width,$settings,$aidlink,$locale,$userdata;
echo "<table width='$theme_width' border='0' align='center' cellpadding='0' cellspacing='0' background='".THEME."images/login.png' height='100' style='background-repeat: no-repeat;'>
      <tr>
     
      <td width='200' style='padding-right: 0px; padding-left: 580px; padding-bottom: 20px; padding-top:20px;
   font-size : 8px;' valign='middle'>";
      if (iMEMBER) {
   $msg_count = dbcount("(message_id)", "messages", "message_to='".$userdata['user_id']."' AND message_read='0'AND message_folder='0'");
   echo "<table width='300' height='100' border='0' cellspacing='0' cellpadding='0'>
  \n";
   if ($userdata['user_avatar'] != "") {
   echo "<img src='".BASEDIR."images/avatars/".$userdata['user_avatar']."' width='100' align='right' height='100' style='border:1px solid #999999'>\n";
   } else {
   echo "<img src='".THEME."images/noavatar.gif' width='100' height='100'align='right' border='0'>\n";
   }
   echo "
   <img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."edit_profile.php' class='side' style='font-size: 12px'>Bebras</a><br>
<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."messages.php' class='side' style='font-size: 12px'>".$locale['0081']." [".$locale['0060'].": <b><span style='color:#990000'>".sprintf($msg_count)."</span></b>]</a><br>
<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."members.php' class='side' style='font-size: 12px'>".$locale['082']."</a><br>\n";
   if (iADMIN && (iUSER_RIGHTS != "" || iUSER_RIGHTS != "C")) {
      echo "<img src='".THEME."images/bullet.gif' alt=''> <a href='".ADMIN."index.php".$aidlink."' class='side' style='font-size: 12px'>Administracija</a><br>\n";
   }
   echo "<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."setuser.php?logout=yes' class='side' style='font-size: 12px'>".$locale['084']."</a><br><br>
   ";
   $userip = $_SERVER['REMOTE_ADDR'];
      $host = gethostbyaddr($userip);
      echo "</td></tr></table>\n";
   } else {
   echo "<table width='170' border='0' cellspacing='0' cellpadding='0' align='center'><form name='loginform' method='post' action='".FUSION_SELF."'>
  <tr>
    <td align='right' class='ip'>Vardas: </td>
    <td> <input type='text' name='user_name' class='textbox' style='width:100px;filter:alpha(opacity=70)'></td>
  </tr>
  <tr>
    <td align='right' class='ip'>".$locale['062'].": </td>
    <td> <input type='password' name='user_pass' class='textbox' style='width:100px;filter:alpha(opacity=70)'></td>
  </tr>
  <tr>
    <td align='right'><input type='checkbox' name='remember_me' value='y'></td>
    <td> <input type='submit' name='login' value='Prisijungti' class='button'></td>
  </tr>
  </form>\n";
   if ($settings['enable_registration']) {
      echo "<a href=".BASEDIR."register.php style='font-size: 12px'>Registracija</a> / <a href=".BASEDIR."lostpassword.php style='font-size: 12px'>".$locale['062']."</a>\n";
   }
   echo"</table>\n";
}
echo "</td>
      </tr>
      </table>\n";

   echo "<table width='100%' cellspacing='0' cellpadding='0' class='sub-header' style='border-right: solid #b5b5b5 1px; border-left: solid #b5b5b5 1px;'>\n<tr>";
   echo "<td>\n";
   echo ($i == 0 ? " " : "")."</td>";
   echo "</td></tr></table>\n";
   echo "<table width='100%' border='0' cellpadding='0' cellspacing='0' bgcolor='#FFFFFF'>

</table>\n";
   echo "<table width='100%' cellpadding='0' bgcolor='#F8F8F8' cellspacing='0' border='0'><tr>";   
?>






2009 Bir. 17 22:06:24          4 žinutė iš 6
Spausdinti pranešimą
And2s parašė:

<?php
global $theme_width,$settings,$aidlink,$locale,$userdata;
echo "<table width='$theme_width' border='0' align='center' cellpadding='0' cellspacing='0' background='".THEME."images/login.png' height='100' style='background-repeat: no-repeat;'>
      <tr>
     
      <td width='200' style='padding-right: 0px; padding-left: 580px; padding-bottom: 20px; padding-top:20px;
   font-size : 8px;' valign='middle'>";
      if (iMEMBER) {
   $msg_count = dbcount("(message_id)", "messages", "message_to='".$userdata['user_id']."' AND message_read='0'AND message_folder='0'");
   echo "<table width='300' height='100' border='0' cellspacing='0' cellpadding='0'>
  \n";
   if ($userdata['user_avatar'] != "") {
   echo "<img src='".BASEDIR."images/avatars/".$userdata['user_avatar']."' width='100' align='right' height='100' style='border:1px solid #999999'>\n";
   } else {
   echo "<img src='".THEME."images/noavatar.gif' width='100' height='100'align='right' border='0'>\n";
   }
   echo "
   <img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."edit_profile.php' class='side' style='font-size: 12px'>Bebras</a><br>
<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."messages.php' class='side' style='font-size: 12px'>".$locale['0081']." [".$locale['0060'].": <b><span style='color:#990000'>".sprintf($msg_count)."</span></b>]</a><br>
<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."members.php' class='side' style='font-size: 12px'>".$locale['082']."</a><br>\n";
   if (iADMIN && (iUSER_RIGHTS != "" || iUSER_RIGHTS != "C")) {
      echo "<img src='".THEME."images/bullet.gif' alt=''> <a href='".ADMIN."index.php".$aidlink."' class='side' style='font-size: 12px'>Administracija</a><br>\n";
   }
   echo "<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."setuser.php?logout=yes' class='side' style='font-size: 12px'>".$locale['084']."</a><br><br>
   ";
   $userip = $_SERVER['REMOTE_ADDR'];
      $host = gethostbyaddr($userip);
      echo "</td></tr></table>\n";
   } else {
   echo "<table width='170' border='0' cellspacing='0' cellpadding='0' align='center'><form name='loginform' method='post' action='".FUSION_SELF."'>
  <tr>
    <td align='right' class='ip'>Vardas: </td>
    <td> <input type='text' name='user_name' class='textbox' style='width:100px;filter:alpha(opacity=70)'></td>
  </tr>
  <tr>
    <td align='right' class='ip'>".$locale['062'].": </td>
    <td> <input type='password' name='user_pass' class='textbox' style='width:100px;filter:alpha(opacity=70)'></td>
  </tr>
  <tr>
    <td align='right'><input type='checkbox' name='remember_me' value='y'></td>
    <td> <input type='submit' name='login' value='Prisijungti' class='button'></td>
  </tr>
  </form>\n";
   if ($settings['enable_registration']) {
      echo "<a href=".BASEDIR."register.php style='font-size: 12px'>Registracija</a> / <a href=".BASEDIR."lostpassword.php style='font-size: 12px'>".$locale['062']."</a>\n";
   }
   echo"</table>\n";
}
echo "</td>
      </tr>
      </table>\n";

   echo "<table width='100%' cellspacing='0' cellpadding='0' class='sub-header' style='border-right: solid #b5b5b5 1px; border-left: solid #b5b5b5 1px;'>\n<tr>";
   echo "<td>\n";
   echo ($i == 0 ? " " : "")."</td>";
   echo "</td></tr></table>\n";
   echo "<table width='100%' border='0' cellpadding='0' cellspacing='0' bgcolor='#FFFFFF'>

</table>\n";
   echo "<table width='100%' cellpadding='0' bgcolor='#F8F8F8' cellspacing='0' border='0'><tr>";   
?>






Idomiai, buvau megines as darasyti tai gavo snipstas blogai Ačiųmerkia akį
2009 Bir. 17 22:06:28          5 žinutė iš 6
Spausdinti pranešimą
O nelengviau style.css faile pakeist side stiliaus font-size į 12px?
2009 Bir. 17 23:06:13          6 žinutė iš 6
Spausdinti pranešimą
iFack parašė:
O nelengviau style.css faile pakeist side stiliaus font-size į 12px?


100kartu lengviau

http://www.linksmiau.net/
http://www.linksmiau.net/
http://www.linksmiau.net/
http://www.linksmia
Peršokti į forumą: