Need help creating a Country list with flags

内容管理系统
http://joomla.org
http://joomla.org.tw

Need help creating a Country list with flags

Postby el.severo » Tue Jan 06, 2009 11:33 am

Hi there!,

I want to add a new parameter to J 1.5 registration and that is Country and it should be required.

Registration form:
Image
Country id field in jos_users:
Image
Browse jos_country:
Image
Structure jos_country:
Image

Code: Select all
<tr>
   <td height="40">
      <label id="countryname" for="country">
         <?php echo JText::_( 'Country' ); ?>:
      </label>
   </td>
   <td>
   <select name="countrylist" size="1" id="country['name']" class="imputmenu-list validate-country">
                <option><?php echo JText::_( 'CCountry' ); ?></option>
  </select>   *   </td>
</tr>


What I should do?


Here is an example, I`ve done it manually :P
Image

Please help,
Thank you for your time!
el.severo
 
Posts: 1
Joined: Tue Jan 06, 2009 8:35 am

Return to Joomla 1.5

Who is online

Users browsing this forum: No registered users and 1 guest

cron