RE: [Blogcfc-develop] well, that was easy
Brought to you by:
cfjedimaster
From: Ben F. <bf...@ma...> - 2003-11-13 14:36:14
|
Works in the old version I am using :-) Incidentally, the reason I am not using any newer versions is that the change from numeric ID to UUID would break way too many links for me. Has anyone else addressed this, or have you decided to just let it be? -----Original Message----- From: blo...@li... [mailto:blo...@li...] On Behalf Of Raymond Camden Sent: Thursday, November 13, 2003 9:28 AM To: blo...@li... Subject: [Blogcfc-develop] well, that was easy In RSS.cfm, modify lines 27-31 to be: <cfelseif url.mode2 is "cat" and isDefined("url.catid")> <cfset params.byCat = url.catid> <cfelseif url.mode2 is "entry"> <cfset params.byEntry = url.entry> </cfif> I'm going to update the zip online. ======================================================================== === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc (www.mindseye.com) Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia) Email : jed...@mi... Blog : www.camdenfamily.com/morpheus/blog Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ Blogcfc-develop mailing list Blo...@li... https://lists.sourceforge.net/lists/listinfo/blogcfc-develop |