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...
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...
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...
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
...
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...
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...
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?...
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">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" conte...
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.
...
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...
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...
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...
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...
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 {...
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'></script>
<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="...
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.
...
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 ...
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...
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...
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.
...