Important: This page is using cookies (cookies). Using this website without turning off cookies in browser, means that you agree for using it.
Buy Now! Features Downloads

Earn with us!

If you would like to start earning money with vBET join to Affiliate Program.
Results 1 to 3 of 3

Thread: In default language registration page Can Be Shown field as list or set of radio buttons with Flags (configurable)

  1. #1
    Junior Member
    Join Date
    Nov 2009
    Posts
    22

    Default In default language registration page Can Be Shown field as list or set of radio buttons with Flags (configurable)

    Text automatically translated from: Spanish to: English
    Translated text
    Hello,

    The template I have register the highly personalized and not the automatic option works. Please tell me you can put the html code for me manually.

    Thank you.


    I have installed the version VBET320
    Original text
    Last edited by jorgejgm; 21-11-09 at 20:45.

  2. #2
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    So most probably during customization someone broke your template. Please show me how your registration template looks. Also note that registration template should include this: $customfields_profile. If not - it means that you have broken template - please compare it with original version and include necessary part. This is required part from original template:
    Code:
    <if condition="$show['customfields_profile']">
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <tr>
    	<td class="thead">$vbphrase[additional_required_information_profile]</td>
    </tr>
    <tr>
    	<td class="panelsurround" align="center">
    	<div class="panel">
    		<div style="width:$stylevar[formwidth]" align="$stylevar[left]">
    
    			$customfields_profile
    
    			<if condition="$show['birthday']">$birthdayfields</if>
    
    		</div>
    	</div>
    	</td>
    </tr>
    </table>
    <br />
    </if>

  3. #3
    Junior Member
    Join Date
    Nov 2009
    Posts
    22

    Default

    Text automatically translated from: Spanish to: English
    Translated text
    Fixed, thanks.
    Original text

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •