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)

1
vote
2answers
31 views

How to pass object when calling public plugin method in Jquery

I'm building a jQuery plugin that will have a couple of public methods inside it. This is how it looks right now. (function ($) { $.fn.ajDialogue = function (options) { var opts = ...
0
votes
0answers
5 views

Filtering graph using Gephi python plugin

I am trying to save a filtered graph in Gephi using K-core filter (k=7). I am trying to use the Gephi python plugin , how the documentation about it does not mention the ways to use these filters. The ...
0
votes
2answers
13 views

GWT Plugin for eclipse 3.7(helios). i am getting error

After selecting google plugin for eclipse and SDK and proceeding next . I am getting error Cannot complete the install because one or more required items could not be found. Software being installed: ...
0
votes
0answers
4 views

TFS plugin for EclipseCDT error with paths

I am using Eclipse CDT (4.2 Juno) on both Windows 7 and Ubuntu 14.02. I have sucessfully installed Eclipse Plugin for TFS. And it works well on Windows 7 machine. I created repository on codeplex. Now ...
0
votes
1answer
9 views

how to read data stored in a wordpress plugin

I have a wordpress plugin (broadstreet) which is a company directory and has list of companies. But I want to display in different style to match the rest of the website. Now all the company details ...
0
votes
0answers
9 views

Eclipse: “Failed to create the part's control” with Sencha plugin

I follow this tutorial but when I try to create a Javascript source file, I get this error: "Failed to create the part's control". [SOLVED] I had changed some things in VJET-Editor (in Preferences) ...
-2
votes
1answer
24 views

what is the difference between Javascript plugin vs Jquery plugin [closed]

what is the difference between Javascript plugin vs Jquery plugin which is more efficient & widely used? does jquery support the features like OOP, namespace, required.js & unobtrusive like ...
-4
votes
0answers
16 views

I need pagination plugin that based on ajax [closed]

I want to make comments list in any page. There is many comments, so I don't want a regular pagination plugin (that the comments are in the html but display none). I want plugin that based on ajax. ...
2
votes
3answers
19 views

Jquery plugin behave different on different instances

