Kiteplans` Blog

  • Home
  • About
  • Hire Me

joomla

How to: CentOS, Virtualmin – htaccess rewrite index.php, redirect .php to no extension, rewrite non .php to .php

DieSkim December 17, 2012 CentOS, Joomla, Security, Server, Virtualmin 2 Comments

Here 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 this the order of the rules in…

Read more

How to: Display Joomla 2.5 Modules in a Position in Template override, component, module – Without Using jdoc Tags

DieSkim October 8, 2012 Error, Joomla, Joomla Hacks 10 Comments

There 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 you want to display it in a…

Read more

How to: MySQL search and replace, PHPMyadmin, Joomla Params etc.

DieSkim September 17, 2012 CentOS, Joomla, Server, Virtualmin 2 Comments

Below 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"') WHERE  `j15_modules`.`module` ="mod_menu"; Here is another statement…

Read more

How To: Joomla 2.5 Pagenavigation not showing problem and fix

DieSkim June 25, 2012 Error, Joomla, Joomla Hacks 16 Comments

If 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 be to wait for an updated version…

Read more

How To: Joomla 1.7 , 2.5 Full Text In Category Blog Layout – Template override

DieSkim April 18, 2012 Joomla, Joomla Hacks 42 Comments

In 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 overrides. Firstly we need to fix something…

Read more

How to: CentOS 5 Virtualmin Joomla 2.5 Memcached PHP client library

DieSkim February 19, 2012 CentOS, Joomla, Security, Server, Virtualmin

Installing 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 install memcached   Edit and use the…

Read more
Joomla – Move Page Navigation out of content

Joomla – Move Page Navigation out of content

DieSkim February 14, 2012 Joomla, Joomla Hacks

In your themes file  – com_content\article\default.php find <?php echo $this->item->text; ?> and under that add <?php echo $this->item->pagination; ?>

Read more

Donate

If you think this blog has helped you in any way, please consider a donation as a token of your appreciation

Recent Comments

  • Custom HTTP header fields stripped - QuestionFocus on SOLVED: Apache 2 PHP 7 FCGID not allowing / removing / stripping custom HTTP Headers
  • rujid on How to: Root any Android Phone, Spreadtrum, Chinese Phone
  • Bill Havard on How To: Connect Logitech Non-Unifying Mouse/Keyboard K260/M210 to Nano Unifying Receiver – Windows/MAC/Linux
  • ANKIT on How To: Connect Logitech Non-Unifying Mouse/Keyboard K260/M210 to Nano Unifying Receiver – Windows/MAC/Linux
  • John L on How To: Connect Logitech Non-Unifying Mouse/Keyboard K260/M210 to Nano Unifying Receiver – Windows/MAC/Linux

Recent Posts

  • SOLVED: nginx http to https redirect loop cloudflare ssl
  • SOLVED: Apache 2 PHP 7 FCGID not allowing / removing / stripping custom HTTP Headers
  • How To: Xiaomi Hongmi / Redmi Note 3 (SnapDragon/Qualcomm) – Flash Chinese Rom to Global Rom – Locked Bootloader – Mac OSX / Linux Ubuntu / Windows via Virtualbox
  • SOLVED – How to: Get iDVD 7 and Enable Dual Layer Image Creation without DVD Drive
  • Appcelerator Titanium Alloy JPUSH Push Notification Module Android Update – Local Notifications – Custom Layout

Tags

2.5 ADB alloy Android apache app appcelerator apps backup CentOS china chinese cloudflare cron email error Firewall fix font gcm global google how to install ios joomla JPUSH linux mac module MySQL php play push Root secure server setup ssh Titanium update usb virtualmin xiaomi yum
© 2008 – 2018 Kiteplans.info