A plug-in (or plugin) is a set of software components that adds specific abilities to a larger software application. If supported, plug-ins enable customizing the functionality of an application.

learn more… | top users | synonyms (3)

-2
votes
0answers
55 views

End a java program launched from Eclipse without killing Eclipse

I need to end my program, but can't do it how I want to. I heard about System.exit(0); but this closed even the workspace I am working in. I use a plug in project and run it as new Eclipse ...
0
votes
1answer
39 views

Twitter plugin to display tweets from a specific user

Twitter have retired it API v1 few days ago. So, anybody know about any plugin which allow you to display tweets from a specific user and of course support twittter API v1.1
2
votes
0answers
9 views

Cat + Tag Filter Plugin for WordPress: Checkboxes not being saved

I'm using the Cat + Tag Filter Plugin for WordPress and it works fine except that the checkboxes that are supposed to be saved between tag searches are not being saved. All but the last one selected ...
0
votes
1answer
16 views

CKEditor - Inserts Blank Content into the Database on First Click on the Save Button

Since this morning am trying to make this work, but failed. The CKEditor appears perfectly into the textarea, but when I try to save the content on the first mouse click on the save button, it doesn't ...
2
votes
4answers
73 views

Vim plugins don't always load?

I was trying to install autoclose.vim to Vim. I noticed I didn't have a ~/.vim/plugin folder, so I accidentally made a ~/.vim/plugins folder (notice the extra 's' in plugins). I then added au FileType ...
0
votes
1answer
25 views

Why doesn't my QDeclarativeItem get any mouse/keyboard events?

This is a reduced down, minimum complete example demonstrating my problem: I have an application which hosts a QDeclarativeView; file events.cpp: #include <QApplication> #include ...
0
votes
0answers
28 views

FB Social plugin

My initial question here was FB recommendation box not showing some images FB recommendation box not showing some images Steps i follow to solve it 1) https://developers.facebook.com/tools/debug ...
0
votes
1answer
26 views

code for loadig re-captcha plugin in joomla 2.5

I want to add default re-captcha plugin to my joomla website. I write the following code: //php code JPluginHelper::importPlugin('captcha'); $dispatcher = JDispatcher::getInstance(); ...
1
vote
0answers
15 views

Wordpress: Post same blog entry to multiple pages

On my Wordpress site, I have the main blog entry page, then I have two sub blog pages. I would like to know if there is a way so that whenever authors submit a post to the main page, that same post ...
0
votes
1answer
24 views

cordova.exec strange behaviour in parameters

Using cordova 2.6, i am calling a plugin using cordova.exec. The issue is that the parameters if passed in an array element are being cut(truncated from the end by some characters) at the java side. ...
0
votes
1answer
23 views

Smarty: How to get the name of the loaded template file in smarty plugin

How to get the name of the loaded template file in smarty plugin?
-1
votes
0answers
11 views

WP plugin - users can update time of thair posts by themselfs just by one click

Hi I'm looking plugin for Wordpress. The idea is pick up (update) users posts to the top of list. May it can possible to use just update time of the post. But it should be simple way, just click the ...
2
votes
0answers
20 views

How to expand ms-explorer to automatically handle connected files / sidecar files?

If you locally save a hmtl page using Firefox or MS Internet Explorer you will get a html file and a sidecar folder containing images that belongs to the page. If you move the html file using Windows ...
0
votes
1answer
24 views

Trying to make a .dll plug-in but the debugging through program gives The error

Well, as the title says,i'm trying to make a .dll plug-in for a program called "EuroScope.exe". For the first couple of days i was just trying and trying to make one out of the templates(MFC DLL with ...
0
votes
1answer
15 views

changing the background of the grid in the pie chart from jqPlot

I want to use this pie chart: http://www.jqplot.com/tests/pie-donut-charts.php but for the grid I want a transparent background. According to the options: ...
1
vote
2answers
30 views

Testing Custom Grails Taglib with Service and Plugin Dependencies

