How to remove or hide InsideView panel from Lead detail view in SugarCRM 6.5? - sugarcrm

In Lead detail view i can see community ads in "InsideView" panel Community Forum. I am currently on 6.5 community edition.
Is this possible to hide or remove?
Thanks.

I found this solution
Just open below page:
Admin » Connector Settings » Enable Connectors
And move all modules to Disabled panel and Save.

Place this in a post_install routine:
require_once('include/connectors/utils/ConnectorUtils.php');
require_once('include/connectors/sources/SourceFactory.php');
ConnectorUtils::cleanMetaDataFile('Leads');
write_array_to_file('modules_sources', array(), CONNECTOR_DISPLAY_CONFIG_FILE);
write_array_to_file('searchdefs', array(), 'custom/modules/Connectors/metadata/searchdefs.php');
$s = SourceFactory::getSource('ext_rest_insideview');
$s->saveMappingHook(array());

Related

Redmind ckeditor plugin : do not show toolbar

I am new to Redmine and I search though the internet but found no help!!!
I followed the instructions here: Source
And it shows me a richtext editor without toolbar.
My Redmine version is 3.1.0 and CKEditor plugin is 1.1.2
I tried to reinstall CKEditor many times but I still have the same problem.
I want to enable the toolbar!
Please help
I found the reason. It's about the "Toolbar can collapse" checkbox which is checked. I uncheck it and the toolbar was show.
#Admin or Mod: Please close this question.

How to access GWT designer view on eclipse

I havent yet found a way to view GWT designer mode. I have installed gwt sdk, gwt designer and window builder on eclipse 4.2. View my installation details:
I Can open a java file using window builder but cant see the source and design tabs at the bottom:
Somebody help me figure out how to access designer mode.
right click on the file and select open in designer
Right click on your uibinder file (ui.xml). Then select windowbuilder. You may need to click "other" and then select windowbuilder from the list.
Turns out its a bug and i was able to access designer mode by clicking switching between to a different layout under Google > Web Toolkit > Designer preferences
Thanks for providing answers guys :)

How to display editor tabs on the side of the editor pane in Eclipse?

In Eclipse Indigo (I'm on 3.7.2), is it possible to move the editor tabs from the top of the editor pane to the side of the editor pane, creating a vertical stack of tabs? This would allow many more tabs to be seen at once. Given my widescreen display and the large number of active files I am switching between this would be a useful configuration. I cannot find a setting or a plugin that will do so.
Not possible yet. See here and here
I got fed up with not being able to do this and wrote an eclipse plugin. You can find it in the marketplace at: https://marketplace.eclipse.org/content/open-editors
Here is a screenshot
I do not know of a plugin which would allow one to do this.
This (
In Eclipse, can I view the files I currently have open in a vertical stack instead of a horizontal one?) confirms the same unfortunately.
I just searched a bit. I can see a lot of talk about having multi-line tabs, but vertical tabs don't seem to come up a lot.
The Open-Editors plugin has issue
Works well on Windows10 + Eclipse 4.8 + OpenJDK11. 100%
Have just tested. Dont forget to link your Eclipse to JDK-11
https://wiki.eclipse.org/Eclipse.ini
Install Plugin
https://marketplace.eclipse.org/content/open-editors#comment-6750

Aptana (Eclipse) will not let me accept license agreement

I feel like either the "Next" button or the "Finish" button should be enabled at this point.
Any ideas?
Scroll all columns on the left side to the bottom.
Updating to the latest version of Aptana solved this problem.
I updated by selecting the help menu in Aptana, then selecting the "Check for updates" sub-menu:
Help -> Check for updates
Information in the bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=277265
As stated in the comment above and in one of the comments for the bug on eclipse's site, going "back" a few screens, then going forward again solves the problem sometimes as well.

How to solve migration problem in sugar crm?

I have a problem in my work that when i migrate my sugarcrm system from 5.5 version to 6.2 version i am not able to get the delete, edit icon images in the dashlet and not able to get the drag option in the dashlet. please anyone help me out.
You may have your dashlets restricted. In ADMIN-->System Settings look to see if user editable dashlets is checked. This would make it so you can't drag the dashlet. The edit, refresh, delete option will appear when you move your cursor over the menu bar of the dashlet itself.