Is there a way to apply existing in the pictures?
Roman Lohov
Well done . good job
As I'm browsing through forums, here it is. In components/OssnWall/plugins/default/forms/OssnWall/home/container.php
After:
ossn_load_external_js('jquery.tokeninput'); ?>
Add:
<script>
function countChar(val) {
var len = val.value.length;
if (len >= 500) {
val.value = val.value.substring(0, 500);
} else {
$('#charNum').text(500 - len);
}
};
</script>
(or place it in the JS so you can use it in other pages as well)
Before:
<li class="ossn-wall-privacy">
Add:
<li id="charNum"></li>
Now I do not know what is the limit on OSSN wall post characters, i don't care. So, whatever it is, just replace 500 with "Limit set by default"
I apologize for the mistake
Sorry these images are not appearing here, share a direct link or in the reply below
Due to the many requests in the past for additonal features and components we have decided to develope a premium version. Features like Hashtags, Videos, Polls, Events, Stories, Link Preview, etc included in it.
$199 (Life Time)