Search found 21 matches

by goodsamaritan
Thu Jan 15, 2009 10:26 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] (Summary added here ) Just met CGFeedMaker and totally flummoxed
Replies: 17
Views: 5266

Re: Just met CGFeedMaker and totally flummoxed

You erase the whole string us_date_format + the parameters and replace it with just rfcdate and it will work.
by goodsamaritan
Thu Jan 15, 2009 10:25 pm
Forum: Modules/Add-Ons
Topic: CGFeedMaker and FeedValidator Problem
Replies: 2
Views: 1258

Re: CGFeedMaker and FeedValidator Problem

I will make some tests and report back
by goodsamaritan
Thu Jan 15, 2009 10:18 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] (Summary added here ) Just met CGFeedMaker and totally flummoxed
Replies: 17
Views: 5266

Re: Just met CGFeedMaker and totally flummoxed

I have stock LAMP centos 5.x hosting, and this error appears.
I resort to trashing the US Date format with "rfc_date" and it works.
by goodsamaritan
Tue Jan 13, 2009 2:11 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] (Summary added here ) Just met CGFeedMaker and totally flummoxed
Replies: 17
Views: 5266

Re: Just met CGFeedMaker and totally flummoxed

This is what I use on my header for autodiscovery:

Code: Select all

{CGFeedMaker action='autodiscovery' feed='news'} 
The default feed for the news articles is news
by goodsamaritan
Tue Jan 13, 2009 1:53 pm
Forum: Modules/Add-Ons
Topic: CGFeedMaker and FeedValidator Problem
Replies: 2
Views: 1258

CGFeedMaker and FeedValidator Problem

I'm developing a new website. This time I'm trying not to use wordpress in place of the news module. I'm hoping CGFeedmaker will be up to the task. This time I installed the FULL install of CMSMS 1.5.1 I installed the latest cgextensions and the latest cgfeedmaker. I edited the news feed template an...
by goodsamaritan
Fri Sep 26, 2008 6:29 am
Forum: Modules/Add-Ons
Topic: How to use NewsArticleAdded Event and User Defined Tags?
Replies: 5
Views: 1659

Re: How to use NewsArticleAdded Event and User Defined Tags?

I'm fiddling with my User Defined Function: global $gCms; $newsarticle =& $params['newsarticle']; $subjecttext = 'News: ' . $params['title']; $bodytext = 'Summary: ' . $params['summary']. ' Content: ' . $params['content']. ' Date: ' . ' Page URL: '; $cmsmailer =& $gCms->modules['CMSMailer'][...
by goodsamaritan
Fri Sep 26, 2008 3:37 am
Forum: Modules/Add-Ons
Topic: How to use NewsArticleAdded Event and User Defined Tags?
Replies: 5
Views: 1659

Re: How to use NewsArticleAdded Event and User Defined Tags?

Thanks for the tip... although my task is not finished. I still do not know where to look so I can fend for myself. Such as how did you know that $params['content'] gets the news article content and that $params['title'] is for the News Article Title? How about for the News Article Summary?  I just ...
by goodsamaritan
Mon Sep 15, 2008 2:45 am
Forum: Modules/Add-Ons
Topic: How to use NewsArticleAdded Event and User Defined Tags?
Replies: 5
Views: 1659

Re: How to use NewsArticleAdded Event and User Defined Tags?

Bump.

Anyone have the answer to this?
I'm sure someone has done this.
by goodsamaritan
Tue Sep 02, 2008 6:15 am
Forum: Modules/Add-Ons
Topic: News submission email notify - does this work with admin users?
Replies: 5
Views: 1764

Re: News submission email notify - does this work with admin users?

I have been trying to solve this problem. I made an event in the NewArticlePublished to point to the user defined tag below. I make a User defined tag that notifies you by email. But the user defined tag I made only sends an email, not the summary of the article, not the URL of the article. I cannot...
by goodsamaritan
Wed Aug 27, 2008 1:12 pm
Forum: Modules/Add-Ons
Topic: How to use NewsArticleAdded Event and User Defined Tags?
Replies: 5
Views: 1659

How to use NewsArticleAdded Event and User Defined Tags?

Hello, My objective is to send email to a mailing list whenever a new NEWS article on published on my website. The clue I got from you helpful people is to use the EVENTS and use a User Defined Tag. Yes, the EVENTS work and the User Defined Tag works, but I cannot understand how to use the fields of...
by goodsamaritan
Tue Aug 26, 2008 12:55 pm
Forum: Modules/Add-Ons
Topic: Automatic Newsletters Sent if New NewsArticle is Published?
Replies: 2
Views: 917

Re: Automatic Newsletters Sent if New NewsArticle is Published?

Never heard of events.
But I'm looking around and reading the Wiki and experimenting with events.
Hopefully, it may just be what I'm looking for.
Thanks for the tip!
by goodsamaritan
Tue Aug 26, 2008 7:11 am
Forum: Modules/Add-Ons
Topic: Automatic Newsletters Sent if New NewsArticle is Published?
Replies: 2
Views: 917

Automatic Newsletters Sent if New NewsArticle is Published?

Hi,

I want something as simple as Feedburner.
The problem with feedburner is you cannot import your current list of subscribers.
Each time I publish a new NewsArticle, Newsletter Made Simple should send a job out to all subscribers.
How can this be done?
by goodsamaritan
Wed May 14, 2008 11:43 pm
Forum: General Discussion
Topic: Can CMSmadesimple handle Maxim.com?
Replies: 1
Views: 1737

Can CMSmadesimple handle Maxim.com?

Hello, I need your opinions if you think CMS Made Simple can handle the job of being the primary CMS for http://www.maxim.com ? (The popular men's magazine website.) Is CMSMS a good choice for that size of a website? Is CMSMS a good choice for the editorial responsibilities? How about the load when ...
by goodsamaritan
Sat Mar 22, 2008 1:19 am
Forum: CMSMS Core
Topic: Apache 2.2: News link, htaccess, mod_rewrite problems after upgrade to CentOS 5
Replies: 2
Views: 1617

Re: Apache 2.2: News link, htaccess, mod_rewrite problems after upgrade to CentO

I gave up on migrating http://www.curemanual.com to CentOS5 and put it back in CentOS4 (repointed my DNS entries to the old server).

Seems I will have to worry about migrating later.

I'll just add new websites to my new CentOS5 server for now.
by goodsamaritan
Sat Mar 22, 2008 12:37 am
Forum: CMSMS Core
Topic: Apache 2.2: News link, htaccess, mod_rewrite problems after upgrade to CentOS 5
Replies: 2
Views: 1617

Re: Apache 2.2: News link, htaccess, mod_rewrite problems after upgrade to CentO

After a good night's sleep I decided to install a custom Apache 2.0.63 on CentOS5 and try to run http://www.curemanual.com under it. Same problem. So this does not seem to be just an Apache 2.2 problem with the [NC] no case switch. I also installed a new CMSMS website in the same Apache 2.2 server c...

Go to advanced search