Im trying to write a simple autocomplete plugin for jquery (for learning purpose"). If u look at the DOM after the JS has run, there is to div after the input fields, but only the 2nd has the ul ...
0
votes
0answers
8 views

Word plug-in for getting spelling correction list

i want to write a office word plug-in on Visual Studio 2012 C#. inorder to collect all spelling correctment list. For example if i write "Stup" to Word and the Word will suggest to me "Stop" and ...
0
votes
1answer
15 views

jekyll plugin not working on local machine

I have developed a simple filter for jekyll liquid module, and put the code in _plugins directory. but when I run jekyll the plugin doesn't work. here is the directory that I run jekyll: ...
0
votes
1answer
26 views

Best way to split Android permissions into multiple apps / plugins

I would like to add to my app the functionality "unread SMS count" which off course requires a new Android permissions, since not all my users will need that functionality I'd like to distribute it as ...
0
votes
0answers
12 views

CakePHP Plugin affecting default routes

I just created a plugin named ContactForm Now on the default layout have the following links: $this->Html->link('Home', array('controller' => 'posts', 'action' => 'index','admin' => ...
0
votes
0answers
3 views

Eclipse plug-in, listen to mouse click events of editor from another view

I have created a view and the view needs to be able to get the line (and preferably column) position of the mouse cursor in the active editor. I have tried implementing ISelectionListener, but it ...
0
votes
0answers
8 views

Aloha Editor | Link plugin: edit class

I'm working with AlohaEditor and I try to make class attr to be editable for link plugin. In sidebar I can edit target and title, but I need also to edit class. Does anyone know how to do this?
0
votes
0answers
13 views

about Google Chrome installed plugin version

I made a web plugin using NPAPI for Google Chrome, Firefox on Linux. I would like to show what version is installed on installed plugin list, so NP_GetPluginVersion() is added to see. Firefox works ...
0
votes
1answer
16 views

how to get form posted value in wordpress plugin

I am developing a form plugin in wordpress, What i want is when any one submit form on my website my plugin can get all form values and can save it in database. Here is my code. I set form action. ...
0
votes
0answers
15 views

Can the Grails Resource Mapper order be modified?

I'm guessing the answer is no, but it seems the COMPRESSION phase occurs before the AGGREGATION phase. My understanding is that aggregated content compresses better than separated content. ...
0
votes
0answers
14 views

sonar reference plugin widget not getting displayed iin dashboard

I am trying to create a custom sonar plugin by looking the code in sonar reference plugin.But the this reference plugin is not able to show the widget in sonar dashboard? The .erb file is <div ...
0
votes
1answer
29 views

jQuery Validation Plugin - simple implementation

I have this markup here and I wish to add a simple check to see if the user has selected a size. I am using the jQuery validation plugin I am not sure the best way to go about this. I can't change ...
0
votes
0answers
3 views

Wordpress Event Organiser plugin, how to display venue map for a region even if there are no venues yet?

How do I get the Event Organiser Wordpress plugin to display a venue map of lets say: Alberta, without actually having any venues? I tried to create a random venue for Alberta, Canada but then it ...
0
votes
1answer
10 views

What is “SoftwareComponent” in Gradle's ivy-publish plugin?

From Gradle 1.5 was introduced ivy-publish plugin and in it there is a new Interface - SoftwareComponent in the docs is written: The simplest way to publish a Gradle project to an Ivy repository ...
0
votes
0answers
13 views

Intellij IDEA plugin - PersistentStateComponent loadState not called

I am trying to develop a plugin for Intellij IDEA, I am working with SDK 129.451. The issue I have is that I can't persist the user data like some list items he can input in the plugin and have the ...
0
votes
0answers
16 views

Using SurfaceView in Cordova plugin

I want to use SurfaceView in PhoneGap CordovaPlugin. I am able to dynamically add SurfaceView, but it is on top of my UI (HTML). I'd like to use SurfaceView as background and create web content on top ...
0
votes
0answers
21 views

combine 2 jQuery plugins

So I've got a slideing gallery on a Joomla site, achieved with a jQuery plugin from css-tricks.com/moving-boxes/ (made in jQuery 1.8) I also needed an 'image zoomer' for the main image, so I used ...
0
votes
0answers
23 views

Problems with making gst-plugins-bad-1.0.6 [camerabin2]

I got problems with camerabin2 when i try to install Gstreamer ver1.0.6, all plugins were good except gst-plugins-bad which when i try to compile tells me this : make -C camerabin2 make[4]: ...
0
votes
1answer
18 views

Trac plugin with support for HTTP get parameters

I am fairly new to Trac plugins and python in general. For most of this day I have been looking for a way to get parameters into a Trac plugin that I am creating, via URL request. So if I had a ...
0
votes
0answers
13 views

How to change the credentials that get used when using CRM for outlook?

I am trying to use the CRM for outlook plugin from outside our domain. Using CRM online is not an option. The web application is accessible from outside the network - using an https binding. When I am ...
0
votes
1answer
18 views

How to remove app-engine plugin from Grails project

I develop project named MyProject . I made a copy of this project - MyProject.zip I wanted to to use app-engine plugin, so I installed it and I got an error: No Google ...
0
votes
0answers
7 views

save data returned from wordpress plugin in custom page

I have a plugin which hooks itself to "doccontent" defined in functions.php through a callback function. The function returns an array. I want to store the contents of that array in my own custom ...
0
votes
0answers
12 views

Element “in view” Event plugin

There is that amazing plugin: http://remysharp.com/2009/01/26/element-in-view-event-plugin/ It can help to control when a CSS3 transition gets fired. This is especially helpful for one page web ...
1
vote
2answers
57 views

Star rating system - Issue with hover + click

I have written a code for rating system star rating system basically, it was all working fine and good the code is <script type="text/javascript"> (function($){ ...
0
votes
0answers
6 views

Clementine Plugin to fetch information from allmusic.com

I want to make a plugin for Clementine music player for Ubuntu 12.04 to fetch information about artist and album from allmusic.com and display it in the player like it already does for Wikipedia. Can ...
0
votes
1answer
22 views

How to install Eclipse plugins on Aptana Studio 3+

I've got to install this Eclipse plugin http://sourceforge.jp/downloads/users/0/774/pdt_tools.indentGuide_1.2.1.zip which is zip-archive containing jar-files. Can somebody tell me how to install it ...
0
votes
0answers
14 views

wordpress - Make plugin options available in front-end for registered users

I have tried to search but i was unable to find or i used the wrong keywords for that. Here's my Question: Is there a way to make the backend option of a wordpress plugin to be available in the ...
0
votes
1answer
18 views

netbeans cakephp plugin (local file option)

I am new in cakephp , I want to write the code on an IDE for the code helper thing (ctrl + space) , after downloading and installing the plugin, when I try to add a new project it keeps on telling me ...
0
votes
0answers
4 views

To extends the class of nav menu images of nav menu walker

I am using the nav menu images for my wordpress menu. Now i want to extend the class of nav menu images. That is "NMI_Walker_Nav_Menu_Edit". I am trying through my code written below. require_once( ...
0
votes
1answer
19 views

Problems with building the gcc plugin

I am trying to build the simple gcc plugin. I am a newbie, but I want to implement more complicated plugins in the future. I read a lot of manuals, and it seems that I did everything right, but ...
0
votes
0answers
28 views

JQuery Elevate Zoom Plugin not working

Hey i have got a JQuery elevate zoom plugin and put it in my .aspx page but it doesn't work. after debugging, src image is visible as defined in tag below but there is only a pointer doing nothing ...
0
votes
1answer
13 views

Magneto “Shopping for” extension

I am creating a multi item e-commerce solution that will have 5000+ products specific to different motorcycle brands and models using Magento. I am wondering if there is a way to be able to shop the ...
0
votes
0answers
5 views

Woocommerce product images to use rollover instead of lightbox

Is there any code/plugin within Woocommerce where I can make any image from the product gallery, when rolledover, replace the main product image? Not a big fan of the lightbox...
0
votes
0answers
6 views

How do I get MapPress wordpress plugin to stay zoomed at default position when new markers are added?

I'm currently working on a project that involves a website using Wordpress. Here is my end goal: I'm using a plugin called All-in-one event calendar, and at the same time i'm using a plugin called ...
0
votes
0answers
5 views

Octopress data persistence (rating a post)

How might one most easily persist data for an Octopress plugin? Specifically, I want to write a plugin to like or rate a post/page that pertains to Octopress only (i.e. not as part of Facebook or any ...
0
votes
0answers
19 views

Scaling images to fit window

I am using the following https://code.google.com/p/jquery-imagefit-plugin/ to fit my images in any size window how ever this is not working and i think because the images are in a table... which i ...
2
votes
2answers
28 views

fire jquery plugin after ajax loads content

I have an ajax'd site that where: <div class="content" id="current_page1">the content< /div> is swapped out depending on what page the user is on. I'd like to fire a jquery plugin ...
0
votes
0answers
24 views

Distributing a java plugin's functionality elegantly - general Java / OOP noob issue

I am trying to split up functionality of a plugin I wrote for Bukkit and I'm not quite sure what the best way to do it would be. Would it make sense to split it into AdCommons (with the main ...
0
votes
1answer
20 views

Add ant plugins dynamically at buildtime?

I'd like to set up an Ant build that pulls down its plugins at buildtime. So for instance, if my build used findbugs and checkstyle JARs and called their tasks from inside build.xml, then ideally I ...
0
votes
1answer
18 views

Wordpress overloading PHP function from plugin A in plugin B

I'm using a plugin (Paid Memberships Pro, but that shouldn't matter), and I need to overload a function in that plugin. I'm writing a custom "plugin" that changes certain parts of the Paid Memberships ...
0
votes
0answers
10 views

pluto cafe and restaurant plugins don't load

I am working on the pluto cafe and restaurant wordpress theme. The problem is that the installed plugins don't load. http://www.castellzaandam.nl/voortgang/wordpress/#menu-item-266 This link above ...
0
votes
0answers
7 views

excel plugin: unable to determine if an update is available

I am using this compare plugin http://sourceforge.net/projects/spreadshcompare/ in excel 2010. It works great. However recently every time I started excel 2010, I always got a popup error msg like ...

1 2 3 4 5 191
15 30 50 per page