RSS feeds length

This is a forum to suggest new features for mojoPortal. 

This thread is closed to new posts. You must sign in to post in the forums.
8/11/2008 2:46:20 PM
Gravatar
Total Posts 40

RSS feeds length

Hi Joe, I've been having problems with RSS feeds not displaying in my app and have realised that it's because of the size limit of RSS feeds. The field length seems to be 255 characters, whereas some feeds, in my case eBay affiliate feeds, can be over 350 characters (the one I've been trying to get to work is 368 chars). Is there any chance this can be changed in a future release of Mojoportal?

Thanks,
Matt

8/11/2008 3:04:49 PM
Gravatar
Total Posts 18439

Re: RSS feeds length

Hi Matt,

The problem is for most dbs you can only go up to 255 chars for a varchar column so I would have to change to text field to make all dbs work with longer urls. MS SQL 2005 does allow bigger varchar columns but then I would lose backward compatibility with MS SQL 2000 unless I change it to a text field. I "may" change to text field there at some point to try and solve this, but one workaround you might try is using TinyUrl or Shrinkster to shrink the big urls as mentioned in this blog post.

Best,

Joe

 

You must sign in to post in the forums. This thread is closed to new posts.