CMS MADE SIMPLE FORGE

CMSSimplePie

 

[#6653] Allow more than 255 characters in the feed URL

avatar
Created By: Wes Funderberg (wfunderberg)
Date Submitted: 2011-07-11 14:32

Assigned To:
Resolution: None
State: Open
Summary:
Allow more than 255 characters in the feed URL
Detailed Description:
Currently this field for the RSS URL only supports up to 255 characters.  I have
had to change this due to a RSS url being longer than 255 characters.

History

Comments
avatar
Date: 2011-07-11 14:59
Posted By: Wes Funderberg (wfunderberg)

Workaround:

Open action.admin_add_edit.php and go to line 118 which should look like the
following;

$smarty->assign('input_url', $this->CreateInputText($id, 'sp_url', $url, '80'));

Add the maximum amount at the end of '80';

$smarty->assign('input_url', $this->CreateInputText($id, 'sp_url', $url,
'80','2038'));
      
Updates

Updated: 2011-07-11 14:59
description: Currently this field for the RSS URL only supports up to 80 characters. I have had to change this due to a RSS url being longer than 80 characters. => Currently this field for the RSS URL only supports up to 255 characters. I have had to change this due to a RSS url being longer than 255 characters.
summary: Allow more than 80 characters in the feed URL => Allow more than 255 characters in the feed URL
resolution_id: => 5