Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboHere is a quick guide on how to 1. rewrite index.php to root 2. redirect .php to no extension (non .php) 3. rewrite non .php to .php using a .htaccess file To do…
How to: Display Joomla 2.5 Modules in a Position in Template override, component, module – Without Using jdoc Tags
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboThere are times where you might want to display a module or modules of a position on your Joomla 2.5 site`s outside the context of the site default template / index.php – perhaps…
How to: MySQL search and replace, PHPMyadmin, Joomla Params etc.
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboBelow are a few SQL statements I use to search and replace the value of params in Joomla, in this case I added another value. UPDATE `joomla_database_name`.`j15_modules` SET params = replace(params, '"cache":"0"', '"backname":"1","backlink":"1","cache":"0"')…
How To: Joomla 2.5 Pagenavigation not showing problem and fix
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboIf you are having some trouble with Joomla`s Pagenavigation plugin not working on your Joomla 2.5 site it is most likely your Template that has not been update. The best to do would…
How to: CentOS Virtualmin PHPMyadmin Disable Root Logins and Force SSL
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboAfter you have installed phpmyadmin with virtualmin into a domain there are two things you need to change in the phpmyadmin config file for this to work The phpmyadmin file can be found…
How To: Joomla 1.7 , 2.5 Full Text In Category Blog Layout – Template override
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboIn the past we needed to do a core hack, but I spent some time and figured out how to make the Full Text display in the Content Blog Layout using only Template…
How to: CentOS 5 Virtualmin Joomla 2.5 Memcached PHP client library
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboInstalling and setting up the Memcached server Memcached is available as a ready-made package in the Remi repository. So lets install the Remi repository first: cd /etc/yum.repos.d wget http://rpms.famillecollet.com/enterprise/remi.repo Memcached server install yum –enablerepo=remi…