MyShortlist and translation
- chetboul
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
6 years 11 months ago #1
by chetboul
MyShortlist and translation was created by chetboul
Hi, I've some question about Myshortlist:
1- How to translate the fields "Availables lists" and "Add a new list"?
2- How to make the icon "+" and "-" bigger?
3- I disabled the fonction "send mail"; and when I click on the button "Show list"(screenshot_1), I get a pages with the list of my favorites, and a button "Send"!!!??? (screenshot_2)
Thanks for your answers
1- How to translate the fields "Availables lists" and "Add a new list"?
2- How to make the icon "+" and "-" bigger?
3- I disabled the fonction "send mail"; and when I click on the button "Show list"(screenshot_1), I get a pages with the list of my favorites, and a button "Send"!!!??? (screenshot_2)
Thanks for your answers
Please Log in or Create an account to join the conversation.
- Christopher Mavros
-
- Offline
- Administrator
-
6 years 11 months ago #2
by Christopher Mavros
Christopher Mavros
me@mavxr.com
If you like our extensions, please rate us on the JED!
Replied by Christopher Mavros on topic MyShortlist and translation
Hello chetboul and thank you for posting your question on our forum.
1. Both strings you mentioned can be translated using the language ini file. So, you can find them in the file language/en-GB/en-GB.mod_myshortlist.ini. Here is a guide on what you can do with those files:
http://demo.mavxr.com/translation-using-language-ini-files
2. You can do that using simple CSS, as with font icons. For example:
You can add this CSS in a custom.css file that your template may provide, or in the Custom CSS field of the module Advanced options tab.
3. When clicking on the View list button, it takes you to the default MyShortlist component page. To configure that page, you would need to create a hidden menu item (that is, a menu item that resides in a menu that is not connected to any menu modules). The type of this menu item should be MyShortlist - Default Layout. There, you can configure what you need, just like in the module.
Thanks again!
1. Both strings you mentioned can be translated using the language ini file. So, you can find them in the file language/en-GB/en-GB.mod_myshortlist.ini. Here is a guide on what you can do with those files:
http://demo.mavxr.com/translation-using-language-ini-files
2. You can do that using simple CSS, as with font icons. For example:
Code:
.msl_toggleListsLink { font-size: 25px; }
3. When clicking on the View list button, it takes you to the default MyShortlist component page. To configure that page, you would need to create a hidden menu item (that is, a menu item that resides in a menu that is not connected to any menu modules). The type of this menu item should be MyShortlist - Default Layout. There, you can configure what you need, just like in the module.
Thanks again!
Christopher Mavros
me@mavxr.com
If you like our extensions, please rate us on the JED!
Please Log in or Create an account to join the conversation.
Moderators: Christopher Mavros