Новости Joomla

Вышли релизы Joomla 6.1 и Joomla 5.4.5: новые возможности и стабильность

Релиз Joomla 6.1.0

Проект Joomla! объявил о доступности Joomla 6.1 [Nyota] — новой минорной версии шестой серии, а также о выпуске релиза исправлений ошибок Joomla 5.4.5. Релиз 6.1 приносит ряд долгожданных функций, повышающих удобство управления контентом и защиту от спама.

0 Пользователей и 1 Гость просматривают эту тему.
  • 0 Ответов
  • 2382 Просмотров

Add filed in profile users
« : 15.05.2011, 15:00:23 »
How can add the fileds to complite in the users profile?
I just added the code for view the field's box in the profile but when i writing in it the data don't save in the database.

I added this code in the profile.defoult.php:

Цитировать
<div>
<label id="telmsg" for="tel"><?php echo JText::_('TEL');?></label>
<input name="tel" type="text" id="tel" value="<?php echo $this->profile->tel;?>" />
</div>

<div>
<label id="faxmsg" for="fax"><?php echo JText::_('FAX');?></label>
<input name="fax" type="text" id="fax" value="<?php echo $this->profile->fax;?>" />
</div>

but when i write in this box the date don't store in the database!
Can you help me? Thank you!
Чтобы оставить сообщение,
Вам необходимо Войти или Зарегистрироваться