Search This Blog

22 March, 2012

joomla, removing the string "Subcategories" from showing in the category list


In Joomla, removing the string "Subcategories" from showing in the category list, follow the steps shown below

1) Login to your  FTP manager or File Manager
2)  Select your language directory and edit your language.ini file.  For English GB language  – /language/en-GB/en-GB.ini
3)  Find the code:
JGLOBAL_SUBCATEGORIES=”Subcategories”
4) Replace the code with:
JGLOBAL_SUBCATEGORIES=”"

1 comment:

  1. This comment has been removed by a blog administrator.

    ReplyDelete

tmux enabling mouse interaction

Add the below line to the ~/.tmux.conf setw -g mouse on save the file and exit from the tmux shell, you should be able to use your mouse to ...