How can I hide inactive BuddyPress profiles? - buddypress

I am trying to hide a BuddyPress profile based on the time since last active. In other words, if the user goes inactive for a given length of time, I want to hide their profile. It is just a standard WordPress Site using the BuddyPress and bbPress plugins. There is no custom code.

Related

Can I switch a Google Play country without adding payment method?

Here's the deal.
I need to check if our Platform supports payments over 1000000 currency via Google Play Store.
When I try to change the country in Account settings, Google asks for that country's payment method (Credit card). I don't have access to Vietnamese test cards and the ones from card generator don't work (obviously). Any ideas on how I can skip adding a payment method? The account is used only for Sandbox testing purposes.
Check out this Page from the Google Play Support Page if you encounter a similar Problem.
Also, you can't change the country for an existing payments profile. Hence, you need to create a new payments profile to add/associate it with a new/another country:
Sign in to Settings.
Under Payments profile, click the pencil icon next to Country.
Click the link to Create new profile from the message that appears.
Click Continue from the next message that appears.
From the drop-down list, choose the country to associate with the payments profile you're creating.
Enter the address information and click Submit.
After that you'll be seeing an option "Close" at the bottom part of the selection where you need to close the payments account under your previous location.`

Odoo 9 it shows me the home page but empty

When I access odoo it shows me the home page but empty, without menu modules or anything written, just the photo.
This problems happen some times.
one of the case is that the user don't belong to group employee this group is define in base module every user should belong to this group if not, then the user will not see any menu just blank page or a page with only black bare.
did you modify anything or what did you do is it the first installation explain what steps did you do so we can help you.

Where does mobilefirst-qa store the selected user?

After choosing the user in the login view, the library saves this information somewhere so that the app has not to ask for the user again.
Where is this information stored? I need to know how to reset this setting for a fresh start?
If you're simply looking to switch between users, there is an easy way to do this when the app starts up.
On iOS, there is a brief message shown at the top of the screen when the app starts up, if you click on that, you can change to a different user.
On Android, there is a notification that you can reach by pulling down from the top of the screen once the app has started. Click on the notification and you can change user.

Enabling like button comment field for secure browsing users

We've been having trouble with inconsistent display of the like button comment field on our external sites (i.e. some people see it pop up after clicking the like button, and some people don't). We searched around and made sure that the app id referenced when loading the HTML5 version of the like button code matched the website domain in the app settings (per this thread), and finally determined that the "problem" is the user's security settings: if they have enabled "secure browsing" in their security settings, then they won't see the comment field pop up unless the page is also hosted securely. (only other place I could find this discussed is on this site)
Has anyone figured out a workaround for this? It appears that the iframe version doesn't have this problem (though it does make the user click a link to see the comment field), but it requires 400px of minimum width which busts our layouts. We want to always make the comment field appears after the user clicks the like button, but it isn't feasible for us to host every page on the site securely. Any suggestions?

Event onSort on Pagination plugin for EnhancedGrid

I'm using Dojo 1.6.1. I have an EnhancedGrid with Pagination plugin and a QueryReadStore, that shows a list of users on my system retrieved from the server; The number of users can grow up to thousands. To make it easier for the administrators, we have a menu bar with the initials of the user's names, so when the administrator clicks on a letter, the grid shows the page where that letter starts. This works fine. The issue we have is that every time the administrator sorts the list by some field, we need to rebuild (or hide) the menu bar(to adapt it to the sorting selected). So what I would like is to have a event on the Pagination plugin to which I can connect, and get the sorting field selected by the administrator, and if it has changed, rebuild the menu bar. Any ideas on how to do that?
TIA
JL