CMS MADE SIMPLE FORGE

CGFeedback

 

[#9243] Detail action broken when titlerequired=0 and pretty URLs turned on.

avatar
Created By: Wayne ONeil (wishbone)
Date Submitted: Fri May 10 00:32:47 -0400 2013

Assigned To: Robert Campbell (calguy1000)
Version: 1.5.11
CMSMS Version: None
Severity: Minor
Resolution: Fixed
State: Closed
Summary:
Detail action broken when titlerequired=0 and pretty URLs turned on.
Detailed Description:
The RegisterRoute for pretty URLs for this module specifies the munged title at
the end. When in titlerequired=0 mode, there is no title, and it breaks in
pretty URL mode.

It works when I make line 224 look like:

$prettyurl .= $row['title'] ? munge_string_to_url(substr($row['title'],0,30)) :
1;


History

Comments
avatar
Date: 2013-06-24 13:34
Posted By: Robert Campbell (calguy1000)

fixed in svn by adding another route.
      
Updates

Updated: 2014-08-23 11:17
cmsms_version_id: 30005 => -1
state: Open => Closed

Updated: 2013-06-24 13:34
resolution_id: 5 => 7

Updated: 2013-05-10 00:33
resolution_id: => 5
severity_id: 12 => 3
cmsms_version_id: -1 => 30005