Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smartypants conflict #4

Closed
BenParizek opened this issue Apr 7, 2015 · 1 comment
Closed

Smartypants conflict #4

BenParizek opened this issue Apr 7, 2015 · 1 comment

Comments

@BenParizek
Copy link

Recently I installed Typogrify alongside another plugin using SmartyPants and everything stopped working.

I was able to resolve the issue by moving the libraries being loaded in the Twig extension to the primary plugin class file.

public function init()
{
  Craft::import('plugins.typogrify.lib.smartypants');
  Craft::import('plugins.typogrify.lib.php-typogrify');
}
@jamiepittock
Copy link
Owner

Fixed (finally) #5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants