Loginbox Best
for osCommerce Online Merchant v2.2
This is The Best Loginbox (IMHO)
it is based on linda's with all the best features aswell as a personal greeting added.
Instructions and screenshot included.
Legend: 
Download

Report
Añadida traduccion a español en el fichero loginbox
/catalog/includes/languages/espanol
/catalog/includes/languages/english
/catalog/includes/languages/italian
/catalog/includes/languages/russian
Traducción del fichero de instalación a español.
Modificado el loginbox en /catalog/includes/boxes
se han incluido algún salto de linea para que no se vea tan amontonado.
Instalado, probado y funcionando
Saludos a todos.
PD: Es mi primera aportación, si he cometido algún error, pido disculpas por adelantado.
Adicionado Português Brasileiro
Aproveitem
How to make Loginbox Best work with STS + Dutch translation.
Step 1 - Upload loginbox.php to includeslanguagesdutch
Step 2 - Open the file sts_column_left.php in includesmodulessts_inc
Step 3 - Search for:
require(DIR_WS_BOXES . 'shopping_cart.php');
$sts->restart_capture ('cartbox', 'box'); // Get shopping cart box
Paste under:
require(DIR_WS_BOXES . 'loginbox.php');
$sts->restart_capture ('loginbox', 'box'); // Get login box
Step 4 - Open the file sts_template.html in includessts_templatesOWN DIRECTORYNAME
Add a box to the left or right colom by pasting $loginbox
That's it, greetz id2020.
No more need to Add:
require(DIR_WS_LANGUAGES . $language . '/' . 'loginbox.php');
to the language files
Added Russian and English languages
You can see sample at <a href=http://www.charger.od.ua>www.charger.od.ua</a>
versione di login_box tradotta in italiano, pacchetto completo by deltabiri www.tentazionishop.it
Small Update:
-> Open the 'catalog/includes/languages/english/loginbox.php' file.
Find:
define('BOX_LOGINBOX_FORGOT_PASSWORD', '<a href="' . FILENAME_PASSWORD_FORGOTTEN . '"><i>(forgotten?)</i></a>');
Replace with:
define('BOX_LOGINBOX_FORGOT_PASSWORD', '<i>(forgotten?)</i>');
----------------------------------------------------------------------------------------------------------------------
Bug: The duplicate for 'password forgotten' link.
<A HREF="" . tep_href_link(FILENAME_PASSWORD_FORGOTTEN, '', 'NONSSL') . "">" . BOX_LOGINBOX_FORGOT_PASSWORD . "</A>
In HTML view: Password: <a href="http://yoursite.com/password_forgotten.php"></a><a href="password_forgotten.php"><i>(forgotten?)</i></a>
----------------------------------------------------------------------------------------------------------------------
Seyhun Cavus (faaliyet)
Deutsche Übersetzung der loginbox.php
This is the original Loginbox Best but have been translated to Malay version. Credits to the original authors. Installation instruction included.
Only Malay language pack.
P/S: If you found any error when installing this contribution, please e-mail me izack1981[at]yahoo.com.my or the original author.
Esta es la version en Español de LoginBox Best.
Esta completamente traducido por mi:
-Instrucciones de instalacion
-El archivo loginbox.php
Esten atentos a las traducciones de las demas contribuciones que no estan en español
Saludos y suerte
Fuld version med Dansk og Engelsk inkl. ændringer til loginbox.php
Sprog filen oversat til dansk
Fichier langue en français
To keep session ID it is necessary to change in catalog/includes/languages/****/loginbox.php the link function (lines 20 and 21):
from
<a href="' . FILENAME_CREATE_ACCOUNT . '">
to
<a href="' . tep_href_link(FILENAME_CREATE_ACCOUNT) . '">
No file attached.
The whole package including catalan translation.
-----------
Afegeixo la traducció literal. Jo la penso corregir que no sona gaire bé.
I a veure si pengem més coses que en català hi ha ben poca cosa!
Salut!
This is the complete package including 4 languages :
- english
- dutch
- german
- slovak
Normally, you are greeted with your first name, but with this contribution you are greeted with your first name and your last name.
This is the complete package including 4 languages :
- english
- dutch
- german
- slovak
Added German translation to Login Box. Only the German version of translation file (loginbox.php).
Added Slovak translation to Login Box
Translate Portuguese (Brazil)
Tradução em português Brasil
Sorry the previous pack didnt show the personal message when logged in. Fixed now.
All files needed are in this pack including instructions.
This is The Best Loginbox (IMHO)
it is based on linda's with all the best features aswell as a personal greeting added.
Instructions and screenshot included.