Title: Taehan Lee's Replies | WordPress.org

---

# Taehan Lee

  [  ](https://wordpress.org/support/users/taehan/)

 *   [Profile](https://wordpress.org/support/users/taehan/)
 *   [Topics Started](https://wordpress.org/support/users/taehan/topics/)
 *   [Replies Created](https://wordpress.org/support/users/taehan/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/taehan/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/taehan/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/taehan/engagements/)
 *   [Favorites](https://wordpress.org/support/users/taehan/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/users/taehan/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/taehan/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Forum Editor] I need Font Size in pixels](https://wordpress.org/support/topic/i-need-font-size-in-pixels/)
 *  Plugin Author [Taehan Lee](https://wordpress.org/support/users/taehan/)
 * (@taehan)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/i-need-font-size-in-pixels/#post-7668411)
 * sure, you can edit like below.
 * add_filter( ‘tiny_mce_before_init’, function($r){
    $r[‘fontsize_formats’] = implode(‘‘,
   array( ‘1=12px’, //this should be 12px ‘2=15px’, //this should be 15px ‘3=18px’,//
   this should be 18px ‘4=20px’, //this should be 20px ‘5=22px’, //this should be
   22px ‘6=24px’, //this should be 24px ‘7=25px’, //this should be 25px )); return
   $r; }, 99);
 * BTW, In my opinion, I don’t recommend to use ‘px’ unit. What if you would change
   the base font size? i.e. from 14px to 16px in the future or on the other device?
   So I recommend to use ‘%’, ’em’, or ‘rem’ for potential changes in the future.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Forum Editor] I need Font Size in pixels](https://wordpress.org/support/topic/i-need-font-size-in-pixels/)
 *  Plugin Author [Taehan Lee](https://wordpress.org/support/users/taehan/)
 * (@taehan)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/i-need-font-size-in-pixels/#post-7668395)
 * Append below codes to the activated theme’s functions.php
 * add_filter( ‘tiny_mce_before_init’, function($r){
    $r[‘fontsize_formats’] = implode(‘‘,
   array( ’10px’, ’12px’, ’14px’, ’18px’, ’24px’, ’32px’, )); return $r; }, 99);
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Forum Editor] Tag User doesn't work](https://wordpress.org/support/topic/tag-user-doesnt-work/)
 *  Plugin Author [Taehan Lee](https://wordpress.org/support/users/taehan/)
 * (@taehan)
 * [10 years ago](https://wordpress.org/support/topic/tag-user-doesnt-work/#post-7407420)
 * Hi, didn’t consider of tagging user, so I’ve gotten same requests since I made
   this.
    I can’t right now, but will implement sooner or later. thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Forum Editor] This plugin is getting quite old, any update planned soon?](https://wordpress.org/support/topic/this-plugin-is-getting-quite-old-any-update-planned-soon/)
 *  Plugin Author [Taehan Lee](https://wordpress.org/support/users/taehan/)
 * (@taehan)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/this-plugin-is-getting-quite-old-any-update-planned-soon/#post-7258726)
 * not yet found any incompatibility. but promise to check it up again sooner or
   later and will update the stable version info. thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Forum Editor] maximum upload file size](https://wordpress.org/support/topic/maximum-upload-file-size-3/)
 *  Plugin Author [Taehan Lee](https://wordpress.org/support/users/taehan/)
 * (@taehan)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/maximum-upload-file-size-3/#post-7165588)
 * now only accept a poisitive integer, so you should change line 439 like below.
 * $r[‘max_image_upload’] = 0.15
 * * this reply is based on v1.0
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Forum Editor] font-family](https://wordpress.org/support/topic/font-family-8/)
 *  Plugin Author [Taehan Lee](https://wordpress.org/support/users/taehan/)
 * (@taehan)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/font-family-8/#post-6968450)
 * oh, it’s my pleasure to help you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Forum Editor] font-family](https://wordpress.org/support/topic/font-family-8/)
 *  Plugin Author [Taehan Lee](https://wordpress.org/support/users/taehan/)
 * (@taehan)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/font-family-8/#post-6968396)
 * btw,
    just wanted to say not a functional issue but design consistency on your
   theme. because this forum is on the front-end, and not only blogers but also 
   many users would use this. anyway, I’m sure you did fine.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Forum Editor] font-family](https://wordpress.org/support/topic/font-family-8/)
 *  Plugin Author [Taehan Lee](https://wordpress.org/support/users/taehan/)
 * (@taehan)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/font-family-8/#post-6968389)
 * alright! if then,
    add below keyword on setting page ( your-domain-and-wp-path/
   wp-admin/options-general.php?page=bpfed-settings).
 * `fontselect`
 * The editor has the built-in plugin for font-family. didn’t know it. sorry.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Forum Editor] font-family](https://wordpress.org/support/topic/font-family-8/)
 *  Plugin Author [Taehan Lee](https://wordpress.org/support/users/taehan/)
 * (@taehan)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/font-family-8/#post-6968355)
 * Although the editor supports many useful tools for the font, there’s no built-
   in plugn for font-family. if need, may be I could develop it, but I don’t have
   a plan. I guess that feature (font-family) could mess your theme’s design, and
   I agree. it’s up to you, though.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Forum Editor] Dont works](https://wordpress.org/support/topic/buddypress-forum-editor-10-requires-buddypress-version-20-or-higher/)
 *  Plugin Author [Taehan Lee](https://wordpress.org/support/users/taehan/)
 * (@taehan)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/buddypress-forum-editor-10-requires-buddypress-version-20-or-higher/#post-6697610)
 * pls upgrade your BP 2.0 or higher.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Forum Editor] How to make it work without full BuddyPress load?](https://wordpress.org/support/topic/how-to-make-it-work-without-full-buddypress/)
 *  Plugin Author [Taehan Lee](https://wordpress.org/support/users/taehan/)
 * (@taehan)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/how-to-make-it-work-without-full-buddypress/#post-6548179)
 * Hi,
    I considered about it yesterday. honestly, it’s hard to give you a clue.
   sorry. because I’m not so much familar with bbPress. but… if I have to say any
   advice.. I guess bbPress’s template system is similar with BuddyPress. so.. if
   the editor doesn’t appear, why don’t you find ‘do_action’ hooks for display or
   filter the content? In my plugin, I’m using ‘bbp_get_the_content’ filter hook
   to include the editor in the content.(LINE 55) and.. also need to change many
   hooks like ‘bp_enqueue_scripts’ for enqueuing scripts. Unfortunately, I guess
   my advice might not be helpful… 🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Forum Editor] Upload other files](https://wordpress.org/support/topic/upload-other-files/)
 *  Plugin Author [Taehan Lee](https://wordpress.org/support/users/taehan/)
 * (@taehan)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/upload-other-files/#post-6484791)
 * Hi, I don’t recommend to allow additional files. if you’d allow other files, 
   have to consider many things such as checking mime type of files and making and
   inserting HTML markup in response to each file types.
    So.. why don’t you find
   and try another Editor’s plugin for upload? I’ve never tried though… sorry.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[BuddyPress Forum Editor] Working fine on the BP legacy forum](https://wordpress.org/support/topic/working-fine-on-the-bp-legacy-forum/)
 *  Plugin Author [Taehan Lee](https://wordpress.org/support/users/taehan/)
 * (@taehan)
 * [11 years ago](https://wordpress.org/support/topic/working-fine-on-the-bp-legacy-forum/#post-7964613)
 * I intend to extend that in a future version within several months.
    Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[U More Recent Posts] Shortcode examples](https://wordpress.org/support/topic/shortcode-examples/)
 *  Plugin Author [Taehan Lee](https://wordpress.org/support/users/taehan/)
 * (@taehan)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/shortcode-examples/#post-4093367)
 * hi [@djole](https://wordpress.org/support/users/djole/), my blog is now under
   maintenance. so, I uploaded capture image temporally.
    [http://urlless.com/_/umrp-demo.png](http://urlless.com/_/umrp-demo.png)
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Is there any way to use non-standard port on multisite](https://wordpress.org/support/topic/is-there-any-way-to-use-non-standard-port-on-multisite/)
 *  Thread Starter [Taehan Lee](https://wordpress.org/support/users/taehan/)
 * (@taehan)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/is-there-any-way-to-use-non-standard-port-on-multisite/#post-3916709)
 * thank you so much.
    i’ll test the reverse proxy as frontend.

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/users/taehan/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/taehan/replies/page/2/?output_format=md)