Title: Liath's Replies | WordPress.org

---

# Liath

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

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

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Asgaros Forum] when you hit enter it jumps down two lines instead of one](https://wordpress.org/support/topic/when-you-hit-enter-it-jumps-down-two-lines-instead-of-one/)
 *  [Liath](https://wordpress.org/support/users/liath/)
 * (@liath)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/when-you-hit-enter-it-jumps-down-two-lines-instead-of-one/#post-6997231)
 * maybe it can help when you add the possibility to switch the Editor to “Text-
   Mode”
 * for this you have to change the following
 * File: _../wp-content/plugins/asgaros-forum/includes/forum.php_
    Line: _42_ ToDo:
   _Change to **true**_
 *     ```
       'quicktags'     => false
       ```
   
 * to fix the style of the Buttons in “Text-Mode, you have to change the width of
   them
 * File: _../wp-content/plugins/asgaros-forum/skin/style.css_
    Line: _35_ ToDo: 
   _Change to **auto**_
 *     ```
       width: 100%;
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Asgaros Forum] Use Shortcodes in Thread](https://wordpress.org/support/topic/use-shortcodes-in-thread/)
 *  Thread Starter [Liath](https://wordpress.org/support/users/liath/)
 * (@liath)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/use-shortcodes-in-thread/#post-6985331)
 * if you have already Version 1.0.7, you don’t have to modify the thread.php
 * just put following line in the functions.php of your theme
 * `add_filter( 'asgarosforum_filter_post_content', 'do_shortcode' );`
 * then you can use all available shortcodes, or make your own like this
 *     ```
       function youtube_shortcode( $attr, $content = null ) {
           return '<iframe width="560" height="315" src="https://www.youtube.com/embed/'.$content.'" frameborder="0" allowfullscreen></iframe>';
       }
       add_shortcode('youtube', 'youtube_shortcode');
       ```
   
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Asgaros Forum] Layout is great but …](https://wordpress.org/support/topic/layout-is-great-but/)
 *  [Liath](https://wordpress.org/support/users/liath/)
 * (@liath)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/layout-is-great-but/#post-8053900)
 * great work and support…. but
 * 6) A checkbox to disable this feature for admins would be nice. It is not really
   important, but perhaps you can add this in the future…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Asgaros Forum] Use Shortcodes in Thread](https://wordpress.org/support/topic/use-shortcodes-in-thread/)
 *  Thread Starter [Liath](https://wordpress.org/support/users/liath/)
 * (@liath)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/use-shortcodes-in-thread/#post-6985182)
 * it works great, now i can add all the shortcodes i want 🙂
 * thank you for your great and fast support
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Asgaros Forum] Use Shortcodes in Thread](https://wordpress.org/support/topic/use-shortcodes-in-thread/)
 *  Thread Starter [Liath](https://wordpress.org/support/users/liath/)
 * (@liath)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/use-shortcodes-in-thread/#post-6985164)
 * Primary i want to add quickly iframes from pastebin with this shortcode
 * i.E.
    `[pastebin]YKXi3BZa[/pastebin]`
 *     ```
       function pastebin_shortcode( $attr, $content = null ) {
           return '<iframe src = "http://pastebin.com/embed_iframe.php?i=' . $content . '" style = "border:none;width:100%;height:500px;"></iframe>';
       }
       add_shortcode('pastebin', 'pastebin_shortcode');
       ```
   
 * i have a lot of codes and scripts [there](http://pastebin.com/u/Liath), that 
   i need to add as post
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Mail SMTP by WPForms - The Most Popular SMTP and Email Log Plugin] How to remove the X-Priority header?](https://wordpress.org/support/topic/how-to-remove-the-x-priority-header/)
 *  [Liath](https://wordpress.org/support/users/liath/)
 * (@liath)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/how-to-remove-the-x-priority-header/#post-6981927)
 * you have to set the priority to _NULL_
 * i don’t know this plugin, found your question on google 🙂
 * when there are no option to set the priority to NULL, you have look into the 
   code for something like this
 * `$result .= $this->HeaderLine('X-Priority', $varforpriority);`
 * and set $varforpriority to _NULL_
 * this will remove the header
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Minecraft Control Panel] Das Plugin hat keinen validen Header](https://wordpress.org/support/topic/das-plugin-hat-keinen-validen-header/)
 *  Plugin Author [Liath](https://wordpress.org/support/users/liath/)
 * (@liath)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/das-plugin-hat-keinen-validen-header/#post-4691772)
 * Fehler ist behoben.

Viewing 7 replies - 1 through 7 (of 7 total)