Dieskim`s 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: CentOS Virtualmin PHPMyadmin Disable Root Logins and Force SSL

DieSkim June 1, 2012 CentOS, Joomla, Security, Server, Virtualmin 1 Comment

After 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 at /home/domain/phpmyadmin/config.inc.php – or what ever you…

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

  • ZDENEK FOUKAL on How To: Connect Logitech Non-Unifying Mouse/Keyboard K260/M210 to Nano Unifying Receiver – Windows/MAC/Linux
  • alfred w bethea on How To: Connect Logitech Non-Unifying Mouse/Keyboard K260/M210 to Nano Unifying Receiver – Windows/MAC/Linux
  • Securing Centos server on How to: CentOS 6 Virtualmin Logwatch Install and Configure – Mail to Email – Disable Service Monitoring – Debug and fix – MySQL and HTTP Error
  • pea on How To: Connect Logitech Non-Unifying Mouse/Keyboard K260/M210 to Nano Unifying Receiver – Windows/MAC/Linux
  • Abhinav Bhardwaj on How To: Connect Logitech Non-Unifying Mouse/Keyboard K260/M210 to Nano Unifying Receiver – Windows/MAC/Linux
  • Prabhakaran Sivaprakasam on How To: Connect Logitech Non-Unifying Mouse/Keyboard K260/M210 to Nano Unifying Receiver – Windows/MAC/Linux
  • Thomas Tanghus on How To: Connect Logitech Non-Unifying Mouse/Keyboard K260/M210 to Nano Unifying Receiver – Windows/MAC/Linux
  • Natalie on How To: Connect Logitech Non-Unifying Mouse/Keyboard K260/M210 to Nano Unifying Receiver – Windows/MAC/Linux
  • RJ on How To: Connect Logitech Non-Unifying Mouse/Keyboard K260/M210 to Nano Unifying Receiver – Windows/MAC/Linux
  • A Oost on How To: Connect Logitech Non-Unifying Mouse/Keyboard K260/M210 to Nano Unifying Receiver – Windows/MAC/Linux
  • Amanda on How To: Connect Logitech Non-Unifying Mouse/Keyboard K260/M210 to Nano Unifying Receiver – Windows/MAC/Linux
  • Mohammed on How To: Connect Logitech Non-Unifying Mouse/Keyboard K260/M210 to Nano Unifying Receiver – Windows/MAC/Linux
  • ADB Xiaomi Mi Pad start Hardware Test app without Dailer – Calibrate Display, Proximity Sensor – Dieskim`s Blog on How To: Xiaomi MIUI V6 – Enable Developer Options and turn on and USB Debugging
  • Appcelerator Titanium Alloy JPUSH Push Notification Module Android Update – Local Notifications – Custom Layout – Dieskim`s Blog on Appcelerator Titanium Alloy JPUSH Push Notification Module – iOS and Android, China Push Notification- NON GCM
  • How To: Xiaomi Hongmi / Redmi Note 3 (SnapDragon/Qualcomm) – Flash Chinese Rom to Global Rom – Locked Bootloader – Mac OSX / Linux Ubuntu / Windows via Virtualbox – Dieskim`s Blog on How To: Xiaomi MIUI V6 – Enable Developer Options and turn on and USB Debugging

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
  • How To: Connect Logitech Non-Unifying Mouse/Keyboard K260/M210 to Nano Unifying Receiver – Windows/MAC/Linux
  • How To: Count.ly Server Backup Script – Local, Remote, Rotate – Automated Daily via Cron
  • How To: Linux SSH KEY Password Free Automatic Config Authentication – Backup, SFTP, SCP
  • How to: Linux Find Large Files on Disk
  • How to Linux – Checking Free Disk Space Human Readable

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 – 2022 Dieskim