Login     Sign up
Change default characters limit
Ak (@dragon)
Join date: Jun 16th 2010
Community posts: 46
View Profile
Send Message

Hello everyone

i want to change/remove Status character limit in quick share, right now default characters limit is 140.

i want to remove/change the limit of characters and even the message of limit shows when you type You have 130 characters remaining.

Please how to fix this?

162 months ago
izhanjafry (@izhanjafry)
Join date: Dec 14th 2010
Community posts: 16
View Profile
Send Message

find in common.inc.php

change the value in

[code]
function stream_form($preset='',$page = array()) {
global $config ,$client;
if (!$config['share_maxlength']) {
$config['share_maxlength'] = XXX;
}
[/code]

162 months ago
HometownDirectories (@danyaeldemonic)
Join date: Oct 31st 2011
Community posts: 39
View Profile
Send Message

worked perfectly! Thanks!

153 months ago
ROBERT MILLAR (@millarmr)
Join date: Mar 5th 2011
Community posts: 46
View Profile
Send Message

its also in your admin panel

153 months ago
Elton Kaseh (@eltonska)
Join date: Nov 7th 2011
Community posts: 1
View Profile
Send Message

not avaliable on jcow 4.2.1
it available from 4.3.1 to the latest Jcow

152 months ago
HometownDirectories (@danyaeldemonic)
Join date: Oct 31st 2011
Community posts: 39
View Profile
Send Message

however, it DOES work on 4.2.1.

152 months ago