boonebgorges / buddypress-docs

GNU General Public License v3.0
106 stars 44 forks source link

beaverBuilder and TinyMCE buttons #677

Closed Rahe closed 3 years ago

Rahe commented 3 years ago

Hello,

I have this error with beaver builder :

ErrorException Notice: Undefined offset: 10 buddypress-docs/includes/templatetags-edit.php in bp_docs_add_external_tinymce_buttons_row1 at line 239

Reference : https://github.com/boonebgorges/buddypress-docs/blob/master/includes/templatetags-edit.php#L239

There is a foreach on the buttons assuming that the keys are numerical and sequential, but into the $buttons variable I have : { 0: formatselect, 1: bold, 2: italic, 3: bullist, 4: numlist, 5: blockquote, 6: alignleft, 7: aligncenter, 8: alignright, 11: spellchecker, 12: fullscreen, 13: wp_adv }

the index 10 doesn't exists.

boonebgorges commented 3 years ago

Thank you for reporting this! The change in 26a2958 should fix the problem.

Rahe commented 3 years ago

Nice, thank you :)