how to change min characters in message title?

how can i change the minimum characters for new message title to 2 instead of 3

and also, where are most of those values located for like forum topic titles and stuff like that

Quote · 5 Sep 2008

What kind of message title do you want to change from 3 to 2? Like Ray widget titles like music, mp3, movie titles etc. or like a blog title, article title, etc?

Forum values for topic titles and stuff like that? When you say values what are you referring too? Like change the color of a text title, size of a font, or are you looking to change something in particular?

I guess I am just wondering if you could possibly be a little more specific. Because some values for Min length of title for media file can be set in admin panel advanced settings for example. But not totally sure if this is what you are trying to change.

Thanks.
gameutopia

DialMe.com - Your One and Only Source For Boonex Dolphin Tutorials and Resources
Quote · 5 Sep 2008

Just the amount of min chars needed for the Subject when composing a new message to a member

Quote · 5 Sep 2008

I haven't tried this but in yoursite.com/compose.php

there is a referrence to 3 which you might try changing to 2:

function checkForm()
{
var el;
var hasErr = false;
var fild = "";
el = document.getElementById("inpSubj");
if( el.value.length < 3 )

{
el.style.backgroundColor = "pink";
el.style.border = "1px solid silver";
hasErr = true;
fild += " <?= _t('_Subject') ?>";
}

There are some other references to subject and time you have to wait until you can send another in this file too.

gameutopia

DialMe.com - Your One and Only Source For Boonex Dolphin Tutorials and Resources
Quote · 5 Sep 2008

That worked! Thanks bro.

Now I'll try to find the same stuff for like, forum topic subjects, etc. Not sure what files those code will be in but I'm looking now.

Quote · 5 Sep 2008
 
 
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.