Title: chaladi's Replies | WordPress.org

---

# chaladi

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/users/chaladi/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/chaladi/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Buddypress Profile Views] Undefined variable](https://wordpress.org/support/topic/undefined-variable-97/)
 *  Plugin Author [chaladi](https://wordpress.org/support/users/chaladi/)
 * (@chaladi)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/undefined-variable-97/#post-17394872)
 * No reply… closing the issue as resolved
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Buddypress Profile Views] Undefined variable](https://wordpress.org/support/topic/undefined-variable-97/)
 *  Plugin Author [chaladi](https://wordpress.org/support/users/chaladi/)
 * (@chaladi)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/undefined-variable-97/#post-17349427)
 * I installed plugin on WordPress 6.4.2 and buddypress 12.1.1 with PHP 8.1 on server.
   The plugin is working fine without any issues.
   Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Buddypress Profile Views] Undefined variable](https://wordpress.org/support/topic/undefined-variable-97/)
 *  Plugin Author [chaladi](https://wordpress.org/support/users/chaladi/)
 * (@chaladi)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/undefined-variable-97/#post-17349401)
 * Hi [@janvasek](https://wordpress.org/support/users/janvasek/) , 
   Which version
   of wordpress and bddypress you are using? I didn’t updated the plugin in recent
   times.. will update it for you.Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Buddypress Profile Views] bbpress Profil views](https://wordpress.org/support/topic/bbpress-profil-views/)
 *  Plugin Author [chaladi](https://wordpress.org/support/users/chaladi/)
 * (@chaladi)
 * [4 years ago](https://wordpress.org/support/topic/bbpress-profil-views/#post-15846641)
 * Yes it is possible to manipulate views by editing bpviews count in meta table
   through phpmyadmin or SQL.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Buddypress Profile Views] my review](https://wordpress.org/support/topic/take-down-this-plugin/)
 *  Plugin Author [chaladi](https://wordpress.org/support/users/chaladi/)
 * (@chaladi)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/take-down-this-plugin/#post-13612617)
 * Thats strange. There are no REST API calls or curl commands used. Even no “show
   errors” code is not there. Probably it is from another plugin or from new wordpress
   auto update plugin feature. Try turn off auto update on this plugin and check.
 * Thank you
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Buddypress Profile Views] my review](https://wordpress.org/support/topic/take-down-this-plugin/)
 *  Plugin Author [chaladi](https://wordpress.org/support/users/chaladi/)
 * (@chaladi)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/take-down-this-plugin/#post-13612319)
 * Hello Alissa,
 * Sorry for inconvenience caused. I rectified the problem. That code is mistakenly
   activated in previous update. Removed now.
 * Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Buddypress Profile Views] Session problem other plugins](https://wordpress.org/support/topic/session-problem-other-plugins/)
 *  Plugin Author [chaladi](https://wordpress.org/support/users/chaladi/)
 * (@chaladi)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/session-problem-other-plugins/#post-10195539)
 * This was fixed with version 2.0
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH WooCommerce Uploads] No uploaded file in order menu](https://wordpress.org/support/topic/no-uploaded-file-in-order-menu/)
 *  [chaladi](https://wordpress.org/support/users/chaladi/)
 * (@chaladi)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/no-uploaded-file-in-order-menu/#post-7166335)
 * Found problem.
 * I unchecked “Allow cart attachment” in admin settings as I dont want to show 
   it on cart page.
    Commented following lines,
 * //if ( $this->allow_on_cart_page ) {
    add_action ( “woocommerce_after_cart”, 
   array ( $this, ‘show_upload_section_on_cart_page’ ) ); add_action ( ‘woocommerce_checkout_order_processed’,
   array ( $this, ‘attach_file_from_cart_to_order’, ), 10, 2 ); //}
 * and in function “attach_file_from_cart_to_order”, commented same if statement,
   //
   if ( $this->allow_on_cart_page ) {
 * And is working fine now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH WooCommerce Uploads] No uploaded file in order menu](https://wordpress.org/support/topic/no-uploaded-file-in-order-menu/)
 *  [chaladi](https://wordpress.org/support/users/chaladi/)
 * (@chaladi)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/no-uploaded-file-in-order-menu/#post-7166334)
 * Same problem here. Files not displaying in right “YITH Additional Uploads” meta
   box.
 * I made several orders by uploading files and it is always showing “There are 
   no files attached to the order.”
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Buddypress Profile Views] Suggestions](https://wordpress.org/support/topic/suggestions-61/)
 *  Plugin Author [chaladi](https://wordpress.org/support/users/chaladi/)
 * (@chaladi)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/suggestions-61/#post-5696132)
 * Hi landwire,
 * Thanks for the suggestions. This plugin is actually custom coded for a client
   in an hour of time and thought will be useful to others, so I posted here.
 * Will implement your suggestions in next version of the plugin.
 * Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Buddypress Profile Visitors] Translation](https://wordpress.org/support/topic/translation-339/)
 *  Plugin Author [chaladi](https://wordpress.org/support/users/chaladi/)
 * (@chaladi)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/translation-339/#post-6029763)
 * Sorry Jayd94, I didn’t coded to be multi language. Hope will come up with next
   version. Until then you can directly edit the plugin file where ever you need
   your language letters.
 * Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Buddypress Profile Visitors] Total Profile Views not displaying](https://wordpress.org/support/topic/total-profile-views-not-displaying/)
 *  Plugin Author [chaladi](https://wordpress.org/support/users/chaladi/)
 * (@chaladi)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/total-profile-views-not-displaying/#post-5793924)
 * 1) The count will show only when other users visit the member profile.
    2) Some
   customers had custom coded profile page which is not coded correctly. This will
   also one error for not showing the count.
 * Yes it is compatible with latest wordpress 4.1.
 * If problem arises please send the link of your website.
 * Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Buddypress Profile Views] Errors everywhere](https://wordpress.org/support/topic/errors-everywhere-4/)
 *  Plugin Author [chaladi](https://wordpress.org/support/users/chaladi/)
 * (@chaladi)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/errors-everywhere-4/#post-5357112)
 * Thanks Guys,
 * The issue is solved now.
 * [@blackspiritofc](https://wordpress.org/support/users/blackspiritofc/) I added
   a class(bp_profile_views) to the div. Just write css to fix your problem.
 * Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Buddypress Profile Views] Errors everywhere](https://wordpress.org/support/topic/errors-everywhere-4/)
 *  Plugin Author [chaladi](https://wordpress.org/support/users/chaladi/)
 * (@chaladi)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/errors-everywhere-4/#post-5357077)
 * Even with wp_debug true I didnt see any error. And the plugin is live on 7 of
   my customers without any problem. There must be a problem with your site configuration.
   Arrange a skype session to look into your problem.
 * My skype: gopalchaladi
 * Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Buddypress Profile Views] Errors everywhere](https://wordpress.org/support/topic/errors-everywhere-4/)
 *  Plugin Author [chaladi](https://wordpress.org/support/users/chaladi/)
 * (@chaladi)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/errors-everywhere-4/#post-5356937)
 * The plugin is working fine. Let me know your URL. Or send details to [gopal@dhrusya.com](https://wordpress.org/support/users/chaladi/replies/gopal@dhrusya.com?output_format=md).
   Will check the problem.
 * Thank you

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/users/chaladi/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/chaladi/replies/page/2/?output_format=md)