Login form in the promo block-> some captations problems

Hello,

I want to add the login form instead of the Promo block on the top of my homepage, ive found this code (below) its work, but i need to replace the "Password" "Login" text by the original languages captations as "__password_label__" and "__name_label__". etc...

 

Ive try to do that, but the result dont show me the text in the right language but only code as "__password_label__".

Please do you know how to fix that??

Thanks.


 

Code :

<div style="display:block; width:345px">
                        <form id="login_box_form" action="member.php" class="form_advanced" method="post" onsubmit="validateLoginForm(this); return false;">
                        <input class="form_input_hidden" type="hidden">
                        <input class="form_input_hidden" name="relocate" type="hidden" value="member.php">
                        <div class="form_advanced_wrapper login_box_form_wrapper">
                        <table cellpadding="0" cellspacing="0" class="form_advanced_table">
                        <tr>
                        <td class="caption"><div class="login_form_label">__name_label__:</div></td>
                        <td class="value">
                        <div class="clear_both">
                        </div>
                        <div class="input_wrapper input_wrapper_text">
                        <input class="form_input_text" name="ID" type="text">
                        <div class="input_close input_close_text">
                        </div>
                        </div>
                        <img alt="error" class="warn" float_info=" " src="templates/base/images/icons/exclamation.png">
                        <div class="clear_both">
                        </div>
                        </td>
                        </tr>
                        <tr>
                        <td class="caption">Password: </td>
                        <td class="value">
                        <div class="clear_both">
                        </div>
                        <div class="input_wrapper input_wrapper_password">
                        <input class="form_input_password" name="Password" type="password">
                        <div class="input_close input_close_password">
                        </div>
                        </div>
                        <img alt="error" class="warn" float_info=" " src="templates/base/images/icons/exclamation.png">
                        <div class="clear_both">
                        </div>
                        </td>
                        </tr>
                        <tr>
                        <td class="caption">&nbsp; </td>
                        <td class="value">
                        <div class="clear_both">
                        </div>
                        <div class="input_wrapper input_wrapper_checkbox">
                        <input id="login_box_form_input_rememberMe" class="form_input_checkbox" name="rememberMe" type="checkbox"><label for="login_box_form_input_rememberMe">Remember
                        Me</label>
                        <div class="input_close input_close_checkbox">
                        </div>
                        </div>
                        <img alt="error" class="warn" float_info=" " src="templates/base/images/icons/exclamation.png">
                        <div class="clear_both">
                        </div>
                        </td>
                        </tr>
                        <tr>
                        <td class="caption">&nbsp; </td>
                        <td class="value">
                        <div class="clear_both">
                        </div>
                        <div class="input_wrapper input_wrapper_input_set">
                        <div class="button_wrapper">
                        <input class="form_input_submit" name="LogIn" type="submit" value="Login">
                        <div class="button_wrapper_close">
                        </div>
                        </div>
                        <div class="right_line_aligned">
                        <a href="forgot.php">Forgot password?</a>
                        </div>
                        <div class="clear_both">
                        </div>
                        <div class="input_close input_close_input_set">
                        </div>
                        </div>
                        <img alt="error" class="warn" float_info=" " src="templates/base/images/icons/exclamation.png">
                        <div class="clear_both">
                        </div>
                        </td>
                        </tr>
                        </table>
                        </div>
                        </form>
                </div>
              


 

Regards,

S.C

Quote · 23 Apr 2012

umm!!!! not very sure what you want but the login box code is generated in design.inc.php take a look there 

so much to do....
Quote · 23 Apr 2012

Maybe my english is not so good to explain what i mean...:)

Here is a photo, i just want to know how to use the captations properly to have my text show correctly in the differents languages. When i only use __name_label__ (like in the code i posted before) the result is "__name_label__" and not "username".

Thx :)

S.C

Quote · 24 Apr 2012

Solved - Using HTLM <b_text>

Quote · 27 Apr 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.