Search found 2 matches
- Sun Feb 06, 2011 5:11 pm
- Forum: CMSMS Core
- Topic: [solved] page description doesn not appear
- Replies: 4
- Views: 1276
Re: page description doesn not appear
Open your current MenuManager Template, and edit it. Where you see something like <a href="{$node->url}"><span>{$node->menutext}</span></a> add the title attribute. <a href="{$node->url}" {if $node->titleattribute}title="{$node->titleattribute}"{/if}><span>{$node->menu...
- Sun Feb 06, 2011 3:29 pm
- Forum: CMSMS Core
- Topic: [solved] page description doesn not appear
- Replies: 4
- Views: 1276
[solved] page description doesn not appear
I have two websites. One runs with CMSms 1.6.3 and the other with 1.0.6 in the same conditions / provider. I want to use the Description information (Content > Page > Options > Description (attribute title)). In version 1.0.6 it works perfectly, showing the description text as mouseover effect of th...
