How to increase the Limit of Forum and Blogs Title

I want to increase the limit of Title (Forum and Blogs Section). User can only enter 50 characters in Forum's Title. How can I increase the limit...?

Thanks in Advance

Quote · 29 Jul 2013

 Anyone, who can help me out in this...?

I want to increase the limit of Title (Forum and Blogs Section). User can only enter 50 characters in Forum's Title. How can I increase the limit...?

Thanks in Advance

 

Quote · 30 Jul 2013

Anyone who can answer this question!!!

Quote · 14 Aug 2013

Blog caption is pretty long by default - 255.

Forum (modules/boonex/forum/js/BxForum.js):

Forum.prototype.checkSubject = function (s)
{
	if (s.length < 5 || s.length > 50)
		return false;
	return true;
}

Recompile Forum (from manage forum) langs after the change.

Rules → http://www.boonex.com/terms
Quote · 19 Aug 2013

Thanks for the post Alex.

I followed the same steps which you mentioned in your last post, even I cleared the cache from admin, but still it is only allowing only 50 characters as max limit.

Quote · 20 Aug 2013

Please make sure that you recompile Forum (from manage forum, not from Dolphin admin panel) langs after the change.

Rules → http://www.boonex.com/terms
Quote · 21 Aug 2013

I did that in my last go, even I compiled both the languages i.e. English as well as Russian...!!!

Quote · 22 Aug 2013

 I did that in my last go, even I recompiled both the languages i.e. English as well as Russian...!!!

Please make sure that you recompile Forum (from manage forum, not from Dolphin admin panel) langs after the change.

 

Quote · 24 Aug 2013

Sorry, it look like one more change is needed in modules/boonex/forum/layout/base/xsl/new_topic.xsl file:

<input class="forum_form_field bx-def-font-large bx-def-round-corners-with-border" type="text" name="topic_subject" size="50" maxlength="50" /> 

Recompile forum langs(for every lang and every template) after this change as well.

Rules → http://www.boonex.com/terms
Quote · 25 Aug 2013

Thanks Alex!!!

It works now.

Quote · 26 Aug 2013

I tried this (changed 50 to 100). Now I can type in a forum topic title greater than 50 characters. However, when I try to save the post, I still get an error message saying "Please enter from 5 to 50 symbols".... So still not working, really... :-(

Quote · 27 Nov 2015

There are several modifications:

https://www.boonex.com/forums/topic/How-to-increase-the-Limit-of-Forum-and-Blogs-Title.htm#215914

https://www.boonex.com/forums/topic/How-to-increase-the-Limit-of-Forum-and-Blogs-Title.htm#216576

Rules → http://www.boonex.com/terms
Quote · 30 Nov 2015
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.