Search found 322 matches

by stopsatgreen
Fri Aug 01, 2008 8:37 am
Forum: CMSMS Core
Topic: [SOLVED] - Unable to link to pdf files using the WYSIWYG editor
Replies: 7
Views: 3178

Re: [SOLVED] - Unable to link to pdf files using the WYSIWYG editor

Seems to be an error in 2.4.0; I just upgraded to 2.4.2 and it resolved the problem.
by stopsatgreen
Fri Aug 01, 2008 7:08 am
Forum: General Discussion
Topic: Open Source CMS Market Share ... and what about CMSMS?
Replies: 9
Views: 3472

Re: Open Source CMS Market Share ... and what about CMSMS?

While I don't think it's 100% convincing (it admits to a regional bias, for example, and misses the fact that CMSMS' download numbers are clearly available on the dev site - 10,000 - 30,000 is not to be sneezed at!), I think dismissing the conclusions out of hand is not very smart. If people are not...
by stopsatgreen
Thu Jul 31, 2008 4:31 pm
Forum: Developers Discussion
Topic: [SOLVED] News Archives by Year/Month
Replies: 47
Views: 38209

Re: [SOLVED] News Archives by Year/Month

I think he means modify the code example so that people don't copy and paste it before reading your correction.
by stopsatgreen
Thu Jul 31, 2008 1:13 pm
Forum: Modules/Add-Ons
Topic: Page Blocks, how is it meant to work?
Replies: 17
Views: 8491

Re: Page Blocks, how is it meant to work?

The ability to add content blocks to pages would be very useful.
You can do that now. Go to Content > Global Content Blocks and create a new block, then add it to the page with {global_content name='blockname'}.
by stopsatgreen
Wed Jul 30, 2008 11:04 pm
Forum: CMSMS Core
Topic: [Solved]{if description} in template needed - not working
Replies: 1
Views: 1013

Re: {if description} in template needed - not working

No problem. You need to modify the original post to add [Solved] to it, rather than the latest.
by stopsatgreen
Wed Jul 30, 2008 7:12 am
Forum: CMSMS Core
Topic: [Solved]{if description} in template needed - not working
Replies: 1
Views: 1013

Re: {if description} in template needed - not working

This is off the top of my head, but have you tried: {capture assign='hazcontent'}{description|count_characters}{/capture} {if $hazcontent > 0} {capture assign='hazdescription'}{description}{/capture} {cms_module module="TruetypeText" style="slogan" text=$hazdescription} {else} {c...
by stopsatgreen
Tue Jul 29, 2008 9:14 am
Forum: Developers Discussion
Topic: CreateLink alt/title fix
Replies: 1
Views: 1334

Re: CreateLink alt/title fix

Perhaps you should raise this as a bug in the Forge: http://dev.cmsmadesimple.org
by stopsatgreen
Mon Jul 28, 2008 3:16 pm
Forum: Developers Discussion
Topic: Anchor tag method?
Replies: 3
Views: 1842

Re: Anchor tag method?

Sorry, if I've misunderstood, but can't you just use the anchor tag?

Code: Select all

{anchor anchor='youridname'}
by stopsatgreen
Thu Jul 24, 2008 9:35 pm
Forum: Developers Discussion
Topic: Mark-up standards in Modules
Replies: 24
Views: 7122

Re: Mark-up standards in Modules

What does anybody else think about this? How do I start?
by stopsatgreen
Thu Jul 24, 2008 8:42 am
Forum: Developers Discussion
Topic: [SOLVED] News Archives by Year/Month
Replies: 47
Views: 38209

Re: News Archives by Year/Month

I will need to create archive pages for each year. Not impossible, but I'd need to include in the documentation for my client how to do it each year, All they should have to do is add a new page, and in the 'Date' block enter the year of the archive. My method is a little convoluted, but it has the...
by stopsatgreen
Wed Jul 23, 2008 9:21 am
Forum: Developers Discussion
Topic: Mark-up standards in Modules
Replies: 24
Views: 7122

Re: Mark-up standards in Modules

Of course, if it's tabular data. But what I'm more concerned about is ways to make the tables accessible; using captions, summaries and headers where necessary, making sure the order is head-foot-body, that kind of thing. Or it could be adding WAI-ARIA data to forms; making sure they have fieldsets ...
by stopsatgreen
Tue Jul 22, 2008 5:13 pm
Forum: Developers Discussion
Topic: Mark-up standards in Modules
Replies: 24
Views: 7122

Re: Mark-up standards in Modules

Exactly that; the HTML that is produced from the module templates.
by stopsatgreen
Tue Jul 22, 2008 12:50 pm
Forum: Developers Discussion
Topic: Mark-up standards in Modules
Replies: 24
Views: 7122

Mark-up standards in Modules

As a long-time user of CMSMS now, I've noticed that the standard of mark-up varies quite radically between modules; some are very good, semantic and accessible, while others are less so. I think that good HTML is just as important as good CSS and good PHP, and I think there should be a consultant to...
by stopsatgreen
Tue Jul 22, 2008 12:39 pm
Forum: Developers Discussion
Topic: [SOLVED] News Archives by Year/Month
Replies: 47
Views: 38209

Re: News Archives by Year/Month

Here's how I did it recently; I set it to capture by month, but you could easily set it up by year instead: 1. Add a new line to your template to capture a date value you're going to supply: {content block='Date' oneline='true' assign='item_date'} 2. Create a new page for each year of the archive, a...
by stopsatgreen
Tue Jul 22, 2008 12:26 pm
Forum: Announcements
Topic: Announcing CMS Made Simple 1.4-beta2
Replies: 41
Views: 35769

Re: Announcing CMS Made Simple 1.4-beta2

CMS 1.4 is in feature cutoff..  we aren't introducing any new features at this point because we want to release the final version, keep it out of a perpetual beta-cycle,  and try to focus on the 2.0 release for a while. In my own view, I think the 1.x branch is about as feature complete as it needs...

Go to advanced search