Hi,
It is not really designed with this in mind. If you want this, you do need some ability in PHP programming.
One option is to copy the file /frontend/gb-widget.php into your own plugin and rewrite it to your needs.
Another option is to use the filter ‘gwolle_gb_entry_widget_add_after’ to add the admin reply. For setting the word limit to unlimited, you can add probably use the inspector when updating the widget under Appearance > Widgets, and set the value for the select dropdown to 1000 for example. It should just save that value.
Does this help?
Hello!
thanks for the answer!
but it does not work, I write this in the gb-widget.php file:
// Use this filter to just add something
$widget_html .= apply_filters( 'gwolle_gb_entry_widget_add_after', '', $entry );
$widget_html .= '<div class="admin_reply_content">' . $entry->get_admin_reply_content() . '</div>';
help me please…
decided, thank you
$entry->get_admin_reply()
-
This reply was modified 7 years, 2 months ago by
face2005.