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
9 views
plugins in the memory
Supposed I have writen a plugin for openoffice in c++ in unbuntu 12.10. First I run the openoffice, then I loaded my plugin at runtime. Here comes the quesiton.
1.if openoffice had been loaded into ...
0
votes
1answer
14 views
gain access to core WordPress functions
i created a wordpress plugin but they sent me back some problems i must repair.
i used
<?php
include '../../../wp-load.php';
?>
to gain access to core WordPress, byt they told me:
...
0
votes
0answers
8 views
Get Selection of ComboBoxPropertyDescriptor in Eclipse Plugin
I am writing an Eclipse plugin in java and now I want to use a ComboBoxPropertyDescriptor
public class MyComboBoxDescriptor extends ComboBoxPropertyDescriptor {
public MyComboBoxDescriptor(Object ...
-2
votes
0answers
14 views
Plugins and scripts? [closed]
Say, I want to write a plugin for a word processing application. The word processing is loaded into the memory.There come the questions.
if the application had been loaded into the memory, how does ...
0
votes
0answers
5 views
Best way to write a simple sonar plugin for simple html output and db access
I'm trying to figure out the best way to write a plugin for sonar. What I want to do is the following:
There should be a link on the left menu for any Resource
Query the database based on a snapshot ...
0
votes
0answers
10 views
WordPress Custom post type require my file
I am building a plugin that will create a bunch of custom types of posts.
The plugin will connect with an external API for different functions.
For that, the settings page requires the API login form.
...
0
votes
0answers
3 views
Chrome Plugin Request on website
I want to request the instalation of a Chrome plugin when I enter in my website but only if it's not installed yet.
Any help?
-1
votes
1answer
15 views
Error after opening Fancybox link
I'm getting an error when I click on a Fancybox link. The plugin works as far as displaying the boxes, but after initializing one of them I get this error:
Uncaught ReferenceError: jQuery is not ...
0
votes
0answers
7 views
How to load plugin inside another plugin in Joomla
Can anyone tell me how to use/load a plugin(content/system) inside another plugin(content/system) ??
I use the below code:
JPluginHelper::importPlugin('content');
$plugin_content = ...
0
votes
2answers
19 views
Wordpress plugins it asks for FTP Details
While I am trying to upgrade the wordpress plugins it Asks for FTP Details.
I have added the following to wp-config.php
`define('FTP_USER', 'username');
define('FTP_PASS', 'password');
...
0
votes
0answers
8 views
Does it possible to dynamically generate a texture in SketchUp Plugin?
I need to make a Google SketchUp plugin that has to generate textures from external data and add them on a object. I know that SketchUp can use external images as texures. But does it possible to ...
-1
votes
2answers
19 views
How do you include a Controller plugin (Zend Framework)
I use MVC for ASP.NET and its allot simpler than this.
All I want to do is include a controller plugin into the project.
I have a class defined in session.php :
class session extends ...
0
votes
2answers
24 views
Open a prespective on eclipse startup - programatically
I am developing a eclipse plugin. I need to open my prespective when we open the eclipse at first time. Any ways to achieve this? i guess some listener must be available but could not trace out.
We ...
0
votes
0answers
14 views
Creating Rails 3.2 Engine
I'm just getting started on creating a ruby gem. I have made a simple CMS in rails that handles page creation/editing and a blog, but now I'm thinking "Why not make a gem out of it?"
It's pretty ...
0
votes
0answers
10 views
How to force wordpress custom slider text to be static? [migrated]
I have created my own customized slider plugin for wordpress and it is well created with all the features.
But now i want to do that 'title' and 'description' displaying with each image should remain ...