I have a custom taglib that needs to make calls to a service method, which in turn uses the Wslite plugin to send and receive SOAP messages. The taglib looks something like this. class myTagLib { ...
0
votes
0answers
15 views

DataTable plugin hierarchical filter validation

So I got the following code for the datatable plugin $(document).ready(function () { /* Initialise the DataTable */ var oTable = $('#example').dataTable({ "oLanguage": { ...
0
votes
0answers
13 views

joomla custom search plugin not showing results but return object

I'm making a custom component for joomla 3.1 and I've followed this tutorial => http://docs.joomla.org/Creating_a_search_plugin (I had to make many changes but in the end it worked). ..The object ...
0
votes
0answers
16 views

c# XMLSerializer handle unknown “xsi:type”s

As requirements of our sort of a plugin architecture; we load assembly files, get plugin classes, create objects when needed, and store them in an XML file by serializing them using XMLSerializer. In ...
0
votes
0answers
22 views

correct way to add ckeditor templates and plugins in rails3 (asset pipeline)

I cannot figure out how to add additional plugins and Templates to a ckeditor config in rails 3 (asset pipeline). I tried to put all of them into two folders that i created: ...
1
vote
1answer
31 views

Use Qt4 widget in Qt5, without recompiling

I have written some code that relies on the Qt4 library and was using it in some projects. It deals with displaying PDFs, printing and so on and employs the poppler library My new project is made ...
0
votes
2answers
20 views

How to include jquery plugin validation in Yii framework?

my code in view what am I doing wrong? <?php $baseUrl = Yii::app()->baseUrl; $cs = Yii::app()->getClientScript(); $cs->registerScriptFile($baseUrl.'/javascript/jquery-1.9.1.min.js'); ...
0
votes
2answers
46 views

How to set the time to each content should be shown after the site have already loaded?

I'm looking for some plugin (js/ajax) or tutorial which let me set the time to each content should be shown after the site have already loaded. For example: I want my website with a loader and after ...
0
votes
2answers
24 views

Get a local file from plugin to javascript

I have developped a brower plugin that Acquire a picture from a Scanner or a Camera and save the picture in the file system of the user. The output is the filepath to the picture. I want to preview ...
0
votes
1answer
12 views

analysing C# project on sonar using csproj files

Can I analyse a C# project in sonar using its project file(.csproj) instead of solution file(.sln). Is there any way to do this in sonar. Do i need to configure my pom.xml file in some ways to do ...
1
vote
1answer
16 views

installing NopCommerce Categories Header menu in NopCommerce 3.0

i was trying to integrate Category Header Menu in my NopCommerce 3.0 site, but unfortunately that could not be installed. I followed following steps 1) i downloaded it then unzipped 2) Copied the ...
0
votes
0answers
15 views

Some plugins require plugin Datasystems API to be installed. Can't Install CI Framework plugin in Netbeans 7.2

I am trying to install Php CI Framework and PHP CI Framework Repository but found a problem. Some plugins require plugin Datasystems API to be installed. The plugin Datasystems API is requested in ...
0
votes
0answers
4 views

Cycle Plugin: First Image Jumping Over

I'm using the cycle jqeury plugin. It works fine, except the first image doesn't display properly, specifically it jumps over to the right. Once it begins cycling the other images are where they ...
0
votes
1answer
16 views

Google Plugin for Eclipse 3.7 not showing up

I am running Windows 7 64bit and Eclipse 32 bit. The problem is that the Google button with the g icon in the Eclipse toolbar does not show up after I finish installing GPE 3.7 and GWT SDK 2.5.1 ...
1
vote
1answer
23 views

How do I properly export a .jar file with IntelliJ?

I get that I have to use the Build Artifact option, and include all of those module files, but whenever I build the artifact, the ONLY thing that is in the .jar is the manifest file. How do i get the ...
1
vote
1answer
27 views

Why can I not change the value of a listed plugin setting with SBT?

I'm using the sbt-start-script plugin to build my project (although I think the question is more generally applicable than that; it just happens to provide a concrete example). I want to change the ...
0
votes
0answers
10 views

where can I find the plug-ins for following tags and classes used in j2ee project?

the classes are : org.apache.struts2.views.freemarker.FreemarkerManager; org.apache.struts2.views.freemarker.ScopesHashModel**
0
votes
0answers
8 views

Plugin migration from an old Eclipse version to a recent Eclipse version

I currently use an Eclipse plugin (decomposed in several .Jar files and folders, located in the /plugins repository) which works on an old version (Helios 3.6.2), and I would like to extract this ...
-1
votes
0answers
20 views

wordpress plugin for fishpig in magento [closed]

I am using fishpig to integrate wordpress into magento. If I decide that I need a plugin that fishpig does not support I am wondering what exactly I need to do in order to integrate the wordpress ...
0
votes
1answer
22 views

Vim: run one filetype's processing when opening another filetype

I'll be editing some .less files. Now, I want the filetype to be "less", but I want vim to do all inclusions of css and css3 plugins when opening a .less file. There are times I'd like to be able to ...
0
votes
0answers
20 views

sbt-assembly and multiple class defs in dependencies

Being new to sbt and the sbt-assembly plugin I am confused about how one deals with builds involving different class definitions within dependencies I am trying to package. [error] (*:assembly) ...
0
votes
0answers
21 views

Magento - Adding Attributes programatically with default and searchable

I've searched everywhere for the answer, muddled through Magento and I can't find a working solution. I'm creating magento attributes dynamically and that's fine, but when it comes to setting the ...
0
votes
0answers
8 views

ADT plugin installation from zip file

i want to install ADT plugin from ADT zip file. i tried with eclipse 3.6.2 helios and ADT 21 & ADT 22 (both) but it gives error that missing Android development Tools ( ...
0
votes
1answer
25 views

how to add Grails Plugin to IntellIJ?

I´m new to Grails world and Iḿ trying to import a grails application into an IntellIJ IDE but I have some issues. I was trying to find tutorials on how I could import and everybody says that I need ...
0
votes
0answers
12 views

Lazy Load for touch devices

I'm using the jQuery plugin Lazy Load (http://appelsiini.net/projects/lazyload), and on touch devices it doesn't run as smoothly because of the script not initiating until scrolling stops (as noted on ...
0
votes
1answer
30 views

Simple public function in simple jQuery plugin

I'm having trouble providing my plugin with public functions, sort of what jQueryUI does I think. My plugin code is below. When $("#someField").myPlugin({'editable':true}); is called it iterates ...
0
votes
2answers
45 views

css for displaying products in different size div like a pattern

Hi, I want to display my products like shown in this image. Don't understand that how to apply size differently to each div that contains product info. Is there any css or jquery plugin that can do ...
0
votes
0answers
31 views

Glype YouTube Plugin Player Source

I'm using a Glype Proxy Software to make a youtube proxy site. Which is going very well, but I need to change the video player with www.videojs.com and it is integrated too! But it says source not ...
0
votes
2answers
32 views

GWT plugin error

I'm trying to install GWT plugin i eclipse. It showing error like, Cannot complete the install because one or more required items could not be found. Software being installed: Google Plugin for ...
0
votes
0answers
9 views

Accept and Track which documents have been submitted | Wordpress [closed]

I was wondering if there is a Wordpress plugin available or if one could be created to allow site members to submit requested documents from the front end which would then be approved by the admin. ...
0
votes
0answers
20 views

HTML renaming src locations to the various files

Ok so I am VERY new to HTML never liked it but as I finish university find myself becoming more and more fascinated in it. I am not sure if this is a basic question but I didn't know where to look or ...
0
votes
0answers
25 views

Dojo 1.7.2 several files Flash uploader for IE with form data = One POST for each file submitted?

Hi All and first of all thanks a lot for reading me ! I'm using Dojo 1.7.2 with Domino 8.5 server to submit form data with several user selected files to a database. I'm using dojox.form.Uploader ...
1
vote
1answer
32 views

Is it possible to disable message plugin from firing in MS CRM 2011

The situation is following: I've created plugin on RevokeAccess message in MS CRM. And in the same time I'm executing RevokeAccessRequest from another piece of code. Logically, RevokeAccess plugin ...
0
votes
1answer
33 views

PMD: creatRuleViolation how to define it? Save me from this

Help. I would like to sacrifice the reputation for a proper answer.. public class ParameterNameConvention extends AbstractJavaRule { private final static String PATTERN = "[p][a-zA-Z]+"; public ...
0
votes
0answers
37 views

How to make the Sonar maven plugin example work

I am trying to get the sonar-checkstyle-extension-plugin to run on my local Sonar server. Firts I built the plugin via maven. Then I copied the plugin-jar manually to the extensions\plugins-folder of ...

1 2 3 4 5 193