Opencart 3 has released but seems vQmod cannot working.
Its deprecated, right?
Or What can I need to do it work? Please let me know.
Thanks
You have to download the latest version (vqmod-2.6.2-opencart.zip).
OpenCart integration of vQmod (v2.6.2-opencart)
Updated vqmod_opencart.xml to support OpenCart 3.0.0 twig template system (Thanks for the regex Jay!)
Change IgnoreIf back to VQSearchNode to keep autotrim and remove need for open/close tags to be on the same line
Added fix for case insensitivity in file paths
Download: https://github.com/vqmod/vqmod/releases/tag/v2.6.2-opencart
After a little research it seems that there is some changes needed for the new twig system.
You just need to download a new > vqmod_opencart.xml file that you can find here .
It is with .txt extension so just rename it to > vqmod_opencart.xml.
here is the reference to the answer.
Hope it helps :)
Related
I set my default formatter to Prettier and the extension is not working after the update. I restarted and even reinstalled vscode and it still won't work. Please advise?
Check your document fully for errors/bugs. You may have missed an element. Sounds simple but check that you have wrapped around correctly.
Go down line by line and check elements and attributes carefully.
Prettier will only correct a recognisable html doc and will not, well, make it pretty.
I am working on opencart 3. I have checked that many times working with module I need to clear and refresh modification inside extension in opencart 3. But what modifications exactly do. Can anyone give information for modification tab inside admin in opencart 3. Thanks in advance.
The modification cache is a folder where the PHP code that actually runs is stored. It is created when you install an OCMOD extension. OCMOD extensions are a list of changes that should be made to core files in XML format.
Rather than changing the core files though, OCMOD makes a copy of the files and puts them ni to the modifications folder. This is why you must clear this cache whenever you install or remove an extension.
I'm trying to optimize the pagespeed and trying to figure out what does what.
I've managed to merge and compress js/css files, so Google Pagespeed doesn't bother me with that anymore.
Now I still get the message that I can save some bytes by compressing "http://yourpage.com/" which basically means that the html/php-file itself is not compressed (I think)
Any idea how I can solve this?
Some additional information:
Using TYPO3 6.2.21 with the default .htaccess file enabled.
there is an extension for that: https://typo3.org/extensions/repository/view/sourceopt
That works very well. I use it in many projects.
Apparently I had to remove the '<IfModule mod_filter.c>' condition from my .htaccess file, now it's working. I read that my Apache version might be too old.
I've been slowly weening myself off of Dreamweaver and using other editors like SublimeText and Espresso. But there are two features that are lacking in those editors that I still find the need to use Dreamweaver for:
1.) Find and Replace within entire current local site.
2.) Update links when a page is saved within another directory. For example, if you rename, or re-save a file that is open within another directory, Dreamweaver will ask you to update the links. This will then make sure that if the file is moved or saved to another directory it will update any links within the HTML for stylesheets, images, navigation, etc.
Does any know of any other apps or tools that might be able to accomplish those actions without having to crack open Dreamweaver?
Any input is greatly appreciated. Thanks!
The Sublime Text plugin 'Side Bar Enhancements' has Search/Replace entire project functionality. Doesn't handle update links across files (that i've found)
PHPStorm may handle the second question.
I use CFEclipse for most of my projects and heavy lifting but sometimes I find the need to do a quick fix on pages outside the project scope that is easier to accomplish in a simple text editor.
I have googled but can't seem to find an answer so either a link to a download or a link to how to build my own would be awesome. thanks.
Update: Brien Malone's answer below along with charlie arehart's comments are what people should use at this point as nppColdFusion is no longer maintained as of 23 Sept 2011.
Disregard
nppColdFusion is actively maintained
In notepadd ++, go to 'Plugins'> 'Plugin Manager'> 'show plugin manager'. 'Coldfusion Lexer' is listed as available plugin
This question is a few years old now, and unfortunately, the accepted answer involving nppColdFusion is no longer valid because the plug-in doesn't work with NP++ after version 5.x.x and is not being maintained. (It stopped working when Notepad++ switched their plug-in hooking mechanism in version 6.x.x)
The Notepad++ site points to a library of nearly every language highlighter available:
http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=User_Defined_Language_Files
ColdFusion (specifically CF9) is listed:
http://notepad-plus.sourceforge.net/commun/userDefinedLang/userDefineLang_CF9.xml
It's not as good as a full plug-in like nppColdFusion, but it is better than pages of black text.
Just a comment about Tony's answer (Aug 22 '14 at 13:00) : he wrote "In notepadd ++, go to 'Plugins'> 'Plugin Manager'> 'show plugin manager'."
However, in ver. 6.8 (maybe since before), there's no "Plugins" menu item on the menu bar. What I had to do is:
1- From the User Defined Language Page
http://docs.notepad-plus-plus.org/index.php?title=User_Defined_Language_Files
Download the ColdFusion User Defined Language file
http://notepad-plus.sourceforge.net/commun/userDefinedLang/userDefineLang_CF9.xml
Into the Notepad++ Folder
2- From the User Defined Language panel, import that file:
Language > Define your language... then press the Import button
ColdFusion will then appear at the bottom of the Language menu item selection list, and NotePad++ will automatically use it for any .CF file you open.
This link might help: http://howardscholz.wordpress.com/2007/06/01/notepad-support-for-coldfusion-8/
Disclaimer: I haven't tried it myself.
I found that nppColdFusion was working well, until I updated NP++ to version 7.6.6. I have tried just about everything to get it working, but to no avail.
I tried Delire Web's solution and it worked perfectly.
The different formatting (font and background colors) takes a bit of getting used to though.