Search found 58 matches
- Tue Dec 18, 2018 10:30 am
- Forum: CMSMS Core
- Topic: Can't open sub-folders in File Selection
- Replies: 1
- Views: 972
Can't open sub-folders in File Selection
Hi Since we upgraded a website to use SSL and CMSMS 1.12.2, admin users can no longer browse into the sub folders when using the File Selection pop-up or via the File Manager. The page just reloads when a folder is clicked, like it just goes back to the root. Here is the config.php and htaccess file...
- Wed Aug 27, 2014 2:19 pm
- Forum: Modules/Add-Ons
- Topic: Problem with News Detail Templates
- Replies: 4
- Views: 1843
Re: Problem with News Detail Templates
Just wanted to say thanks for this, it works. I was going crazy wondering why detailtemplate wasn't working. Feels like a bug to me, or at least it should be noted in the Help docs which it currently isn't.
- Tue May 13, 2014 8:40 am
- Forum: Modules/Add-Ons
- Topic: What does this error mean? [SOLVED]
- Replies: 6
- Views: 3066
Re: What does this error mean? (with more info)
I think you've answered your own question.
You will need to ensure that the function finfo_open is enabled on the version of PHP you are running. Check with your host if you cannot enable it locally, they should be able to help.
You will need to ensure that the function finfo_open is enabled on the version of PHP you are running. Check with your host if you cannot enable it locally, they should be able to help.
- Tue Apr 29, 2014 8:15 am
- Forum: Modules/Add-Ons
- Topic: Tinymce image position
- Replies: 5
- Views: 1794
Re: Tinymce image position
This just sounds like a CSS issue. You will need to create the necessary rules in your stylesheet to position the image around text as you see fit. TinyMCE is simply a structural tool for your content, rather than a design tool. If you need to, you can also create extra classes that you can dynamica...
- Tue Apr 22, 2014 1:54 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] Re-order pictures
- Replies: 10
- Views: 3894
Re: Re-order pictures
If it's a JavaScript issue, as others have pointed out, perhaps you could try using a different browser to the one you are currently using (or download a new one such as Firefox, Chrome or Opera) and test it.
- Wed Apr 09, 2014 10:02 am
- Forum: Modules/Add-Ons
- Topic: Cataloger & CGFeedback, comments update problem
- Replies: 20
- Views: 5380
Re: Cataloger & CGFeedback, comments update problem
Try this to auto clear the cache when changes are made to Cataloger (or other) Content pages: Extensions > User Defined Tags Create a tag called " clear_cache ": removed Then go to Extensions > Event Manager > Find the ContentEditPost Event > add "clear_cache" as the last order e...
- Thu Mar 13, 2014 3:56 pm
- Forum: Modules/Add-Ons
- Topic: FEU: display last login date to user?
- Replies: 1
- Views: 1445
FEU: display last login date to user?
Is it possible to show a logged in User when (i.e. a time and/or date) they last logged in? In the Admin (Frontend User Management > User History) you can see when users have logged in and out, so I suppose this is the data I'd want to be able to display on the front end of a page to a logged in use...
- Tue Sep 24, 2013 3:02 pm
- Forum: The Lounge
- Topic: Module for Job Listings (Recruitment)
- Replies: 3
- Views: 2286
Re: Module for Job Listings (Recruitment)
I would suggest using Cataloger, which is similar to ListIt2. This tutorial will help you get started with the module.
The reason I suggest it is because this job listing website was built using Cataloger. (Note the search is not related to Cataloger, it is custom PHP.)
The reason I suggest it is because this job listing website was built using Cataloger. (Note the search is not related to Cataloger, it is custom PHP.)
- Fri Sep 20, 2013 12:44 pm
- Forum: Modules/Add-Ons
- Topic: Cataloger Item Image on Category Page
- Replies: 1
- Views: 1020
Re: Cataloger Item Image on Category Page
I would suggest that you set the width value in the Cataloger settings (as you mention) so that it proportionally creates the desired height value of the image. Try opening an image file in Photoshop (or similar) and resize it with proportions constrained to see what I mean and find the required wid...
- Fri Aug 02, 2013 9:33 am
- Forum: Modules/Add-Ons
- Topic: Cataloger Item templates not saving
- Replies: 2
- Views: 1008
Re: Cataloger Item templates not saving
I believe it is a known bug with the latest versions of CMSMS: http://dev.cmsmadesimple.org/bug/view/9373
You simply need to clear the cache from within the admin to refresh any amends you have made to your templates.
You simply need to clear the cache from within the admin to refresh any amends you have made to your templates.
- Wed Jul 24, 2013 3:31 pm
- Forum: Modules/Add-Ons
- Topic: Is there a Scrolling News Module?
- Replies: 3
- Views: 1653
Re: Is there a Scrolling News Module?
I would also suggest trying this:
http://jonmifsud.com/open-source/jquery ... webticker/
You can then simply create a custom Summary Template in your News module to output the headlines of articles, and use some JavaScript to make it look how you want.
http://jonmifsud.com/open-source/jquery ... webticker/
You can then simply create a custom Summary Template in your News module to output the headlines of articles, and use some JavaScript to make it look how you want.

- Wed Jul 24, 2013 3:26 pm
- Forum: CMS Show Off
- Topic: Finally I re-did my own site
- Replies: 5
- Views: 4212
Re: Finally I re-did my own site
That's a very nice site indeed, you should be pleased. 
You might want to run it through the W3C validator to fix a few minor issues with your output though. Other than that I can't fault it.

You might want to run it through the W3C validator to fix a few minor issues with your output though. Other than that I can't fault it.
- Mon May 13, 2013 8:00 am
- Forum: Modules/Add-Ons
- Topic: Modules w/ visible dependencies on deleted modules [SOLVED]
- Replies: 3
- Views: 1467
Re: Modules have visible dependencies on deleted modules
Thanks, chaps. Jos, I tried your suggestion of installing and de-installing the modules in question through ModuleManager, and thankfully this did the trick (it's no longer showing other modules as having dependencies). I'll mark the topic as fixed :) I wonder though, if the ModuleManager method sho...
- Fri May 10, 2013 3:12 pm
- Forum: Modules/Add-Ons
- Topic: Modules w/ visible dependencies on deleted modules [SOLVED]
- Replies: 3
- Views: 1467
Modules w/ visible dependencies on deleted modules [SOLVED]
Hi all I have recently upgraded a CMS install to v1.11. I was having compatibility problems with module upgrades* on versions 0.9 and 1.10, (causing the Admin pages to not load, in some cases) and manually deleted the module folders to get around this issue. Now I have 1.11 running, but I have notic...
- Tue Mar 20, 2012 2:44 pm
- Forum: CMS Show Off
- Topic: Housebuilder website using Cataloger
- Replies: 3
- Views: 3106
Re: Housebuilder website using Cataloger
I did not write the Search code myself, no. But if people are interested, I may be able to have the developer make a post on here and give a brief explanation of how he went about it.