Groups list does not appear in buddypress - buddypress

In my admin panel, when I go to Groups, it DOES NOT shows the groups list.
Though there are groups in the database.
buddypress :- version 2.0
BBpress :- Version 2.5.3

It was a plugin confliction problem. I have de-activate some plugins and problem is solved.

Related

How do I raise a review from intellij 2017 using the gerrit plugin?

I see that the plugin documentation mentions "Publish and delete draft changes" as one of the features. I have installed the plugin and have configured it to work with my corporate gerrit server and I am able to view all changes which have already been raised for review on the server.
However, I am yet to figure out how do I commit new changes locally and raise a review for those using the gerrit plugin from my intelliJ 2017.2.6. I tried Googling around and I did see people mentioning about a "push dialog box" that they were trying to configure but I don't see that option available for me.
I have the Gerrit plugin installed on PyCharm, often the behaviour of the plugins is quite similar across several JetBrains products, so this might be applicable to IntelliJ as well.
In my case the dialog box for the VCS->GIT->Push menu sequence (Ctrl+Shift+K for Windows and ⌘+Shift+K for Mac) was modified by the plugin to look similar to the one displayed in the 2nd screenshot displayed at https://plugins.jetbrains.com/plugin/7272-gerrit:
Hope this helps.

Eclipse RCP Application doesn't show UI-Elements of external plugins

I'm currently adapting an eclipse-plugin for an eclipse-rcp application.
The framework version wasn't changed in this progress. It's still based on eclipse 3.8. So no framework update. But somehow I'm not able to show my ui-elements in the new version.
I tried the basic sample-plugin of eclipse. It works perfectly in the old one but not in the new one.
The plugin is loaded and will be executed. The UI-Elements are loaded from the plugin.xml but somehow they are not displayed. I put the same sample file into the old one and it works perfectly. See Old Version and New Version
Does eclipse rcp provide any methods to disable the ui-elements of external plugins with something like a white- or blacklist?
I'm thankful for every input.
With some help with the support of the application I was able to resolve the problem. They implemented in the new version a permission management. I had to add an suffix to all my ids of menus, views and buttons otherwise this elements will be filtered.

odoo 8 Forms missing attachments combo box

I have installed odoo8 on Debian Jessie using the following Tutorial. It works fine except one thing:
The attachment combo box is not visible on the pages where it should
be (quotes, invoices, etc.). I only have the "Print" and "Other
Options" Combos.
I did not find any information in the docs, anyOne had this issue already ?
Thanks,
Install the "Knowledge" module and add rights to it :).

org.eclipse.search.internal.ui.searchpreferencepage.java is not available on eclipse 3.7.2

I could not find org.eclipse.search.internal.ui.searchpreferencepage.java in eclipse 3.7.2 version.It was available on eclipse 3.2.2. Can any one help me on finding that why this class has been removed from latest version and is there any alternative for this class on new version.
Is there any limit related methods on eclipse 3.7.2 plugins?
This is an internal class and consequently is not part of the Eclipse API and is subject to change without notice (see Eclipse API Rules of Engagement).
However it is still present in Eclipse 4.3 but is marked x-internal:=true in the Export-Package in the MANIFEST.MF. It is also present in Eclipse 3.8, in both cases in the org.eclipse.search plug-in.
The table limits which used to be in the preference page were removed some time ago, probably when the option to show the results in a tree was added.
Edit:
Further research shows the limit was moved from the preferences page to the Search Filters dialog in the drop down menu of the search view. The limit configured here can be accessed using the getElementLimit() method of org.eclipse.search.ui.text.AbstractTextSearchViewPage
getElementLimit() returns null if there is no limit.

com.liferay.mozilla missing from Liferay API

I need to use some classes from these packages
com.liferay.mozilla.javascript.context
com.liferay.mozilla
and com.liferay.mozilla.javascript.ScriptableObject class but I don't know in which jar they are wrapped in, and of course Liferay support are dead silent.
So if anyone had this problem and has a solution to my problem, please answer me :)
The JAR-file is called "liferay-rhino.jar" but I wasn't able to find it in versions of Liferay Portal after 6.0.6. So you should download it separately if you want to use it in a portlet.
In versions 5.2 and 6.0.6 it's located in folder ROOT/WEB-INF/lib.