Search found 5 matches
- Fri Oct 23, 2015 7:55 am
- Forum: CMSMS Core
- Topic: CSS stylesheet are not included in admin editor
- Replies: 0
- Views: 945
CSS stylesheet are not included in admin editor
Hi, I'm having problems getting stylesheets to load when editing content. I was intending to post this as a bug report, but then thought it might be better to post here first. Here's the description: CSS stylesheets are not included when editing content (pages) in admin. I've tried both setting the ...
- Thu Sep 04, 2014 6:25 pm
- Forum: Tips and Tricks
- Topic: Filter news items in search by category and user login
- Replies: 0
- Views: 4847
Filter news items in search by category and user login
Hi, I've been trying to work out how to filter news items included in search results by category and user login state. I finally found a rather simple solution, so I thought I'd share it here. Create a summary template in the news module, which only creates a smarty array with the chosen information...
- Thu Oct 06, 2011 6:59 am
- Forum: Modules/Add-Ons
- Topic: FEU clear date property
- Replies: 0
- Views: 631
FEU clear date property
I'm using FEU 1.12.16 on CMSMS 1.9.2 and am trying to allow frontend users to show their birthday, iff they want. The problem comes with the date selector. When editing an user, it automatically shows the current date. Thus when editing some other field the date gets set at the same time. Is there a...
- Tue Aug 02, 2011 9:11 am
- Forum: Modules/Add-Ons
- Topic: Pretty urls with CTLModuleMaker with CMSMS 1.9.4
- Replies: 2
- Views: 1169
Re: Pretty urls with CTLModuleMaker with CMSMS 1.9.4
Hi, I just got it working on 1.9.2 by adding: $config['use_hierarchy'] = true; to config.php The reason is that the (CTLModuleMaker-created) function CreateLink (yourmodule/functions/function.CreateLink.php line 15) checks for this configuration before returning a pretty url. Hope this helps. - Leo -
- Tue Nov 09, 2010 6:21 pm
- Forum: Modules/Add-Ons
- Topic: CGBlog smarty error using action=fesubmit, suggestions?
- Replies: 6
- Views: 2755
Re: CGBlog smarty error using action=fesubmit, suggestions?
Hi,
quite new to cmsms so someone correct me if I'm wrong. I just experienced this problem myself and got it working with: {cms_module module="CGBlog" action="fesubmit"}
quite new to cmsms so someone correct me if I'm wrong. I just experienced this problem myself and got it working with: {cms_module module="CGBlog" action="fesubmit"}