Search found 12 matches
- Tue Mar 23, 2010 11:52 am
- Forum: CMSMS Core
- Topic: Strings suddently missing in admin
- Replies: 5
- Views: 1792
Strings suddently missing in admin
I'm experiencing a rather strange problem with a site that has been working perfectly for about a year now. Some of the text strings seem to be missing in some core modules, for example FileManager. I haven't changed anything or installed new modules, and I checked if the language files are in place...
- Wed Mar 25, 2009 11:23 am
- Forum: Feature ideas
- Topic: TinyMCE cms_selflink -> ordinary link dialog integration and smarty tag handling
- Replies: 4
- Views: 9048
Re: TinyMCE cms_selflink -> ordinary link dialog integration and smarty tag handling
Seems someone already did some work related to smarter smarty code handling in the TinyMCE editor a few years ago:
http://sourceforge.net/tracker/index.ph ... tid=738747
Maybe that work could be used for inspiration/reference/base?
http://sourceforge.net/tracker/index.ph ... tid=738747
Maybe that work could be used for inspiration/reference/base?
- Thu Mar 19, 2009 9:57 am
- Forum: CMSMS Core
- Topic: [SOLVED] How to allow Editor (user) to select page template?
- Replies: 5
- Views: 1524
Re: How to allow Editor (user) to select page template?
Ok, found the permission that allows user to change page template when editing a page: modify page structure This permission also allows the user to change the order of pages in the main page tree view. Why these two editorial functions are grouped under same permission is a good question - I don't ...
- Thu Mar 12, 2009 10:40 am
- Forum: Feature ideas
- Topic: TinyMCE cms_selflink -> ordinary link dialog integration and smarty tag handling
- Replies: 4
- Views: 9048
TinyMCE cms_selflink -> ordinary link dialog integration and smarty tag handling
I tried searching the forums to see if the following points has been dicussed before, but I could only find fragments here and there, so I decided to write a new topic. I'm sorry if I missed related discussions. One of the reoccuring problems I have with end users and the editor is that internal pag...
- Tue Mar 10, 2009 11:34 am
- Forum: CMSMS Core
- Topic: [SOLVED] How to allow Editor (user) to select page template?
- Replies: 5
- Views: 1524
Re: How to allow Editor (user) to select page template?
This is really driving me crazy - I just discovered that when the Editor user is allowed to add new pages, the option for selecting template is there, however if the user returns to edit that page, the option is gone. I really hope one of you CMSMS wizards can shed some light on this issue - what op...
- Fri Mar 06, 2009 11:29 am
- Forum: CMSMS Core
- Topic: [SOLVED] How to allow Editor (user) to select page template?
- Replies: 5
- Views: 1524
Re: How to allow Editor (user) to select page template?
Ahh sorry about that - yeah I guess thats pretty important :D The version is 1.5.2. The overall problem is this: I made two different column layouts for the editor, one with two columns and two content blocks and one with only a single "column" and content block. I achieved this by making ...
- Wed Mar 04, 2009 3:33 pm
- Forum: CMSMS Core
- Topic: [SOLVED] How to allow Editor (user) to select page template?
- Replies: 5
- Views: 1524
Re: How to allow Editor (user) to select page template?
Anyone? The documentation seems a bit limited on this topic - I've tried alot of different settings now - either the normal user gets too many editing possibilities or the page template selection is gone.. perhaps this requires modifications to core files?
- Mon Mar 02, 2009 1:25 pm
- Forum: CMSMS Core
- Topic: [SOLVED] How to allow Editor (user) to select page template?
- Replies: 5
- Views: 1524
[SOLVED] How to allow Editor (user) to select page template?
I am trying to figure out what permission I need to check on for the Editor group so that usertype can change template for a given page. In the edit page form it is the dropdown input above the page content textarea I'm after - I don't want to give the editor permission to edit in templates, but sim...
- Tue Feb 03, 2009 9:17 am
- Forum: Modules/Add-Ons
- Topic: how to ignore a global content block in search indexing?
- Replies: 0
- Views: 754
how to ignore a global content block in search indexing?
Hi,
I know that NON_INDEXABLE_CONTENT can be used to exclude a whole page from search indexing, but is there a way to specify that a specific global content block should not be indexed?
tia,
Michael
I know that NON_INDEXABLE_CONTENT can be used to exclude a whole page from search indexing, but is there a way to specify that a specific global content block should not be indexed?
tia,
Michael
- Fri Jan 09, 2009 12:52 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [SOLVED] How to check if current page has any children
- Replies: 4
- Views: 1895
Re: How to check if current page has any children
Thanks.. Ok, it seems I can't avoid switching to inline PHP in my template code then. Here's a short test and it works: {php} global $gCms; $manager =& $gCms->GetHierarchyManager(); $thisPage = $gCms->variables['page_name']; $currentNode = &$manager->sureGetNodeByAlias($thisPage); $nodes = $...
- Fri Jan 09, 2009 12:20 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [SOLVED] How to check if current page has any children
- Replies: 4
- Views: 1895
[SOLVED] How to check if current page has any children
Hi I can't figure out how I determine if the current page has any childrens. I am trying to make a conditional that shows a submenu only if there are childrens. conceptually something like this in my page template: {if $haschildren == true} <ul><li>{menu template='simple_navigation' start_level='2' ...
- Wed Nov 05, 2008 12:06 pm
- Forum: Developers Discussion
- Topic: CMS Linker (cms_selflink) valid link checking?
- Replies: 4
- Views: 2354
CMS Linker (cms_selflink) valid link checking?
Hi, I'm trying to figure out how to make cms_selflink check if the page it links to is active (published) - if its not, I want the linker to skip the href setup so the link doesn't take the user to a 404. Maybe its already possible to configure this, but I haven't found any way to do it. Any ideas o...