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.
0
votes
0answers
19 views
Unable to install Google APIs Eclipse Plugin
I am trying to install the Google APIs Eclipse Plugin, on Eclipse v3.7 (Indigo). I have tried both from a local copy of the archive (ZIP file) and online through Eclipse's "Install New Software" ...
0
votes
0answers
18 views
How to set permission on plugin controller in cakephp 2.3
I am following http://book.cakephp.org/2.0/en/tutorials-and-examples/simple-acl-controlled-application/simple-acl-controlled-application.html tutorial for a simple ACL controlled cakephp application.
...
-4
votes
0answers
15 views
related to wordpresss plugin (wp-ecommerce plugin) [closed]
Please provide me the solution for how to store our information in store log in wpsc plugin
by creating extra column in sotre log.I am able to create a column in store log but not able to store ...
0
votes
0answers
10 views
How do I get WP-ecommerce-shopstyling to display billing state instead of billing state ID?
In admin email notices the email is displaying the Billing and Shipping State as its ID number, i.e. 14 instead of Alabama. I need it to display Alabama in the admin sale notification. Also I need it ...
0
votes
0answers
8 views
Is Facepile bugged?
I'm trying to test out Facepile using a URL that I know my friend has shared. When I look at the Activity Feed using the domain of that URL, I see my friends actions in there. However, when I lookat ...
0
votes
1answer
14 views
WordPress Plugin Development - How to re-upload/update plugin while developing, without deleting current version?
I just started developing plugins for WordPress (fun!) and am curious if there is a faster/better way to upload a new version of the plugin, without having to delete the current one first?
I am not ...
0
votes
0answers
9 views
Folder Deletion using work space clean up plugin in Jenkins
I am scheduling Cucumber Jobs in Jenkins. After every build, log files, snapshots are generated and stored in "build" folder. I would like to keep last three day data and delete the rest and would ...
0
votes
1answer
12 views
WordPress - Network (Multisite) How to install plugins on a per-site basis?
I am wondering if it is possible to install and activate plugins on a per-site basis for a WP Multisite setup?
I am creating a "Proofs" network for my clients where I can easily create new sites to ...
0
votes
1answer
21 views
I'm looking for a jquery plugin
Which could draw lines between 2 divs and more.
In fact, I would have 3 divs on my page, named choice 1, choice 2 and choice 3
Each choice would get the responses linked to this choice, for example ...
0
votes
0answers
6 views
PhoneGap Barcode Scanner Plugin Crashes on first load (Android)
I am using the Barcode scanner plugin from phonegap on Android and I have noticed that when the app loads for the first time on a device the scanner makes the app crash. As long as you open the app ...
0
votes
1answer
17 views
Phonegap plugins not working
Phonegap plugins not working in Phonegap cordova-1.5.0 in iPhone. I added the plugin for date picker and one anohe plugin for making phonecall.
I used the plugins from
...
0
votes
0answers
9 views
How to develop simple chrome cookie extension?
I need to develop simple Chrome Extension that can show cookies stored by a particular site. We can delete and edit those cookies too. The problem is I'm new to chrome extension development and not a ...
0
votes
1answer
16 views
Call JQuery Validate Plugin without submitting the form
Well I want to know is it possible to validate the form without submitting it using the JQuery validation plugin. (I use a button.click function for validating, the button isn't a submit input).
...
0
votes
0answers
7 views
Wordpress plugin login error
I have a legacy plugin that (allegedly) logs a user in automatically based on encrypted URL parameters, and then redirects them to the appropriate wordpress page. I see the login cookie when I inspect ...
0
votes
0answers
28 views
Maven and Multiple Goals
I'm attempting to use the Grails Maven plugin to build a war file. There's a known problem with the plugin in that it does not resolve range dependencies, and my project pom file must contain range ...
0
votes
0answers
29 views
Plugin that creates a button widget for the sidebar, which is independent from the theme
I'm looking to develop a plugin that creates a button widget for the WordPress side bar, which is independent from any theme. The admin is able to configure the button to look good with the least ...
0
votes
0answers
11 views
Wordpress issue importing .xml (Load Balanced website)
I am moving posts from an old blog to my 'newer' blog and have used the standard Wordpress Import & Export tools for the exporting from the old blog then importing into the new blog.
When I ...
-3
votes
0answers
26 views
Are there any Eclipse tools or plugins to help browse a code base with over 15000 errors? [closed]
We are starting our development from a free Android source code. It has 16000 errors.
Are there any tools or plugins in Eclipse to help us browse the code with shortcuts or give us multiple windows ...
0
votes
1answer
38 views
vim-fireplace Connect command won't run
I've installed vim-fireplace, but the Connect command doesn't work. The error message is "Not an editor command: Connect". This leads me to believe I've messed up the installation but I can't figure ...
1
vote
0answers
15 views
TinyMCE plugin in umbraco
I'm trying to add a custom button for umbraco richtext datatype, so i made a simple plugin for TinyMCE... But i cant seem to get it working, it shows up in the datatype, but not when i open the editor ...
-4
votes
0answers
19 views
What is this javascript slider effect? Can someone send me an example of similar jquery or javascript plugin? [closed]
Does anyone know how to replicate the effect on "Cineasta da semana" javascript slider I found on this website?
http://www.boitedufilm.com/
Is there any plugins (js or jquery) that you know that ...
1
vote
2answers
33 views
Java developing an app with plugin capabilities
I'm currently working on an application in Java that contains a core set of functionality, this has to be extended for several different purposes (~10 different purposes) and as such, the best ...
0
votes
0answers
15 views
Typo3 backend custom forms for a Plugin
The frontend plugin I created with extension builder is called "Events". There are 3 other tables which are also a part of the plugin- Category , Location and Media, apart from Event.
The problem is ...
-2
votes
1answer
29 views
Syntax Highlighter Evolved Not Working [closed]
I am completely new to the whole blogging thing and am not the most avid web programmer. I'm more of a desktop guy.
I can not seem to get this Syntax Highlighter thing to work. I installed the ...
0
votes
1answer
9 views
Payment method in nopcommerce
Regards,
I'm developing a plugin payment method based on the paypalstandard, only I have a problem, It should send payment details by POST method (the gateway is pagosonline) then the last step is to ...
0
votes
0answers
8 views
MyBatis and ParameterHandler plugin (using $ notation insteand of # )
I'd like to ask a question about the ParameterHandler plugin in MyBatis. There seems to be a dearth
of info on this subject. I hoping someone can help.
The only place I could find (on the entire ...
0
votes
0answers
36 views
gcc plugin c c++ find global nonstatic variables
i've been playing around with the gcc 4.6 plugin api.
For convenience i use a python wrapper/plugin for the api.
My goal ist to find the declarations of all variables with:
global scope
and not ...
-1
votes
0answers
5 views
plugin to monitor what is accessing /harvesting personal information in browser [closed]
I am to develop a plugin that monitors certain applications and warns users if another application is violating their privacy preferences, I've been researching plugin and adds-on libraries but found ...
-3
votes
1answer
20 views
Wordpress downloads page with upload option
I am quite new to this but what I want to do is create a website that is only accessible over wifi. When the user gets to the website(which I will be using wordpress to build) There needs to be a ...
0
votes
1answer
12 views
Overwrite CSS of Instaemail Popup
I am using instaemail on my website for sending a post by email and I am trying to customize popup window, but seems that I can not overwrite class or I don't know how to do it. Same popup you can ...
0
votes
0answers
14 views
Custom forms for a FE plugin in TYPO3 V 6.1.0
SOLUTION
Inline Relational Record Editing is the answer. Handy stuff.
For Documentation
:)
QUESTION
I created a front-end plugin using extension builder in TYPO3 6.1.0. For this plugin, ...
0
votes
1answer
17 views
Creating an App using a camera for Android
I am an aspiring developer trying to create an app. I have seem to come to a brick wall. I am creating the app for the Android Market, mainly because I don't own a Mac or I would create for both iOS ...
0
votes
1answer
28 views
How can I do a callback from FireBreath to JavaScript
Code sample:
bool MirrarOrnaments::onMouseDown(FB::MouseDownEvent *evt, FB::PluginWindow *)
{
if(evt->m_Btn == FB::MouseButtonEvent::MouseButton_Left)
{
//from here i need to function in ...
0
votes
1answer
23 views
AddThis Wordpress plugin not working with AJAX theme
I'm using the AddThis Wordpress plugin to include share buttons underneath each post in an AJAX theme, and am having trouble getting the code right. Here is the website in question: ...
-1
votes
0answers
18 views
Test Internet Explorer Plugins? [closed]
Im trying to right a code that will test to see if Flash, Java, andd Adobe PDF are enabled in Internet Explorer. Any help?
0
votes
1answer
14 views
plug in .net 4.0 into .net 2.0 testing
I have a plug in developed with .net 4.0, using WPF. I now have to plug this into to my customers app which is running .net 2.0. I believe I can do this using COM.
Is there another way to plug this ...
0
votes
0answers
7 views
Mojo schemagen maven plugin wrongly generates class
Good Morning everyone,
I'm trying to use the mojo jaxb2 maven plugin in my application, however whenever the schema gets created properly, in the same folder it generates the whole classes (as a ...
0
votes
0answers
17 views
How do i add extra search field for com_search for Joomla 3
I already wrote plug-in for Joomla 3 COM_SEACH, and also overriding search form and results.
My questions is how to I get post data from new customize fields in PlgSearch JPlugin class from search ...
0
votes
1answer
17 views
what are the best available WordPress plugins for semantic content annotation? [closed]
I am doing a research on available tools that enable semantic content annotation within WordPress. I am particularly interested in the ones that support Schema.org vocabularies. I would like to ...
0
votes
0answers
20 views
Firefox plug-in development
Iam trying to develop an extension for firefox using this guide http://blog.mozilla.org/addons/2009/01/28/how-to-develop-a-firefox-extension/. But i don't understand the part with the Pointing to an ...
0
votes
0answers
13 views
Modifying a simple wordpress plugin, I feel this is simple for someone smart
Ok I have this plugin called Quicksand that filters posts in Wordpress from a navigation bar and works beautifully: http://www.digitalblueberries.com/tisa/?page_id=1160
Only problem is you can only ...
0
votes
1answer
130 views
Adipoli jQuery Image Hover Effects don't work
I have a problem with adipoli plugin - it doesn't want to work though everything I have done seems to be correct. The code is as follows:
head section:
<script ...
0
votes
1answer
13 views
CKEditor 4 : Templates and allowedContent set in the config.js
Is there a way of setting the allowedContent property to true for the given plugin from within the config.js file?
I've downloaded the minified, full version of CKEditor, which has each plugin ...
0
votes
1answer
18 views
TYPO3 Calendar plugin/extension. Which one to choose?
I have no clue about where to get started with my calendar plugin. Can you please suggest me if it's easy to create one from the scratch or use an existing one and modify it. If it's the later, which ...
0
votes
1answer
17 views
Resolve Wordpress plugins conflict settings tab
Has anyone had the problem of enabling one wordpress plugin would take over the settings tab of another plugin?
I'm referring to the plugins: TrainUp and Membership
Whenever I enable Trainup, the ...
0
votes
1answer
37 views
Eclipse/MapReduce plugin
I've been searching for a MapReduce plugin for eclipse, but most of them didn't work for me. The only one that did work had the old API's template when creating Mappers/Reducers/Drivers.
So I ...
1
vote
0answers
10 views
Change Image Synopsis on Lightbox-gallery plugin - Wordpress
I've searched through the net, but didn't find anything really meaningful on this issue i got.
The normal display of the lightbox-gallery wordpress plugin is image x of y depending on how many images ...
0
votes
0answers
7 views
Instagram iOS Plugin for Cordova/Phonegap
Has anyone used the Instagram Plugin for Cordova/Phonegap (https://github.com/vstirbu/InstagramPlugin) and have a sample implementation they would be willing to share with me?
0
votes
1answer
16 views
Smarty plugin-like functionality within Spring MVC possible?
I have a software design question. I am looking for Smarty plugins-like functionality in a Spring MVC app. Let me try to explain the case.
I am using Spring MVC to build a webapp and I want the ...
0
votes
1answer
44 views
Creating a helloWorld plugin for Android using Cordova and Eclipse
I've done quite a bit of research and can't seem to find why this isn't working. What I have is Cordova based Android app in Eclipse running Cordova 2.7.0. I want to build a simple plugin that just ...



