×
Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
Need a skilled developer who is familiar with CC
Hakan
Nieuw lid
Posts: 5
7 jaren 8 maanden geleden #1519
door Hakan
Need a skilled developer who is familiar with CC werd gestart door Hakan
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
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
Gelieve Inloggen of een account aanmaken om deel te nemen aan het gesprek.
Hakan
Nieuw lid
Posts: 5
7 jaren 8 maanden geleden - 7 jaren 8 maanden geleden #1520
door Hakan
Beantwoord door Hakan in topic Need a skilled developer who is familiar with CC
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];
}
Laatst bewerkt 7 jaren 8 maanden geleden door Hakan.
Gelieve Inloggen of een account aanmaken om deel te nemen aan het gesprek.
Randy Carey
Junior Lid
Posts: 23
7 jaren 8 maanden geleden #1522
door Randy Carey
Beantwoord door Randy Carey in topic Need a skilled developer who is familiar with CC
I regularly customize CC generated components. Your need should be a quick fix.
Feel free to contact me via my website: careytech.com
Feel free to contact me via my website: careytech.com
Gelieve Inloggen of een account aanmaken om deel te nemen aan het gesprek.
Hakan
Nieuw lid
Posts: 5
7 jaren 8 maanden geleden #1523
door Hakan
Beantwoord door Hakan in topic Need a skilled developer who is familiar with CC
Thank you very much Randy,
I have just sent you an email via the contact form on your site.
Kind regards,
Hakan
I have just sent you an email via the contact form on your site.
Kind regards,
Hakan
Gelieve Inloggen of een account aanmaken om deel te nemen aan het gesprek.
Tijd voor maken pagina: 0.056 seconden