Search found 47 matches

by ofrost
Mon Oct 31, 2011 9:09 am
Forum: [locked] Installation, Setup and Upgrade
Topic: [SOLVED] After CMSMS 1.10 upgrade pages are broken
Replies: 8
Views: 4410

Re: [SOLVED] After CMSMS 1.10 upgrade pages are broken

I need more than three. So there must be two conditions in one extra field.

And it was done that way from the beginning. It's hard to make it different. Too many pages.
by ofrost
Fri Oct 28, 2011 5:32 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [SOLVED] After CMSMS 1.10 upgrade pages are broken
Replies: 8
Views: 4410

Re: After CMSMS 1.10 upgrade pages are not displaying correc

So here is solutions in my case. I have used extra1 parameter in page's options to display different page layouts using only one template. After upgrade to 1.10 solution I have used before didn't work anymore. Here it is: {if FALSE!==$content_obj->mProperties->mPropertyValues.extra1|strpos:'slider'}...
by ofrost
Thu Oct 27, 2011 2:55 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [SOLVED] After CMSMS 1.10 upgrade pages are broken
Replies: 8
Views: 4410

Re: After CMSMS 1.10 upgrade pages are not displaying correc

First of all thank you for your work and things you do of cmsms. It might sound funny for you calguy, but even list of "thing we have broken" in release notes doesn't make much sense for me. I'm not programmer and its a bit hard for me to get things working now. This construction used to w...
by ofrost
Thu Oct 27, 2011 1:02 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [SOLVED] After CMSMS 1.10 upgrade pages are broken
Replies: 8
Views: 4410

Re: After CMSMS 1.10 upgrade pages are not displaying correc

Thank you Fred. This string moves me further {if FALSE!==$content_obj->GetPropertyValue('extra1')|strpos:´slider´} but now I get this error Notice: Undefined index: content in /var/www/virtual/mysite/new/htdocs/tmp/templates_c/%%07^075^0753AFA5%%template%3A29.php on line 150 Fatal error: Call to a m...
by ofrost
Thu Oct 27, 2011 7:57 am
Forum: [locked] Installation, Setup and Upgrade
Topic: [SOLVED] After CMSMS 1.10 upgrade pages are broken
Replies: 8
Views: 4410

[SOLVED] After CMSMS 1.10 upgrade pages are broken

I used this construction in my template to access extra options of my pages: $content_obj->mProperties->mPropertyValues.extra1. It looks like its not supported in cmsms 1.10. I get this error: Fatal error: Cannot access protected property Content::$mProperties in .... As the result pages are not dis...
by ofrost
Sat Apr 02, 2011 1:32 pm
Forum: Russian - русский
Topic: Модуль Moved Pages. Как настроить?
Replies: 0
Views: 933

Модуль Moved Pages. Как настроить?

Кто работал с модулем Moved Pages? Как его настроить? Я изменил алиас страницы. У этой страницы было еще 5 подстраниц. Также были изменены относительные URL этой страницы и подстраниц. Все эти изменения я внес в модуль Moved Pages, то есть прописал адреса старых страниц и новые адреса (не алиасы, а ...
by ofrost
Thu Jul 08, 2010 11:59 am
Forum: Tips and Tricks
Topic: Add a tag cloud to the CGBlog module
Replies: 6
Views: 7410

Re: Add a tag cloud to the CGBlog module

{assign var=maxcount value=0} {foreach from=$categories item='one'} {if $one.count gt $maxcount}{assign var=maxcount value=$one.count}{/if} {/foreach} {foreach from=$categories item='one'} <a href="{$one.url}" title="{$one.name}"  class="cloud_{math|round equation="(cu...
by ofrost
Fri May 07, 2010 11:06 am
Forum: Modules/Add-Ons
Topic: [solved] Issue with Form Builder Behaviors and Emails
Replies: 13
Views: 5170

Re: [solved] Issue with Form Builder Behaviors and Emails

I am running CMSMS v.1.7.1 with Form Builder v.0.6.2 | CMSMailer v.2.0

I have the same problem and {content} tag doesn't solve it. I always had one. Any ideas?  

My problem is solved. It was .htaccessfile that caused troubles.
by ofrost
Fri Apr 30, 2010 5:00 pm
Forum: Modules/Add-Ons
Topic: [solved] MenuManager {if $node->hierarchy > 2.8}
Replies: 6
Views: 2324

Re: [solved] MenuManager {if $node->hierarchy > 2.8}

Here is menu tamplate that works {if $count > 0} <div class="foot_nav"> <ul> {foreach from=$nodelist item=node}  {if $node->depth > $node->prevdepth}    {repeat string="<ul>" times=$node->depth-$node->prevdepth}  {elseif $node->depth < $node->prevdepth}      {repeat string="...
by ofrost
Thu Apr 29, 2010 7:35 pm
Forum: Modules/Add-Ons
Topic: [solved] MenuManager {if $node->hierarchy > 2.8}
Replies: 6
Views: 2324

Re: MenuManager {if $node->hierarchy > 2.8}

It works fine with hierarchy on first level, but doesn't work when I try to limit pages on sublevel.

So far I can't find solution for this situation.
by ofrost
Wed Apr 28, 2010 8:12 am
Forum: Modules/Add-Ons
Topic: [solved] MenuManager {if $node->hierarchy > 2.8}
Replies: 6
Views: 2324

Re: MenuManager {if $node->hierarchy > 2.8}

Thanks for your reply. My site structure looks like this. 1. About 2. Products   2.1 Product 1   2.2 Product 2   2.3 Product 3   2.4 Product 4   2.5 Product 5   2.6 Product 6   2.7 Product 7   2.8 Product 8   2.9 Product 9   2.10 Product 10 3. Service 4. Contacts I want to create menu that shows pro...
by ofrost
Tue Apr 27, 2010 7:47 am
Forum: Russian - русский
Topic: Менеджер меню и конструкция {if $node->hierarchy > 2.8}
Replies: 0
Views: 991

Менеджер меню и конструкция {if $node->hierarchy > 2.8}

Подскажите почему конструкция {if $node->hierarchy > 2.8} не воспринимает элементы у которых значение иерархии больше 2.9? Менеджер меню не выводит эти пункты в меню.

И ещё. Может кто знает как разбить одно меню на 4ре колонки?
by ofrost
Tue Apr 27, 2010 7:37 am
Forum: Modules/Add-Ons
Topic: [solved] MenuManager {if $node->hierarchy > 2.8}
Replies: 6
Views: 2324

[solved] MenuManager {if $node->hierarchy > 2.8}

Anyone knows why menumanager doesn't support this argument {if $node->hierarchy > 2.8} if items hierarchy higher than 2.9? It won't display menu items.
by ofrost
Fri Apr 23, 2010 2:37 pm
Forum: Modules/Add-Ons
Topic: Selected pages in menu (MenuManager)
Replies: 1
Views: 962

Re: Selected pages in menu (MenuManager)

Anyone knows why constracion  {if $node->hierarchy > 5.0 and $node->hierarchy < 5.3 } stops working when numbers get bigger than 5.9, ie 5.12 or 5.16
by ofrost
Wed Apr 21, 2010 9:25 am
Forum: Russian - русский
Topic: Конструкция {if} в шаблоне
Replies: 4
Views: 2294

Re: Конструкция {if} в шаблоне

Огромное спасибо. Я понимал, что оно не воспринимает как переменные, но не знал как присвоить.

Go to advanced search