plugins

How to access CRM 4.0 settings programmatically?

Some of the plugins I wrote (re)calculate various prices, and I used Math.Round to keep results accurate with the default 2 digit setting in CRM. But I figured... what if a user decides to set his CRM to use a different precision? So, I need to access the CRM settings programmatically, so that my functions can work with whatever settin...

ZEND plugin running twice. Why or how to simulate it?

Hello guys, Im hours and hours finding why one of my ZEND plugin sometimes running twice (depends on URL) Note that my plugin has preDispatch and postDispatch methods and when I debugging the code it works like this: MY_Plugin:preDispatch (echo $_SESSION['DBG'] has value) MY_Plugin:postDispatch (unset($_SESSION['DBG'])) and then aga...

flickr plugin for CKEditor / CKFinder

I've done a google search and can't seem to find one anyone know if one exists or not ? Hopefully it would allow the user to select a photo from flicker to put into the ckeditor area with the correct url .. and for bonus it would be cool if they could browse for an image that would get posted to flicker and be put in editor with the cor...

How can you tell if a user choose not to install a plug in?

Hi all, I am not sure the user is going to install the plug in. They can choose not to install. I need to know information like, install complete, or the user choose not to install. Any ideas? Thanks, Grae ...

Error installing ADT plugin in Eclipse on Ubuntu 10.04

I have installed the plugin many times before, but this time I keep getting this error: 'Install' has encountered a problem An error occurred while installing the items Eclipse has some memory issues when running on my machine, so I just want to install the bare minimum plugins, etc. Has anyone got any ideas how to get arou...

jquery select box will not move!

This plugin has been giving me hell! :/ I finally got it to work, but now when I try and position the select box it won't move! Well... I got the box to move but the dropdown menu stays there. It is really annoying! 1000 internetz to someone who can help me:/ elektrikhost.com is the site, look where the domain search is. When I place t...

Why it's needed to "source" some Vim plugins?

From autotag.vim: install details Simply source the file autoTag.vim from your .vimrc file. This utility will (obviously) only work when using vim that's been compiled with python support. Is this needed because this is a Python plugin in vim, instead of a vimscript? Aren't plugins in .vim/plugin loaded automatically?...

JQuery Validation plugin without post or get method?

I need to validate HTML text Field using JQuery Validation plugin, I don't make and post or get method can any one help? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; <html xmlns="http://www.w3.org/1999/xhtml"&gt; <head> <meta http-equiv="Content-Type" conte...

Looking for Wordpress plugin for images, text and buttons.

I am designing a website in wordpress. I have 3 boxes on the home page and I have widgeted them. Now I want to add their image, text, heading, and "read more" links. I have searched for a plugin to do this without success. I want to know about a plugin which can add image, text, and a read more link (button) to posts. ...

XmlSerializers.dll did not succeed

Name: AIT.OurPluginOffice.Office2010.ExcelAddIn From: file:///C:/Program Files/OurPlugin/OurPlugin Office 2010/AIT.OurPluginOffice.Office2010.ExcelAddIn.vsto ************** Exception Text ************** System.Deployment.Application.DeploymentDownloadException: Downloading file:///C:/Program Files/OurPlugin/OurPlugin Office 2...

CheckStyle-like Eclipse-plugin for CSS and JavaScript?

I'm currently writing on some coding and style guidelines regarding JavaScript and CSS parts of projects. Eclipse offers some basic functionality in this area for situations where code is generated but is there also something en-par with CheckStyle for at least marking guideline-violations as warnings/errors? Or how do you handle coding...

Maven SQL plugin execution order

I am facing some problem in ordering the sql execution. We have one sql script file for each table under one directory. Ex: There is user.sql and role.sql in the directory c:\SqlScripts. We are using the sql maven plugin to execute these sql files. The role table has a Foriegn key to the user table and the execution is failing because...

Problems with Java plugin, that drops Firefox, when applet occurs on page, in Ubuntu

I'm using: Ubuntu 10.04 LTS amd64 Firefox version 3.6.10 for Ubuntu canonical - 1.0 Java(TM) SE Runtime Environment (build 1.6.0_21-b06) Java HotSpot(TM) 64-Bit Server VM (build 17.0-b16, mixed mode) Java plugin was installed by creating symbolic link to $JRE_HOME/lib/amd64/libnpjp2.so from $FIREFOX_HOME/plugins/. At about:plugins pa...

How do I map Grails Searchable plugin across more than 2 domain objects?

I'm using the Searchable plugin in my Grails application, but am having trouble getting it to map across more than 2 domain objects while returning valid search results. I've looked through the Searchable plugin documentation, but cannot find the answer to my question. Here's a very basic example of the domains I have: class Article {...

qtip (jquery plugin to show tooltips): trying to work with it.

Hi, Im trying to operate qtip. i have this code <html> <head> </head> <body> <script type="text/javascript" src='http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.js'&gt;&lt;/script&gt; <script type="text/javascript" src='/home/javier/Scaricati/jquery-qtip-1.0.0-rc3080111/jquery.qtip-1.0.0-rc3.min.js'></script> <script type="...

Vim won't load plugins when I change the runtimepath.

Basically I want to move everything from ~/.vim into a separate folder, let's say ~/vim_config. I added this setup my ~/.gvimrc set runtimepath^=~/vim_config If I do a :set rtp the ~/vim_config folder is at the top of the list. But no plugins are loaded. Colorschemes are loaded though. ...

Rails metaprogramming and validations

Given a particular model, is there a way to see and edit existing validations? I'm writing a plugin and I need to modify a validation if it exists. For example: If I have a User model with validate_uniqueness_of :ssn This model is using the plugin so I need to modify that validation and add an :if or a :scope, etc. So basically if ...

DI (Autofac) in a plugin architecture: Is one separate DI container per plug-in OK?

I am trying to introduce DI (with Autofac) into an existing Windows Forms application. This application has a basic plug-in architecture where each plugin displays its own form. On startup, the application scans registered assemblies for types that implement IPlugin, and then activates these using Activator.CreateInstance: public inter...

jQuery Cycle Plugin Slide Link+New Page+To Other Slide

Is it possible to link from a jQuery slide images on my index page, to a different slides on say my design page, and have them links go to a specific slide on my design page. Example, if I link from slide 5 on my index page, it would then link up to slide 5 on my design page. I have tried to find some examples on this from other websit...

Expertise required to create a wordpress plugin?

I was wondering how extensive your knowledge of php should be to write a decent wordpress plugin? Can you create a wordpress plugin with just basic knowledge and little experience with the language? thanks. ...