Search found 13 matches

by cms_tester
Sun Aug 15, 2010 9:46 am
Forum: Russian - русский
Topic: Как переехать с 1.7 на 1.8 ?
Replies: 6
Views: 2553

Re: Как переехать с 1.7 на 1.8 ?

replytomk3 wrote: Good, now you learned a few things.
But what is the sense of this forum and your participation in it, if all advise I got by myself?
by cms_tester
Sun Aug 15, 2010 8:47 am
Forum: Russian - русский
Topic: Как переехать с 1.7 на 1.8 ?
Replies: 6
Views: 2553

Re: Как переехать с 1.7 на 1.8 ?

Пришлось тыкаться самому  >:( Вот что сделал: 1) На всяк случай сделал полный бакам сайта (ну мало ли что может быть) 2) Загрузил и распаковал в локальную папку cmsmadesimple-1.8.2-full.tar.gz 4) Залил все распакованное на сайт перезаписывая все поверх без разбору 5) Поменял атрибуты config.php - да...
by cms_tester
Sat Aug 14, 2010 2:37 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [SOLVED] Upgrading from 1.7- 1.8
Replies: 15
Views: 5038

Re: Upgrading from 1.7- 1.8

in the last couple of weeks I've upgraded several sites some were as old as 1.5.x - copy the files per FTP and then run the /install/upgrade.php from your browser, it should only take a few minutes. Yeeessss!!!! this is the words which I want to read! So: 1) Backup 2) Copy files from cmsmadesimple-...
by cms_tester
Sat Aug 14, 2010 1:49 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [SOLVED] Upgrading from 1.7- 1.8
Replies: 15
Views: 5038

Re: Upgrading from 1.7- 1.8

Thanks Rolf for good attempt to help me! Did you read this information yet http://wiki.cmsmadesimple.org/index.php/User_Handbook/Installation/Upgrading Perhaps you might get some more info there. Yes, I read this but dont find anything about 1.7 -> 1.8. The general rules about backups I know.   You ...
by cms_tester
Sat Aug 14, 2010 1:26 pm
Forum: Russian - русский
Topic: Как переехать с 1.7 на 1.8 ?
Replies: 6
Views: 2553

Re: Как переехать с 1.7 на 1.8 ?

снова здрасьте, теперь уж по русски :)
а ссылочку на правильный текст поиска слабо дать? так чтоб в тех результатах поиска было что то похожее на ответ на мой вопрос? или это мы просто так себе репутацию набираем бессмысленными ответами?
by cms_tester
Sat Aug 14, 2010 1:23 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [SOLVED] Upgrading from 1.7- 1.8
Replies: 15
Views: 5038

Re: Upgrading from 1.7- 1.8

http://forum.cmsmadesimple.org/index.php?action=search Oh, yes!!! very-very-very smart and advanced user. You know how to use site search!! This is incredible :)))))) But I don`t need THIS. I need to know description of safe method of upgrade my site from 1.7 to 1.8. Feel the difference bettwen my ...
by cms_tester
Sat Aug 14, 2010 8:49 am
Forum: Russian - русский
Topic: Как переехать с 1.7 на 1.8 ?
Replies: 6
Views: 2553

Как переехать с 1.7 на 1.8 ?

У меня есть сайт на 1.7. Дифов для перехода на 1.8 нет.
Как перейти на 1.8 и сохранить весь наработанный контент сайта ничего не поламав?
by cms_tester
Sat Aug 14, 2010 8:35 am
Forum: [locked] Installation, Setup and Upgrade
Topic: [SOLVED] Upgrading from 1.7- 1.8
Replies: 15
Views: 5038

Re: Upgrading from 1.7- 1.8

Cherry wrote: Use the 1.8.1 base ( only English included) or 1.8.1 full ( all languages) instead.
Can you explain details please? I am already have my site in 1.7. What I must do to stay all old content untocheble and get new version 1.8?
by cms_tester
Wed Apr 15, 2009 8:27 pm
Forum: Russian - русский
Topic: апдэйт с 1.2.4 на 1.5.4
Replies: 28
Views: 9718

Re: апдэйт с 1.2.4 на 1.5.4

Правильно ли я понимаю процесс?: Для случая когда ставилась стандартная CMSMS и свои правки в ее коды не вносились! 1) идем на http://dev.cmsmadesimple.org/project/files/6#package-1 и выкачиваем файлы cmsmadesimple-diff-1.2.[X]-1.2.[X+1].zip 2) в порядке возрастания номеров версий распаковываем соде...
by cms_tester
Mon Feb 18, 2008 10:55 am
Forum: Russian - русский
Topic: Оформление элементов ввода. КАК СДЕЛАТЬ??
Replies: 1
Views: 3322

РЕШЕНИЕ: Оформление элементов ввода. КАК С

Нашел решение... не совсем то что хотелось - но работает: перед тегом нужно вставить код: {literal} <__script__ language="javascript"> <!-- if (document.getElementsByTagName) { var e=document.getElementsByTagName('input'); for(i=0;i<e.length;i++) { if(e[i].getAttribute('type')) e[i].classN...
by cms_tester
Mon Feb 18, 2008 10:52 am
Forum: CMSMS Core
Topic: Customisation form input elements. HOW TO???
Replies: 1
Views: 937

[SOLVED] Customisation form input elements. HOW TO???

To all who also need solution (I found it by myself) - insert before tag code: {literal} <__script__ language="javascript"> <!-- if (document.getElementsByTagName) { var e=document.getElementsByTagName('input'); for(i=0;i<e.length;i++) { if(e[i].getAttribute('type')) e[i].className+=' '+e[...
by cms_tester
Thu Feb 14, 2008 1:27 pm
Forum: Russian - русский
Topic: Оформление элементов ввода. КАК СДЕЛАТЬ??
Replies: 1
Views: 3322

Оформление элементов ввода. КАК СДЕЛАТЬ??

IE не поддерживает форматирование input элементов типа input[type="submit"] or input[type="text"]. Я могу (например) установить черный цвет рамки и белый фон для всех элементов input. Но мне нужно чтобы оформление кнопки отличалось от оформления текстового поля поискового текста....
by cms_tester
Thu Feb 14, 2008 10:14 am
Forum: CMSMS Core
Topic: Customisation form input elements. HOW TO???
Replies: 1
Views: 937

Customisation form input elements. HOW TO???

IE is not supported css formating of input element like input[type="submit"] or input[type="text"]. I can setup (for example) black border and white bacground only for all input. That is why both submit buton anr text for entering search text will have the same appeance :( But I`...

Go to advanced search