yes a char counter, i sometimes see my self going to one of them char counter sites, would be cool to have that in the editor without using a third party plugin. a lot of the modern editors have a char counter, so maybe its in the new one!
I know there may be plugins for this, but is it possible to add this out of the box? would be cool if there was a button for it in the editor without having to use a third party plugin.
To see a live demo of the plugin in action go to infernodev.com and post in the feedback forum, 5 review copies available.
Boost engagement and streamline your feedback forums with our Credit-Based Feedback System. Designed to eliminate the need for external feedback links, this addon ensures...
can someone explain how the drafts work, I'm trying to implement that feature in an addon.
the draft url in this example is custom_submission/draft and the way I'm thinking is I would need a controller for that? or is there already a controller I should extend,
<xf:form...
this is the ajax
XF.ajax('GET', XF.canonicalizeUrl('statistics'), ajaxData, function (data) {
});
here is how I'm accessing in controller, selectedOption is in the ajaxData
public function actionIndex(ParameterBag $params) {
$selectedOption = $this->filter('selectedOption'...