How to Remove Virtumart Image from Joomla Store (Joomla! 1.5 virtuemart 1.1.4)

NOTE: This article is supposed to be for educational purposes only. This is tested on virtuemart 1.1.4 running on Joomla! 1.5 When we install virtuemart on joomla! it shows the logo for virtue mart on each shop page with link to virtuemart site. Yes, its their right to show it because it’s their script and […]

How to add new module positions in joomla 1.5 template

If you are developing a new joomla 1.5 template or are editing any pre existing one, and need to add a new custom module position of your choice some where in the template index.php, here it is how to do it (you will be able to select this new module position from the Joomla! 1.5 […]

Direct Access problem after installing JomComment on Joomla! 1.5

I m quite fond of Joomla! project and try to beta test it alot and fix some bugs found in it myself. I installed the latest version of JomComment over my 1.5 nightly build on my demo server, btw i try always update this install with the latest files from trunk. When i finished installing […]

How to add new custom menu type in Joomla! 1.5 tutorial

Joomla! provides four menu types by default list legacy_horizantal legacy_vertical legacy_flat However if some one wants to add new menu type to the predefined menu types in joomla backend, this tutorial guides them through it easily.  It involves only three steps and is tested on Joomla! 1.5 In this tutorial we will add new menu […]

How to remove specific page(s) link from the WordPress Navigation

When we list the pages in the WordPress to show the navigation to the pages we have on our blog/site by using this code: <?php wp_list_pages(); ?> It displays the list of the pages we have in our WordPress blog installation in a navigation form, showing links to all the pages. Now some times we want […]

WordPress Plugin error – Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at / . . .

Today while developing a wordpress plugin, i experienced an error when i activated it. Although the plugin worked as it was expected to, but the error was there and seemed as if my plugin is conflicting with si-captcha for wordpress plugin. The error was: Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already […]

WordPress Stats not working on new theme (GrungeMag in my case)

Today after changing the theme for the wordpress blog, i noticed that my wordpress.com stats plugin was not recording any page visits for several hours. I tried reinstalling the plugin and re entering the api key but it didn’t help in anyway. Well, then how to solve it? (for the theme GrungeMag in my case) […]

PHP – how to check if safe mode is on / off on your hosting server account

There are some scripts and codes that specifically need safe mode to be turn on or off depending upon their requirement. I had a similar issue with my hosting server account, i asked the server people and they mentioned that the safe mode settings are already as to what i want it to be. Well! […]

How to use .htaccess on IIS (mod_rewrite for microsoft iis server)

Well at the first place, if you are using microsoft iis server, it should probably be for asp files probably! but if you are using it for php files, then there is pratically no point in using it! as there are far better and supported linux based servers presend, and even if you want to […]