It adds new buttons to backend, but I would need them in front-end, not in backend. How I could get them into front-end of bbPress. Does bbPress have some configurations too.
]]>I want to add a button for comment code, but when I save, Post Editor Buttons Forks changes the before to ampersand+l+t+semi-colon+exclamation mark etc… and after changes accordingly. I guess I understand why it does that, but I don’t want it to do it. I want to be able to use the marks in the html such as below.
<!–This is a comment. Comments are not displayed in the browser–>
I hope this plugin continues to get updated. I love it!
https://www.ads-software.com/plugins/post-editor-buttons-fork/
]]>hi, I just tried your plugin, seems like the allowed tags function not working any more. sse the code below plz:
add_filter( ‘admin_init’, ‘allowed_tags’ );
function allowed_tags() {
global $allowedposttags;
$allowedposttags[‘video’][‘src’] = array();
$allowedposttags[‘video’][‘type’] = array();
$allowedposttags[‘video’][‘poster’] = array();
}
when i save into functions.php, the wordpress back-end become blank. When I turn on the WP_DEBUG, it shows:
Fatal error: Cannot redeclare allowed_tags() (previously declared in /Applications/MAMP/htdocs/artwise/wp-includes/general-template.php:1359) in /Applications/MAMP/htdocs/artwise/wp-content/themes/artwise/functions.php on line 974
plz advise.
https://www.ads-software.com/plugins/post-editor-buttons-fork/
]]>Hi,
Is there some max length for the before or after text?
H.
https://www.ads-software.com/plugins/post-editor-buttons-fork/
]]>title=center
before=<center>
after=</center>
doesn’t save
https://www.ads-software.com/extend/plugins/post-editor-buttons-fork/
]]>Have looked around more than one hour, until I found and stuck with post-editor-buttons-fork. Works wonders! Thanks
https://www.ads-software.com/extend/plugins/post-editor-buttons-fork/
]]>Hello,
I can create <span style='whatever'>
buttons, but NOT <spoiler>
. To be precise, when I create it, by dutifully filling caption spoiler
, before <spoiler>
and after </spoiler>
, as soon as I save, it only keeps the Caption and empties the two others. The button appears with the right name but does nothing.
https://www.ads-software.com/extend/plugins/post-editor-buttons-fork/
]]>Is there any way to keep the plugin from replacing double quotes with single quotes?
Otherwise all good! Glad there’s a fork because I was bummed when the other version stopped working.
https://www.ads-software.com/extend/plugins/post-editor-buttons-fork/
]]>I get a line break before and after inserting an H1, H2, etc. element.
So far, all the Span elements work as expected.
I’ve tried the plugin in several different themes with the same result.
This was on WP 3.1.4 MultiSite.
]]>Is there a way to add the button to the visual side?
https://www.ads-software.com/extend/plugins/post-editor-buttons-fork/
]]>Where should the buttons showed ? on the Editor ? cuz it doesn’t show anything
]]>