Login     Sign up
147 characters
Jordi Torres (@palsweb)
Join date: Oct 20th 2010
Community posts: 70
View Profile
Send Message

I need more characters on coments !!!!! where is the function ???? thanksss

174 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

in jquery.module.php and ss.inc.php. search for

[code]
$_POST['message'] = utf8_substr($_POST['message'],200);
[/code]

173 months ago
Dolla Indra (@dolla)
Join date: Aug 6th 2010
Community posts: 54
View Profile
Send Message

next, what should we do?

173 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

change the number 200

173 months ago
Jordi Torres (@palsweb)
Join date: Oct 20th 2010
Community posts: 70
View Profile
Send Message

thanks i go to change !!!!

173 months ago
Jordi Torres (@palsweb)
Join date: Oct 20th 2010
Community posts: 70
View Profile
Send Message

in jquery.module.php and ss.inc.php. i put 1000 and not work !!!

Code
$_POST['message'] = utf8_substr($_POST['message'],1000);

173 months ago
Dolla Indra (@dolla)
Join date: Aug 6th 2010
Community posts: 54
View Profile
Send Message

yes, not work. so?

173 months ago
arizon efendi (@arizon)
Join date: Aug 26th 2010
Community posts: 145
View Profile
Send Message

in common.inc.php

<textarea name="message" rows="2" id="form_message" maxlength="140" class="fpost" style="width:95%" >'.$default_msg.'</textarea>

change "140".

i have change to 500 and work oke.

173 months ago
Jordi Torres (@palsweb)
Join date: Oct 20th 2010
Community posts: 70
View Profile
Send Message

only coomond ??

173 months ago
arizon efendi (@arizon)
Join date: Aug 26th 2010
Community posts: 145
View Profile
Send Message

no. follow instruction of falcon first. after that change your common.inc.php

173 months ago
Jordi Torres (@palsweb)
Join date: Oct 20th 2010
Community posts: 70
View Profile
Send Message

Not work i follow instructiuon falcom first and put 500 in 2 files and later put 500 in common......but not work !!!!!

173 months ago