Постоянно перевожу модули, не веду учет, некоторые переводы еще не добавлены.
Возможно кому-то пригодятся и сможете найти перевод на нужны модуль по ссылке
http://svn.cmsmadesimple.org/svn/transl ... r/modules/
Search found 80 matches
- Fri Jan 22, 2021 9:41 am
- Forum: Russian - русский
- Topic: Перевод CMSMS
- Replies: 2
- Views: 531
- Tue Jan 12, 2021 5:58 pm
- Forum: Russian - русский
- Topic: Добавление комментария к новости
- Replies: 4
- Views: 273
Re: Добавление комментария к новости
Я бы присмотрелся к модулю LISE в связке с FormBuilder
- Fri Jun 05, 2020 3:18 pm
- Forum: Russian - русский
- Topic: Настройка URL
- Replies: 1
- Views: 1826
Re: Настройка URL
Покажите содержимое .htaccess
- Thu Dec 05, 2019 6:20 am
- Forum: Modules/Add-Ons
- Topic: Cart2 Ajax calls
- Replies: 4
- Views: 927
Re: Cart2 Ajax calls
This code will help you add products and not refresh the page. <head> <__script__ type="text/javascript" src="assets/js/jquery.min.js"></__script> </head> MyCart <ul id="mycart" class="navbar-mini-cart navbar-nav animate-dropdown nav flip"> <li class="nav-item dropdown"> <a href="{cms_selflink href=...
- Wed Dec 04, 2019 3:46 am
- Forum: Modules/Add-Ons
- Topic: How do I limit cart2 to qty of 1 per product
- Replies: 2
- Views: 561
Re: How do I limit cart2 to qty of 1 per product
after clicking on the add to cart button using javascript add the disable attribute to it
- Sun Nov 24, 2019 2:43 pm
- Forum: Modules/Add-Ons
- Topic: CGContentUtils and Products
- Replies: 2
- Views: 519
Re: CGContentUtils and Products
Perhaps the code is not correct, I fixed the UDT and it worked!
Code: Select all
$db = cmsms()->GetDb();
$query = "SELECT name FROM cms_module_products_hierarchy";
$result = $db->Execute($query);
while( $result && $row = $result->FetchRow() ) {
echo ($row['name']).'|'.($row['name']);
echo "\n";
}
- Sat Nov 23, 2019 4:40 pm
- Forum: Modules/Add-Ons
- Topic: CGContentUtils and Products
- Replies: 2
- Views: 519
CGContentUtils and Products
Hello! Please help if it is possible to show the list of the hierarchy of the Products module using the CGContentUtils module. I tried using {cms_module|strip_tags module='Products' action='hierarchy' 'hierarchytemplate ='options'} , but this does not work. then I created a UDT tag $db = cmsms()->Ge...
- Sat Nov 23, 2019 4:25 pm
- Forum: Modules/Add-Ons
- Topic: Cart 2
- Replies: 4
- Views: 673
Re: Cart 2
Thanks! {if isset($oneitem->remove_box)} {literal} <__script__> $(document).ready(function(){ $(function(){ $('#checkbox{/literal}{$oneitem@index}{literal}').click(function(){ $('#cartindex{/literal}{$oneitem@index}{literal}').toggleClass('dcheck'); }); }); }); </__script> {/literal} <input type="ch...
- Wed Nov 20, 2019 4:57 am
- Forum: Modules/Add-Ons
- Topic: Cart 2
- Replies: 4
- Views: 673
Re: Cart 2
Replaced by {$ oneitem @ index}. The same result, the basket is completely empty. The conclusion of HTML has not changed. <td> <input type="hidden" id="checkbox0" name="md899bcart_remove_0" value="1"> <button onclick="$(`#checkbox0`).val(`0`);document.getElementById(`md899bmoduleform_1`).submit();" ...
- Tue Nov 19, 2019 5:05 pm
- Forum: Modules/Add-Ons
- Topic: Cart 2
- Replies: 4
- Views: 673
Cart 2
I am trying to make sure that when you click on the button to remove the goods from the cart, but with this template, the cart is completely cleaned. But, if I assign the ID manually, rather than using $ smarty.foreach.mycart.index, then everything works. Please tell me what I'm doing wrong? _______...
- Sat Oct 26, 2019 6:36 am
- Forum: Modules/Add-Ons
- Topic: Deprecated usage of CGExtensions::find_layout_template
- Replies: 1
- Views: 460
Deprecated usage of CGExtensions::find_layout_template
A notification appears in the Products module Notice: Deprecated usage of CGExtensions::find_layout_template in ... /modules/CGExtensions/CGExtensions.module.php on line 2109 Notice: Deprecated usage of CGExtensions::CreateURL in ... /modules/CGExtensions/CGExtensions.module.php on line 664 Notice: ...
- Tue Sep 17, 2019 11:40 am
- Forum: Help Wanted (commercial)
- Topic: import and export Cyrillic characters in the LISE module
- Replies: 2
- Views: 1059
import and export Cyrillic characters in the LISE module
It is necessary to import and export Cyrillic characters in the LISE module
- Sun Sep 15, 2019 4:58 pm
- Forum: Modules/Add-Ons
- Topic: LISE export and import Cyrillic characters
- Replies: 0
- Views: 567
LISE export and import Cyrillic characters
Please tell me how to make the LISE module export and import Cyrillic characters into a CSV file? At the moment I get only characters
???? in csv file.

- Tue Aug 20, 2019 6:05 pm
- Forum: Russian - русский
- Topic: Как отключить CMS?
- Replies: 1
- Views: 1491
Re: Как отключить CMS?
Могу посоветовать "не отключать" CMS, а внедрить сверстанный HTML шаблон в уже существующий сайт. Ну и заодно бы рекомендовал обновить версию самой системы.
- Wed Aug 07, 2019 1:39 pm
- Forum: Russian - русский
- Topic: Ссылки
- Replies: 1
- Views: 1165
Re: Ссылки
попробуйте так
Code: Select all
<a href="{cms_selflink href='skola'}" target="_blank">ссылка</a>