They did upgrade not too long ago. So that is probably it. Thank you for the quick response.
Did you have any issues upgrading? And did upgrading just take care of the issue or did you have to do anything else?
Search found 43 matches
- Wed Apr 10, 2013 10:34 pm
- Forum: CMSMS Core
- Topic: Missing 'tab' text
- Replies: 3
- Views: 1319
- Wed Apr 10, 2013 9:35 pm
- Forum: CMSMS Core
- Topic: Missing 'tab' text
- Replies: 3
- Views: 1319
Missing 'tab' text
I'm encountering an interesting issue. When I try to use the Filemanager, TinyMCE, and the module manager, text is missing the tabs on top, (even more text in TinyMCE). I have tried different browsers and different themes. We are using 1.6 of CMSMS and I plan to upgrade...but I'd like to make sure I...
- Thu Oct 22, 2009 7:25 pm
- Forum: CMSMS Core
- Topic: Question regarding Additional Editors - [Solved]
- Replies: 6
- Views: 2006
Re: Question regarding Additional Editors
Hi Ronny, Thanks for taking the time to try to help me with this. Basically it boils down to me not understanding how things worked with the additional editors. The additional editors portion of the page seems a little confusing to me still...I'm not sure if there is any other way to present it or...
- Thu Oct 22, 2009 1:10 am
- Forum: CMSMS Core
- Topic: Question regarding Additional Editors - [Solved]
- Replies: 6
- Views: 2006
Re: Question regarding Additional Editors
Under Page Defaults... The only check boxes I have enabled are 'active', 'cachable', 'This page is searchable'. Of course the only other box is 'show in menu'. Below I do have the box of 'Additional Editors'. I feel like I'm missing something...could there be something that didn't get installed? On...
- Wed Oct 21, 2009 8:24 pm
- Forum: CMSMS Core
- Topic: Question regarding Additional Editors - [Solved]
- Replies: 6
- Views: 2006
Re: Question regarding Additional Editors
I actually created a new group and only assigned these.
Add Pages
Modify News
Add Pages
Modify News
- Wed Oct 21, 2009 5:26 pm
- Forum: CMSMS Core
- Topic: Question regarding Additional Editors - [Solved]
- Replies: 6
- Views: 2006
Question regarding Additional Editors - [Solved]
Is there a way to delete 'additional editors' for pages? I'm trying to restrict what certain users are able to edit, but it seems like new users are automatically able to edit pages, but not all of them. I guess I'm a bit confused what the best way to approach this it (yes I've check the wiki - I'm...
- Tue Oct 13, 2009 4:50 pm
- Forum: CMSMS Core
- Topic: Problem with File Manager and browsing [Solved]
- Replies: 3
- Views: 1474
Re: Problem with File Manager and browsing [Solved]
I think this was this issue. So I don't have access to edit my config.php and had someone else edit it. He inadvertently put backslashes where he shouldn't. /uploads/images/ instead of /uploads/images in my config.php...I notice some interesting URLs when I checked my system information and that le...
- Tue Oct 13, 2009 1:26 am
- Forum: CMSMS Core
- Topic: Problem with File Manager and browsing [Solved]
- Replies: 3
- Views: 1474
Problem with File Manager and browsing [Solved]
I'm having an interesting problem with the file manager. When I try to browse any sub-folders within the upload folder, I'm unable to. It seems to just reload the page. I've selected the check box "Enable advanced mode?" - Lets you gain access to whole cmsms filesystem, not just /uploads...
- Fri Sep 25, 2009 12:51 am
- Forum: Layout and Design (CSS & HTML)
- Topic: Check for last chilld in menu.
- Replies: 3
- Views: 1602
Re: Check for last chilld in menu.
I actually got this working with the menu (section expand) that I was modifying. I went about it in a slightly different way.
- Thu Sep 24, 2009 9:23 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Check for last chilld in menu.
- Replies: 3
- Views: 1602
Re: Check for last chilld in menu.
Thanks, Although for some reason it doesn't seem to be working quite right for me. I tried {$cgsimple->get_sibling("prev","prev_sibling")}{if !empty($prev_sibling)}{cms_selflink page="$prev_sibling" text="Previous"}{/if} {$cgsimple->get_sibling("next&quo...
- Thu Sep 24, 2009 7:24 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Check for last chilld in menu.
- Replies: 3
- Views: 1602
Check for last chilld in menu.
I'm very close to finishing a menu that I've struggled with for a very long time. I have a menu something like this 1.1 1.2 1.3 2.1 2.2 3.1 3.2 3.3 3.4.... Is there any way to check with a {if} statement if a page is the last child in a menu? Basically I want to close a div when I hit the last page...
- Fri Jan 23, 2009 6:11 pm
- Forum: CMSMS Core
- Topic: Basic cache question
- Replies: 0
- Views: 722
Basic cache question
I just have a general question about the cache. I've done a search, and often one suggestion to resolving any problems is to "clear the cache" (which has helped me in the past). I'm not encountering any issues at the moment, I'm just curious. What I'm wondering is, should clearing the ca...
- Wed Jan 14, 2009 3:47 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Question about menu_icon_expand line
- Replies: 1
- Views: 894
Question about menu_icon_expand line
I'm still attempting to tweak my menu to fit my needs. Basically I've been going through each line of menu_icon_expand and disecting it (I've been using the Menu Manager Node Parameters in the wiki to help, but I was hoping that someone might help me with on line. id == 15}/{else}{$node->url}{/if}&...
- Fri Jan 09, 2009 3:02 am
- Forum: Modules/Add-Ons
- Topic: Coming Soon: CGUserDirectory
- Replies: 7
- Views: 2529
Re: Coming Soon: CGUserDirectory
Cool, thanks!
- Fri Jan 09, 2009 2:34 am
- Forum: Modules/Add-Ons
- Topic: Coming Soon: CGUserDirectory
- Replies: 7
- Views: 2529
Re: Coming Soon: CGUserDirectory
Hi all. As part of a sponsored project, I've written my own user directory module that has all the standard features that my modules do: - Multiple Database Temples - Pretty URL support - Summary view - with filtering - with sorting - Detail view - Completely custo...