Activate IE Add-Ons from an BHO - toolbar

I've written two objects, a deskband toolbar and a bho for IE. The goal is that the bho shows up the toolbar after installation. Microsoft's approach is to use pBrowser->ShowBrowserBar(&vtBandGUID, &vtShow, 0);
This method is nice to show and hide toolbars which got already activated via the addon manager but does not work for deactivated addons. Is there a way to do exactly the same thing as the addon manager does (enabling / disabling specific addons) just programmatically?

You should clarify your question.
Writing code to activate add-ons that the user has specifically disabled could be considered malicious behavior and could result in the application in question being marked as malware.

You can enable/disable BHOs by adding/removing a DWORD registry value called "Flags" with a value of 1 to this key:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Ext\Settings\<BHO CLSID>

Also, the 0 value of Flags means enabled. 1 means disabled.
Sometimes other values than 1 are entered (for example 256).
HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Ext\Settings\<BHO CLSID>

Related

Weglot Translation Not able to translate the checkout payment section

I am using Weglot Translation Plugins in WordPress. Everything working fine except checkout payment section not updating that's why the translation not working for that particular section
Check below the screenshot
https://prnt.sc/1zs8ptj
I'm Edson from weglot developper team.
Regarding your problem there are 2 things:
1- first of all, you should check from the dahboard if your translation is present. If not, one of the first ways is to see if you haven't gone over your word limit.
2- The error you are reporting seems "normal" because the Visual Editor must be used for "static" pages. In your case, you seem to be using the tool to translate an order page containing Ajax calls which notably causes CORS header issues.
I hope this will help you and do not hesitate if you have any questions to contact our support team
Best

Limit number of checked boxes in wordpress

I am working on www.peelcarsales.com using automotive theme on wordpress. On its pre-owned page(http://peelcarsales.com/inventory/) I want to limit the number of checked boxes checked at a time to maximum 4. Kindly help me how to do it.
You need to write Javascript in the page that loads your form. Every time you check a box, you count whether the maximum is 4 already. If it is, you undo the check and give a warning.
Alternatively, you could disable all unchecked checkboxes as soon as you reach 4 checkboxes.
Either way the solution is clientside Javascript. It has nothing to do with PHP or Wordpress.
If you do not want to modify the files themselves, you could use a third-party plugin to manipulate headers and footers... This one for instance will let you add Javascript to a header: https://wordpress.org/plugins/header-and-footer-scripts/

Plone 3.0 users and groups: show all

I have a problem that when I enter users and groups page and I press show all,
it will show nothing or just a few members within one page instead of showing 20 members in a page like before, why is that?
Recently I have set plone captcha to prevent robot registration, is this setting has anything to do with my problem?
Is an old problem of Plone 3 user and group handling. If you look at the site log when accessing the view you'll probably see something like "Skipped user without principal object ...".
It mean that the portal_memberdata tool contains some old user data that are not referring to real users: probably you changed something in the user and groups management, like removing a source of users.
Unluckily Plone 3 do not offer a way to fix this in a simple way. On Plone 4 the portal_memberdata from ZMI offer a way to cleanup things.
This is not blocking your site from working normally and is not a critical problem (although I understand is annoying)

What does the "target" feature on editconfig used for in CQ5?

What does the "Target" option do when clicked and what is its importance? When I click on it, it is simply deleting the component from that page. Can anybody let me know its importance and how to use/configure it?
It is the part of the Adobe Test & Target integration. If you have this integration configured correctly, it enables you to display different content to different visitors based on information known about that visitor. More info can be found in the official CQ docs.

Drupal: where does this tab "Track" come from?

I've noticed there is one more tab in my edit-content pages in Drupal.
Could you tell me which plugin added it ?
See picture: http://dl.dropbox.com/u/72686/TrackTab.png
I actually need to know step by step how can I disable such tab
thanks
besides tracker.module (and, as mingos said, possibly other contrib modules), a "Track" tab is also added (to nodes) by statistics.module, statistics_menu().
UPDATE: this tab is only visible to users with "access statistics" permissions, so just adjust your site's permissions accordingly. as user #1 you will always see it, though.
you can, of course, just disable statistics.module.
Either Tracker (core module) or Tracker 2 (add-on) adds such a tab, but I've noticed it only on user profile pages.

Resources