Recent content by burque98

  1. burque98

    combined unique

    is it possible to validate if the combination of two fields is unique, as for example, userid + application_type; 1 | 1 is unique, user can only key in if the combination is 1 | 2.
  2. burque98

    php plugin on delete

    how to run php plugin on delete?
  3. burque98

    delete icon displayed but empty icon

    where can i find custom css?
  4. burque98

    cannot save php code

    it's ok. i managed to use .php files. working as i want.
  5. burque98

    conditional upsert

    thank you very much
  6. burque98

    cannot save php code

    $query ->select( array('alias') ) ->from($db->quoteName('s8ac1_dpcalendar_events')) ->where('alias = ' . $db->quote($etempah_id)); not working. even with extra paren
  7. burque98

    cannot upgrade fabrik version

    I successfully update when upgrade fabrik first then j!
  8. burque98

    cannot save php code

    ->where('alias = ' . $db->quote($etempah_id); not working. i think the problem is with where statement
  9. burque98

    cannot save php code

    ->where('alias = ' . $db->quote({etempah___id})); is the problem.
  10. burque98

    cannot save php code

    i manage to insert already. but before i want to insert i want to check if row exist. my query is $query ->select( array('alias') ) ->from($db->quoteName('s8ac1_dpcalendar_events')) ->where('alias = ' . $db->quote({etempah___id})); but when i save it give error : Not...
  11. burque98

    cannot save php code

    However when i edit the record, it does not insert into the table that i need. // Get a db connection. $db = JFactory::getDbo(); // Create a new query object. $query = $db->getQuery(true); // Insert columns. $columns = array('catid', 'sid', 'original_id', 'state', 'title'...
  12. burque98

    cannot save php code

    it's ok, i just go to global settings and change the editor. something wrong with RokPad editor.
  13. burque98

    conditional upsert

    is it possible to do conditional upset? i would like to insert into a table when status = approved only.
  14. burque98

    cannot upgrade fabrik version

    upgrade working, update fabrik first then upgrade joomla
  15. burque98

    cannot save php code

    i try to use php code plugin but when i save, the changes is not saved.
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top