Search found 280 matches

by blackhawk
Mon Mar 07, 2016 5:42 pm
Forum: General Discussion
Topic: Does CMSMS 2.X provide presentation classes?
Replies: 0
Views: 1919

Does CMSMS 2.X provide presentation classes?

I recently downloaded CMSMS 2.1.2 and played around with the simplex template. I noticed within the main template that some of the classes are similar to Bootstrap 3's naming convention (ex: class="row", class="container", etc..) Does CMSMS include a "presentation class syst...
by blackhawk
Fri Jul 10, 2015 5:39 pm
Forum: The Lounge
Topic: Problem with creating users with FEU from within admin
Replies: 2
Views: 1776

Re: CMSMS 1.12 breaksdown with Products 2.24.1

Dr.CSS, I just updated my original post to help track down the issue I was facing earlier, which was too broad and not test properly on my end. I did a 2nd clean installation and was able to pin-point my issue. Please read my original post again which now has detailed info / steps taken to deal with...
by blackhawk
Fri Jul 10, 2015 2:34 am
Forum: The Lounge
Topic: Problem with creating users with FEU from within admin
Replies: 2
Views: 1776

Problem with creating users with FEU from within admin

Hi. I am running Windows 7 enterprise with Service Pack 1 and 64-bit OS. The localhost environment is running in IIS, version 7.5.7.600.16385. Within my IIS virtual directory, I'm running CMS Made Simple 1.12, which is using PHP 5.6.0 and MySQL 5.6.25 Here's a list of all the modules installed in my...
by blackhawk
Sat Apr 25, 2015 11:46 am
Forum: Modules/Add-Ons
Topic: Ability to extend News Summary Template to sort data
Replies: 1
Views: 828

Ability to extend News Summary Template to sort data

I'm using the following news summary tag to display a list of news summary items from CMSMS {news summarytemplate="alpha_summary" detailpage="blog" category="sermon" sortasc="false"} This does a beautiful job in displaying a list of news items. But how can I t...
by blackhawk
Mon Jan 12, 2015 8:35 pm
Forum: The Lounge
Topic: How to band range of IP addresses
Replies: 4
Views: 2142

Re: How to band range of IP addresses

I agree velden,
I am just trying to learn if there is a better way that typing in each IP address one by one, which totally sucks. I need the ability to set a range...

Thanks for that thought
by blackhawk
Mon Jan 12, 2015 3:32 am
Forum: The Lounge
Topic: How to band range of IP addresses
Replies: 4
Views: 2142

How to band range of IP addresses

After reading the following CMSMS Security page on Banning IP addresses via UDT http://docs.cmsmadesimple.org/general-information/securing-cmsms ...is there an enhancement I can place to this code to detect... {if the user has these first 9 values in their IP address} ..then block that IP address? {...
by blackhawk
Tue Dec 02, 2014 4:25 am
Forum: The Lounge
Topic: How to detect which articles are using a specific field def.
Replies: 1
Views: 1311

How to detect which articles are using a specific field def.

Is there anyway from either a UDT or directly in the database on the server, we can query all news articles that are using a specific check-box field definition? the name of my check-box is called sticky. I am having trouble deleting a specific check-box field definition. And I assuming that the del...
by blackhawk
Tue Dec 02, 2014 3:02 am
Forum: The Lounge
Topic: [SOLVED] make sub folder cmsms site appear as root site
Replies: 10
Views: 4714

[SOLVED] How to make sub folder cmsms site appear as root si

I like the archiving approach for sub folders, this way I can go back and see what I did on older sites. I solved my problem by un-assigning my add-on domain name, and then re-assigning it again to the newer sub folder, all through my cPanel. I can now do this every single time there is a major web ...
by blackhawk
Sat Nov 22, 2014 3:40 pm
Forum: The Lounge
Topic: [solved]Having trouble getting the @first and @last values
Replies: 3
Views: 1787

Re: Having trouble getting the @first and @last values to sh

I know realize I have other entries other than file types I am pulling, which is probably why my "fields" is not @first or @last when using the foreach loop.

according to my @index, the first field value is always 2
by blackhawk
Fri Nov 21, 2014 11:23 pm
Forum: The Lounge
Topic: [solved]Having trouble getting the @first and @last values
Replies: 3
Views: 1787

[solved]Having trouble getting the @first and @last values

I am using CMSMS 1.11.3 I have the following code in my news detail template... {if isset($entry->fields)} {foreach $entry->fields as $field} {if $field->type == 'file'} {if $field->name|strpos:"photo" !== false} {if $field->displayvalue != ''} {if $field@first} top line for last {/if} <li...
by blackhawk
Wed Nov 05, 2014 2:47 pm
Forum: The Lounge
Topic: [SOLVED] make sub folder cmsms site appear as root site
Replies: 10
Views: 4714

Re: How to make sub folder cmsms site appear as root site

Thank you team,
I will play with the following solutions today and see if I can make something work on my end...

Thank you for the rich feedback!

O0
by blackhawk
Wed Nov 05, 2014 2:44 pm
Forum: The Lounge
Topic: How to use AceEditor for content blocks in template
Replies: 2
Views: 1354

Re: How to use AceEditor for content blocks in template

I took a quick glance of the help page, but didn't look further in detail. Thank you for pointing out that the solution is buried in the help doc details...I will experiment with this today...

Thanks
by blackhawk
Mon Nov 03, 2014 7:01 pm
Forum: The Lounge
Topic: How to use AceEditor for content blocks in template
Replies: 2
Views: 1354

How to use AceEditor for content blocks in template

From my template, I tried the following to set my content block to use AceEditor...

Code: Select all

{ace_code mode='html' theme='twilight'}
{content block='code' label='Ace Block'}
{/ace_code}
...but it doesn't work...how do we get this module to work for content blocks?

thanks
by blackhawk
Sat Nov 01, 2014 10:01 pm
Forum: The Lounge
Topic: [SOLVED] display an admin document for new administrators
Replies: 3
Views: 1862

Re: Ability to display an admin document for new administrat

You guys are amazing. Thank you so much!

Go to advanced search