- Posts: 3
- Thank you received: 0
Need to change component name of Hikashop in admin
- designlabs
-
Topic Author
- Offline
Less
More
15 years 6 months ago #9871
by designlabs
Need to change component name of Hikashop in admin was created by designlabs
Hello,
I am trying to change the name HikaShop to Shop in the administrator section of the website. However somehow I am not able to do so. Could someone help me on how can it be done.
Regards
Edward
I am trying to change the name HikaShop to Shop in the administrator section of the website. However somehow I am not able to do so. Could someone help me on how can it be done.
Regards
Edward
Please Log in or Create an account to join the conversation.
15 years 6 months ago #9872
by nicolas
Replied by nicolas on topic Re: Need to change component name of Hikashop in admin
I don't recall that there is such option ?
The solution will probably be to go in the database in the table components or menus (depends of your version of joomla) and edit the hikashop entry. However, when you update, the modification will probably be lost.
The solution will probably be to go in the database in the table components or menus (depends of your version of joomla) and edit the hikashop entry. However, when you update, the modification will probably be lost.
Please Log in or Create an account to join the conversation.
- designlabs
-
Topic Author
- Offline
Less
More
- Posts: 3
- Thank you received: 0
15 years 6 months ago #9873
by designlabs
Replied by designlabs on topic Re: Need to change component name of Hikashop in admin
Hello,
I am using a Joomla 1.5. I understand that once I update the system may be lost. However I need to show it to the client for initial purposes.
I tried checking on phpmyadmin. However I was not able to understand which entry to change it to. Could you guide me on the same. Do not want the entire application to get affected. Just want the menu item and the main name that shows HikaShop on top of the pages to change to Shop or Shop Admin.
Regards
Edward
I am using a Joomla 1.5. I understand that once I update the system may be lost. However I need to show it to the client for initial purposes.
I tried checking on phpmyadmin. However I was not able to understand which entry to change it to. Could you guide me on the same. Do not want the entire application to get affected. Just want the menu item and the main name that shows HikaShop on top of the pages to change to Shop or Shop Admin.
Regards
Edward
Please Log in or Create an account to join the conversation.
15 years 6 months ago #9874
by nicolas
Replied by nicolas on topic Re: Need to change component name of Hikashop in admin
You need to go in phpmyadmin and open the table jos_components. There, search for the entry with the name "HikaShop" and edit it.
For the Title on the Dashboard, you would have to change the line:
hikashop::setTitle( HIKASHOP_NAME , 'hikashop' ,'dashboard' );
to:
hikashop::setTitle( 'Shop', 'hikashop' ,'dashboard' );
in the file administrator/components/com_hikashop/views/dashboard/view.html.php
For the Title on the Dashboard, you would have to change the line:
hikashop::setTitle( HIKASHOP_NAME , 'hikashop' ,'dashboard' );
to:
hikashop::setTitle( 'Shop', 'hikashop' ,'dashboard' );
in the file administrator/components/com_hikashop/views/dashboard/view.html.php
Please Log in or Create an account to join the conversation.
Time to create page: 0.193 seconds