Search found 85 matches

by iturbay
Tue Mar 06, 2018 5:31 am
Forum: Russian - русский
Topic: Иконка сайта
Replies: 1
Views: 2462

Re: Иконка сайта

Меняется иконка сайта в шаблоне, скорее всего

Code: Select all

<link rel="shortcut icon" href="......">
by iturbay
Thu Dec 28, 2017 8:47 am
Forum: Modules/Add-Ons
Topic: What module(s) would you use for this project?
Replies: 7
Views: 2722

Re: What module(s) would you use for this project?

I fully agree with WWc. For your needs, you can use LISE
by iturbay
Mon Nov 20, 2017 3:55 am
Forum: Russian - русский
Topic: Вывод рандомно фото
Replies: 3
Views: 3007

Re: Вывод рандомно фото

Code: Select all

alt="{/literal}{$image->titlename}{literal}"
Только описание у изображения уберите, а то там ошибка. ::)
by iturbay
Tue Nov 14, 2017 9:50 am
Forum: Russian - русский
Topic: content block в cmsms 2
Replies: 3
Views: 2575

Re: content block в cmsms 2

Скорее всего подойдет вот этот модуль:
http://dev.cmsmadesimple.org/projects/gcb
Еще может быть полезен вот этот модуль:
http://dev.cmsmadesimple.org/projects/ecb2
by iturbay
Tue Nov 14, 2017 9:43 am
Forum: Russian - русский
Topic: Вывод рандомно фото
Replies: 3
Views: 3007

Re: Вывод рандомно фото

Обязательно нужен модуль? можно же обойтись простым javascript! Вот примерный шаблон для модуля Галерея: {literal} <__script__> var banner = new Array({/literal}{strip}{foreach from=$images item=image name=img}'{$image->file}'{if $smarty.foreach.img.last}{else},{/if}{/foreach}{/strip}{literal}); var...
by iturbay
Wed Aug 30, 2017 3:16 am
Forum: Russian - русский
Topic: [Решено] Products и Cart2
Replies: 0
Views: 2016

[Решено] Products и Cart2

Такая ситуация, как при добавлении товара в корзину отключить редирект обратно в корень, а оставаться на той же странице где нажал кнопку добавить в корзину? ______________________________________________________ Решение представлено здесь https://forum.cmsmadesimple.org/viewtopic.php?f=7&t=70970
by iturbay
Mon Aug 21, 2017 1:50 pm
Forum: Russian - русский
Topic: Поддомены
Replies: 2
Views: 2957

Re: Поддомены

RewriteRule ^site\.ru/moskva\.html$ /moskva.site.ru?&%{QUERY_STRING} или RewriteRule ^site\.ru/moskva\.html$ /moskva.site.ru? [L,R=301] Вроде так работало, я сделал по другому, завел поддомены вручную в шаблоне прописал примерно следующее {assign var=CurrentRoot value=$smarty.server.SERVER_NAME}...
by iturbay
Thu Aug 10, 2017 5:33 am
Forum: Russian - русский
Topic: Поддомены
Replies: 2
Views: 2957

Поддомены

Хочу сделать поддомены для городов. Имеется список с страницами site.ru/moskva.html, site.ru/vladivostok.html и т.д. , как с помощью mod_rewrite получить moskva.site.ru ? Мой .htaccess RewriteEngine on RewriteCond %{HTTP_HOST} ^www\.site\.ru$ [NC] RewriteRule ^(.*)$ http://site.ru/$1 [R=301,L] Rewri...
by iturbay
Fri Jun 02, 2017 9:37 am
Forum: Russian - русский
Topic: Необходима помощь.
Replies: 1
Views: 2390

Re: Необходима помощь.

Для начала глянь есть ли товары в базе данных. Таблица cms_module_products
by iturbay
Thu May 04, 2017 7:16 am
Forum: Modules/Add-Ons
Topic: CGProductBuilder how to create a condition
Replies: 0
Views: 763

CGProductBuilder how to create a condition

Hello! How to create a condition in which, when selecting one option, there would be inactive others, in the following list. I have several options, for example: 1.1. butter 1.2 cheese 1.3 sausages 1.4 bucket 2.1 bread 2.2 water 2.3 Salt As when selecting the "bucket" on the first page, ma...
by iturbay
Mon May 01, 2017 8:46 am
Forum: Russian - русский
Topic: Как связать Products и Ajax
Replies: 1
Views: 2382

Как связать Products и Ajax

Здравствуйте, хотел бы подгружать определенные товары без перезагрузки страницы, при нажатии на кнопку. Но я не понял как связать модуль Products и Ajax Made Simple или Ajax Tools. Если у кого есть примеры такого функционала, то покажите наглядно пожалуйста.
by iturbay
Thu Sep 24, 2015 4:07 am
Forum: Modules/Add-Ons
Topic: CgBlog not download images using custom fields
Replies: 2
Views: 908

Re: CgBlog not download images using custom fields

Rolf, thank you for the tip! The error log helped me! The problem was related to the watermark!
by iturbay
Fri Sep 18, 2015 3:01 pm
Forum: Modules/Add-Ons
Topic: CgBlog not download images using custom fields
Replies: 2
Views: 908

CgBlog not download images using custom fields

There was a problem with the module CGBlog. I can not upload an image using a custom field (type of image). By pressing the "send" in the administrative interface drops white screen. When the page refreshes required to re-enter login and password to cms. Record is published, but the image ...

Go to advanced search