Orca Forum

Hi Everyone!

can you please help me how to allow my forum to allow more than 50 symbols

im getthing this red messagers error when I want to add the Topic subject: No recibo el email para que me recuerde la contraseña

Please enter from 5 to 50 symbols

Thank's a lot

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 14 Jul 2010

Edit: Nevermind. I'll look again.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 14 Jul 2010

This looks promising.

Edit the BxForum.js file in /modules/boonex/forum/js/ on line 564:

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

Remember to go through the standard cache-emptying procedure after saving your changes.

I haven't tested this, so I am not sure if it works.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 14 Jul 2010

Thank's i try this but still not working

This looks promising.

Edit the BxForum.js file in /modules/boonex/forum/js/ on line 564:

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

Remember to go through the standard cache-emptying procedure after saving your changes.

I haven't tested this, so I am not sure if it works.

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 14 Jul 2010

Thank's i try this but still not working

This looks promising.

Edit the BxForum.js file in /modules/boonex/forum/js/ on line 564:

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

Remember to go through the standard cache-emptying procedure after saving your changes.

I haven't tested this, so I am not sure if it works.

Did you empty the /cache/ and /cache_public/ directories, as well as the cache directory in /modules/boonex/forum/cachejs/?

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 15 Jul 2010
 
 
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.