About Adam

Author Archive | Adam

Opencart Open Cart 1.5 addModule is not defined *FIX* – cannot add banner etc -

Recently been faced with an issue in OpenCart 1.5.0.5 which seems to affect these versions: Opencart Version 1.5.0.1, 1.5.0.2, 1.5.0.3, 1.5.0.4, 1.5.0.5 The Error is a Javascript Error, if you don’t use something like FireBug then you will likely not notice the error. The Erros is this though: addModule is not defined The problem this [...]

Comments { 0 }

Force a WHM / CPanel Backup via SSH

It’s dead easy to force a WHM / CPanel backup to take place *now* via SSH. All you need to do is SSH in to your server using something like Putty and then after you’ve logged in copy and paste this command: /scripts/cpbackup –force Enjoy

Comments { 0 }

Automatic OpenCart 1.5 SEO Friendly URL Creation

This is how you have Automatic OpenCart 1.5 SEO Friendly URL Creation. It’s a dead easy cool fix Open: public_html/admin/view/template/common/header.tpl Find Paste Just Before: </head> <script type=”text/javascript”>// <![CDATA[ $(document).ready(function(){ // Auto SEO URL by ItsAdam.co.uk var keyword = $("input[name=keyword]“).val(); if(!keyword){ $(“input[name*='_description']“).keyup(function(){ var text = $(this).val(); text = text.toLowerCase(); text = text.replace(/[^a-zA-Z0-9]+/g,’_'); $(“input[name=keyword]“).val(text); });}}) // ]]></script> [...]

Comments { 10 }

Google Web Fonts v2

Today I stumbled upon the v2 of Google Web Fonts WOW, Blown away. Typekit had better watch their toes with this beast! http://www.google.com/webfonts/v2 Try it now! It’s everything and more! Still “only” 180 fonts but that seems to be growing insanely quick!

Comments { 0 }