Title: foxbuntu's Replies | WordPress.org

---

# foxbuntu

  [  ](https://wordpress.org/support/users/foxbuntu/)

 *   [Profile](https://wordpress.org/support/users/foxbuntu/)
 *   [Topics Started](https://wordpress.org/support/users/foxbuntu/topics/)
 *   [Replies Created](https://wordpress.org/support/users/foxbuntu/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/foxbuntu/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/foxbuntu/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/foxbuntu/engagements/)
 *   [Favorites](https://wordpress.org/support/users/foxbuntu/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Forms: 3rd-Party Integration] POST JSON to Service URL](https://wordpress.org/support/topic/post-json-to-service-url/)
 *  Thread Starter [foxbuntu](https://wordpress.org/support/users/foxbuntu/)
 * (@foxbuntu)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/post-json-to-service-url/#post-10065346)
 * Ignore this. I discovered my error was that I needed to switch the post type 
   from XML to JSON in the Forms: 3rd party XML Post plugin. Great work on the plugins
   everything is working as expected.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[UpiCRM – Lead Management & Affiliates management: Any contact form DB, all leads, Social Networks leads, Google sheets, in one place and more.] UPICRM Users unable to save comments](https://wordpress.org/support/topic/upicrm-users-unable-to-save-comments/)
 *  Thread Starter [foxbuntu](https://wordpress.org/support/users/foxbuntu/)
 * (@foxbuntu)
 * [9 years ago](https://wordpress.org/support/topic/upicrm-users-unable-to-save-comments/#post-9232174)
 * So you have added this to the newest update but we will need to uninstall/reinstall
   to update properly?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[UpiCRM – Lead Management & Affiliates management: Any contact form DB, all leads, Social Networks leads, Google sheets, in one place and more.] UPICRM Users unable to save comments](https://wordpress.org/support/topic/upicrm-users-unable-to-save-comments/)
 *  Thread Starter [foxbuntu](https://wordpress.org/support/users/foxbuntu/)
 * (@foxbuntu)
 * [9 years ago](https://wordpress.org/support/topic/upicrm-users-unable-to-save-comments/#post-9216677)
 * Sorry for my slow reply, I was traveling recently.
 * I have taken some time to debug this myself and made the following changes and
   everything is working as expected now. Please confirm if these changes are ok:
 * upicrm_admin_lists.php
    Line 93: Was: `$getLeads = $UpiCRMLeads->get(0, 0, 0,'
   DESC', $check_date);` Changed To: `$getLeads = $UpiCRMLeads->get($userID, 0, 
   0, 'DESC', $check_date);`
 * Line 398:
    Was: `foreach ($arr as $key2 => $value) { ?><td data-belongs="<?php
   echo $key;?>[<?php echo $key2; ?>]"><?php` Changed To: `foreach ($arr as $key2
   => $value) { ?><td name="<?php echo $key2; ?>_<?php echo $leadObj->lead_id; ?
   >" data-belongs="<?php echo $key;?>[<?php echo $key2; ?>]"><?php`
 * Line 788 (Between ‘remarks’ and ‘var data {‘):
    Added:
 *     ```
                       if (user_id == '' || typeof user_id == 'undefined'){
       		   var currentUser = $j("td[name='user_id_"+lead_id+"']").html(); 
       		   var currentStatus = $j("td[name='lead_status_id_"+lead_id+"']").html(); 
       		   user_id = $j("option").filter(function() {
         			return $(this).text() === currentUser;
       		   }).first().attr("value");
       		   lead_status_id = $j("option").filter(function() {
         			return $(this).text() === currentStatus;
       		   }).first().attr("value");
       		}
       ```
   
    -  This reply was modified 9 years ago by [foxbuntu](https://wordpress.org/support/users/foxbuntu/).
    -  This reply was modified 9 years ago by [foxbuntu](https://wordpress.org/support/users/foxbuntu/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[UpiCRM – Lead Management & Affiliates management: Any contact form DB, all leads, Social Networks leads, Google sheets, in one place and more.] UPICRM Users unable to save comments](https://wordpress.org/support/topic/upicrm-users-unable-to-save-comments/)
 *  Thread Starter [foxbuntu](https://wordpress.org/support/users/foxbuntu/)
 * (@foxbuntu)
 * [9 years ago](https://wordpress.org/support/topic/upicrm-users-unable-to-save-comments/#post-9191484)
 * I just updated to Version 2.1.8.4 and reran all of the testing, both with plugins
   enabled and disabled.
 * Now there are two issues:
    1) UPIUser Level is seeing Leads not assigned to them
   2) When saving lead management comments, the assigned to and status get reset.
   It appears to assign the lead to the first user in the list, and the status to[
   blank]
 * I have tested this in both Google Chrome (59.0.3071.71) and Internet Explorer
   11. It now acts the same for both the User and Admin level.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[UpiCRM – Lead Management & Affiliates management: Any contact form DB, all leads, Social Networks leads, Google sheets, in one place and more.] UPICRM Users unable to save comments](https://wordpress.org/support/topic/upicrm-users-unable-to-save-comments/)
 *  Thread Starter [foxbuntu](https://wordpress.org/support/users/foxbuntu/)
 * (@foxbuntu)
 * [9 years ago](https://wordpress.org/support/topic/upicrm-users-unable-to-save-comments/#post-9191400)
 * After further testing I discovered they are saving the comments, however when
   it saves the comments, it removes the status and assigned user on the lead causing
   it to disappear from the user’s view. I have tested it with multiple browsers.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[UpiCRM – Lead Management & Affiliates management: Any contact form DB, all leads, Social Networks leads, Google sheets, in one place and more.] UPICRM Users unable to save comments](https://wordpress.org/support/topic/upicrm-users-unable-to-save-comments/)
 *  Thread Starter [foxbuntu](https://wordpress.org/support/users/foxbuntu/)
 * (@foxbuntu)
 * [9 years ago](https://wordpress.org/support/topic/upicrm-users-unable-to-save-comments/#post-9187992)
 * This user fails-
    Wordpress Permissions: subscriber UPICRM Permissions: user
 * This User works as expected-
    Wordpress Permissions: admin UPICRM Permissions:
   admin
 * Is my process correct?
    User Access to UPICRM > Lead Management Add Comments 
   to “Lead Management Comments” Column Click “Save” in Actions Column
 * *Page Refresh/Browse to new page and return/Modify Lead Status results in blank
   Comments Column*

Viewing 6 replies - 1 through 6 (of 6 total)