Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://www.jomsocial.com/forum/modules-plugins-and-applications/23912-limit-number-of-characters-or-words-in-activity-stream-module
/plugins/kunena/community/activity.php line 269:
$content = KunenaHtmlParser::parseBBCode($message->message, $parent, $this->params->get('activity_stream_limit', 0));
where the 0 is a number of letters being used in Jomsocial stream.
The text was updated successfully, but these errors were encountered:
[5.1] Jomsocial plugin remove hard coded option #6519
450843e
No branches or pull requests
https://www.jomsocial.com/forum/modules-plugins-and-applications/23912-limit-number-of-characters-or-words-in-activity-stream-module
/plugins/kunena/community/activity.php line 269:
$content = KunenaHtmlParser::parseBBCode($message->message, $parent, $this->params->get('activity_stream_limit', 0));
where the 0 is a number of letters being used in Jomsocial stream.
The text was updated successfully, but these errors were encountered: