How to bypass blog title length limitation (100 characters)?

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
7/8/2009 2:28:34 AM
Gravatar
Total Posts 3

How to bypass blog title length limitation (100 characters)?

Hello,

It turns out that blog title length is limited to 100 characters maximium, e.g.

a title "AspectAG 0.1.1 : strongly typed Attribute Grammars implemented using type-level programming (haskell.org)"

is truncated to "AspectAG 0.1.1 : strongly typed Attribute Grammars implemented using type-level programming (haskell"

How to bypass this limitation?

Thanks,
Mike

 

 

 

7/8/2009 4:46:20 AM
Gravatar
Total Posts 18439

Re: How to bypass blog title length limitation (100 characters)?

Hi Mike,

Its a bug, but its easily fixed. If you edit the file /Blog/EditPost.aspx with a text editor, look for this:

<asp:TextBox id="txtTitle" runat="server" Columns="50" maxlength="100" CssClass="forminput widetextbox"></asp:TextBox>

and change the maxlength to 255. The field in the db allows 255 chars. I am fixing this now in my copy so it will be fixed in the next release.

Hope it helps,

Joe

7/9/2009 1:44:32 AM
Gravatar
Total Posts 3

Re: How to bypass blog title length limitation (100 characters)?

Thanks Joe! The problem has gone.

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