× Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues

Need a skilled developer who is familiar with CC

7 yıl 8 ay önce #1519 Yazan: Hakan
Need a skilled developer who is familiar with CC, Hakan tarafından oluşturuldu
Indeed I have a very simple task, which might not even take more than an hour for a developer who is familiar with CC.

I have an administrator form with 3 fields. A, B, C. Only field C has a field in the database. I bind A&B and save it as C.

I managed to save it as C but while loading the form, I cannot unbind the C field as A and B. Anybody can help me with an hourly fee?

Kind regards.
Hakan

Lütfen sohbete katılmak için Giriş ya da Hesap açın.

7 yıl 8 ay önce - 7 yıl 8 ay önce #1520 Yazan: Hakan
Hakan tarafından Need a skilled developer who is familiar with CC konusunda yanıtlandı
This was the code that I added to the bind function in administrator/tables/item.php

$jinput = JFactory::getApplication()->input;
$array['three'] = $jinput->getArray(array('one' => '', 'two' => ''));

if (is_array($array['three']))
{
// implode array to convert it into string (persist)
$array['three'] = implode("|", $array['three']);
}
else
{
// explode string to convert it into array (render)
$exploded_array = explode("|", $array['three']);
$array['one'] = $exploded_array[0];
$array['two'] = $exploded_array[1];
}
Son Düzenleme: 7 yıl 8 ay önce Düzenleyen:Hakan

Lütfen sohbete katılmak için Giriş ya da Hesap açın.

7 yıl 8 ay önce #1522 Yazan: Randy Carey
Randy Carey tarafından Need a skilled developer who is familiar with CC konusunda yanıtlandı
I regularly customize CC generated components. Your need should be a quick fix.
Feel free to contact me via my website: careytech.com

Lütfen sohbete katılmak için Giriş ya da Hesap açın.

7 yıl 8 ay önce #1523 Yazan: Hakan
Hakan tarafından Need a skilled developer who is familiar with CC konusunda yanıtlandı
Thank you very much Randy,

I have just sent you an email via the contact form on your site.

Kind regards,
Hakan

Lütfen sohbete katılmak için Giriş ya da Hesap açın.

Sayfa oluşturma süresi: 0.057 saniye
Geliştiren: Kunena Forum