Recent content by arpitjain

  1. A

    datawriter not working with my action... it save blank ...

    i have extended the data writer and resource controller for my add on and create listener for these and add radio button with add resource form ..and add a column call with xf_resource table but its not working ... datawriter that i extend from xenresource datawriter.. class...
  2. A

    how to add options with frontend pages and how to save these options in related table column

    this is myfile that i extend with my addon DataWriter/thread.php class FD_TitleCase_DataWriter_Thread extends XFCP_FD_TitleCase_DataWriter_Thread { protected function _getFields() { $fields = parent::_getFields(); $fields[$this->_modTableName]['t_case'] = array('type' =>...
  3. A

    how to add options with frontend pages and how to save these options in related table column

    i have extend the thread controller and try to save through this code with in my action for each new resource ..is this right way $writer = XenForo_DataWriter::create('XenForo_DataWriter_Discussion_Thread'); $writer->set('myfield', $_POST[' radiobuttonname ']); $writer->save();
  4. A

    how to add options with frontend pages and how to save these options in related table column

    i have created three radio buttons with create thread page for my addon and i have added a column with (xf_thread) table i want to save selected radio button value to this column of each thread that i create ...how to save radio buttons value to related column of table ...
  5. A

    how to get use permission group

    i want to get user permission group for login user like moderating ,banned....how to get group id or title ..in my action
  6. A

    XF 1.2 can i create modification for already created template modification

    how can i create modification for already created template modification of other add on ..is there any other way to modify it..please explain
  7. A

    XF 1.2 can i create modification for already created template modification

    i have created a template modification for a add on and i want to change this modification from another add on i have created after first add on ...is it possible
  8. A

    how to check user group permission in my addon

    thank you..its working fine...
  9. A

    how to check user group permission in my addon

    i have created a new permission with all user group permission through Permission Definitions ....i want to check for permission that i create ...in extended resource controller ..how it is possible...is there any function that will check for particular permission id..
  10. A

    create an option in admin panel to upload image to specific folder

    i have tow folder images1 and images2 and i create an option in home>>option>>group> in this i have an option select folder name if i select images1in drop down then images reletaed to images1 become the option of the next select menu ...if i select second option images2 then images related to...
  11. A

    create an option in admin panel to upload image to specific folder

    how do you call this template in your option group related to your add on ...and how to save this option with other options of group..
  12. A

    XF 1.2 how to store image in cache ..

    sorry ..i will not post again ...but i don't get any reply to my old post
Top Bottom