Questions tagged [add-on]

Add-on, a.k.a. Plug-in is a set of components that enhances the existing, or adds new capabilities to a software application.

A plug-in system is very common, because it lets other developers (and maybe users) make small plug-ins to add new features quite easily.

Add-ons are also a good customization tools, because they let users chose which of the features do they want, and which they don't. It also helps to keep the distributive small.

There are specific tags for certain platforms / applications, like

Usually it's better to use the more specific one.

1100 questions
-1
votes
1 answer

WoW Classic (1.13) addons events: COMBAT_TEXT_UPDATE. How to fix my code?

I just recently began to study LUA and add-ons for WoW. I want to display the school of magic and the amount of damage in the chat, but my code does not work. Please see what I'm doing wrong. local Congrats_EventFrame =…
-1
votes
1 answer

Create IE add on (extension) for take a feedback

I want to develop the add on for IE that will open a feedback form and submit. For Chrome there are many resources but IE I didn`t get any specific example. Can anyone help me out.
DT_2
  • 71
  • 1
  • 7
-1
votes
1 answer

themefiend Multiple product options add-on zoom (disable)

I'm using Themefiends multiple product options add-on for our Bigcartel shop. I want to disable the zoom option that comes with it - zoom of product pictures on hover. It also interferes with the scrolling on mobile - you can't scroll over the…
Trogflon
  • 1
  • 1
-1
votes
1 answer

I want to install a Blender add-on using a Python file but I always get a error message

I don't use blender so much and today is the first time I'm using a Python file, so I'm having trouble with it. I want to install a add-on but I need to use a Python file, okay then, I installed Python and made the file but when I try to install the…
-1
votes
1 answer

How can I update widget from CardSection?

I am trying to update widget from CardSection, but I have no ideas to do this task https://i.stack.imgur.com/mizle.jpg. Anyone have an idea how can I do this?
Simon
  • 87
  • 9
-1
votes
1 answer

How to send reply for user submitted form in wordpress using gravity forms plugins

In Wordpress Gravity form, How to send reply for user submitted enquires,(Not Default notification Email) I need to send Particular reply for that enquires. (or) Is there is any plugin or add ons to send reply for any form. Thanks
surendar
  • 29
  • 4
-1
votes
1 answer

internet explorer add-on in .net

Is there a way to create add-on for IE in .NET?
sankar
  • 1,724
  • 1
  • 22
  • 37
-1
votes
1 answer

Add-on connection timed out yet it's fully functional

I have an add-on programmed in c# for SAP B1. I created an installer and successfully registered it under SAP B1.But the problem is whenever I start the add-on in SAP B1, after sometime it says "add-on connection timed out". And in add-on manager…
Isuru
  • 430
  • 5
  • 21
-1
votes
1 answer

Users being prompted with apple add on pop up in Internet Explorer

When a user visits our site whilst using IE they are prompted to run the apple quick time add on. I wish to stop this from happening, is there anything that anyone can think of that would be causing this. There is nothing on the site that would even…
-1
votes
1 answer

Disable TITUS in Outlook using Powershell

I am successfully sending mail with my PowerShell script through Outlook. The only problem I am facing is that I need to set the classification in TITUS (add-on) whenever I am sending mail. I need to disable the TITUS add-on in Outlook. Does anyone…
-1
votes
1 answer

Where can I find more information on how to sync up accounts to an APP?

When I say that, I mean if I'm creating an APP that I want to work in conjunction with say instagram, twitch, or facebook, etc, where they log in with their account first, how could I go about that? I'd want to essentially do an ADD-ON and make it…
-1
votes
1 answer

LoadLibrary in IE addon does not work

I have created a Stub DLL that works as an addon in IE. I want this stub dll in turn use LoadLibrary function to load another DLL and make a function call in it. As long is this second DLL is registered inside IE as addon it works fine but if I…
Rakesh
  • 73
  • 2
  • 8
-1
votes
1 answer

How to set auto expire time in plug in?

In last few days, i was trying to make plug in for advance search to put it on my e-commerce site and its works good. But today when i serf the internet, i just find out that aheadworks had also develop this type of plug in and they provide this…
Yogesh Chalodiya
  • 55
  • 1
  • 1
  • 8
-1
votes
1 answer

Iterate through LUA Table for string match

I'm trying to match two tables by string case in sensitive. Example [6] = { ["itemName"] = [Ore], ["cleanName"] = [[Iron Ingot]], ["secs"] = 25004, …
-1
votes
2 answers

HTTPS POST requests from browsers, why do I have to use an add-on?

I have HTTP Requester add-on for firefox to make HTTPS POST requests. I just don't get why can't I simply copy and paste my HTTPS request URL directly in my browser ? Isn't it the same ? Why do I have to use an add on ?
user3340627
  • 3,023
  • 6
  • 35
  • 80