340 reputation
19
bio website jbrownstudios.com
location Maui, HI
age
visits member for 2 years, 3 months
seen 8 hours ago
stats profile views 29

May
18
comment How to add editor-style.css styling to wp_editor on front end for comments
Awesome. I'll give it a try.
Mar
30
awarded  Yearling
Mar
30
answered Jetpack Running Locally
Jan
22
awarded  Analytical
Jan
21
suggested suggested edit on Moving sharedaddy buttons (in Jetpack) to the top of a post?
Jan
20
awarded  Critic
Jan
4
awarded  Tumbleweed
Dec
28
revised Customize Search to only search current custom post type
added 305 characters in body
Dec
28
asked Customize Search to only search current custom post type
Dec
9
revised Creating a custom menu/widget area
added 125 characters in body
Dec
9
answered Creating a custom menu/widget area
Dec
9
answered Maintain user profile data in a non-Wordpress database
Dec
9
answered Author/Category/Date buttons…how to for a new guy
Dec
9
answered Re Order Editor to be after meta box
Dec
9
answered Dynamically Creating Meta Boxes
Nov
15
revised How to customize the symbols that appear in the Visual Editor insert custom character
added 269 characters in body
Oct
25
suggested suggested edit on How to customize the symbols that appear in the Visual Editor insert custom character
Oct
24
comment How to customize the symbols that appear in the Visual Editor insert custom character
Thanks. I'm going to hold out hope that someone chimes in with a filter or something to control it or I'll try to hit up Ozz.
Oct
24
asked How to customize the symbols that appear in the Visual Editor insert custom character
Oct
21
comment How to add editor-style.css styling to wp_editor on front end for comments
Can $mystyle here not refer to an external stylesheet? Something like: $mystyle = '<style type="text/css">' . file_get_contents(get_stylehseet_uri()) . '</style>'; That's totally untested code and might be ridiculous, more trying to illustrate an idea. Also obviously, better to point at editor-style.css not the real theme style sheet.