Title: hapu's Replies | WordPress.org

---

# hapu

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Germanized for WooCommerce] Paketdienstleister Datenweitergabe](https://wordpress.org/support/topic/paketdienstleister-datenweitergabe/)
 *  Thread Starter [hapu](https://wordpress.org/support/users/hapu/)
 * (@hapu)
 * [4 years ago](https://wordpress.org/support/topic/paketdienstleister-datenweitergabe/#post-15827074)
 * Habe es jetzt so gelöst:
 *     ```
       /* Daten an Versanddienstleister*/
       /*Spalte Daten an DHL in Bestellübersicht*/
       function mb_set_order_note_column( $columns ) {
         $columns['parcel_delivery'] = __('Daten an Versand','TEXTDOMAIN');
         return $columns;
       }
       add_filter( 'manage_shop_order_posts_columns', 'mb_set_order_note_column', 99 );
   
       /*Notiz ausgeben*/
       function mb_show_order_note_columns( $column_name, $post_id ) {		
        switch ( $column_name ) {
         case 'parcel_delivery':
         $order = new WC_Order( $post_id );
         $delivery = get_post_meta( $post_id, '_parcel_delivery_opted_in', true );
   
       		 if ( $delivery == "yes" )
       {
           echo "Ja";
       }
       		 if ( $delivery == "no" )
       {
           echo "Nein";
       }		 
   
         break;
        }
       }
       add_action( 'manage_shop_order_posts_custom_column' , 'mb_show_order_note_columns', 10, 2 );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better Messages - Chat Rooms, Group Chat, Private Messages & AI Chat Bots] Add title to subject field](https://wordpress.org/support/topic/add-title-to-subject-field/)
 *  Thread Starter [hapu](https://wordpress.org/support/users/hapu/)
 * (@hapu)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/add-title-to-subject-field/#post-14045692)
 * Thank you!
 * I have another question
 * I use buddyboss theme and platform. is it possible to add the subject line into
   message text field too?
 * or subject is shown instead of text if i click on the message picture?
 * Best regards
    HaPu
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPAdverts - Classifieds Plugin] Pay for Listing with myCred-Points](https://wordpress.org/support/topic/pay-for-listing-with-mycred-points/)
 *  Thread Starter [hapu](https://wordpress.org/support/users/hapu/)
 * (@hapu)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/pay-for-listing-with-mycred-points/#post-13729862)
 * Yeah! Thats it!
    THX
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPAdverts - Classifieds Plugin] Pay for Listing with myCred-Points](https://wordpress.org/support/topic/pay-for-listing-with-mycred-points/)
 *  Thread Starter [hapu](https://wordpress.org/support/users/hapu/)
 * (@hapu)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/pay-for-listing-with-mycred-points/#post-13724269)
 * Hi Greg,
 * the plugins you told already working.
 * How to explain….
 * When a customer have to choose a Listing (premium or free) there will always 
   be the main currency (like € or $) to pay.
 * I tried:
 * add_action( ‘wp_head’, function () { ?>
    <style>
 *  .single.post-68.span.woocommerce-Price-currencySymbol{
    display:none !important;}
 * but it seems not to work…
 * Cheerz
    hapu
 * </style>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPAdverts - Classifieds Plugin] Compatability with Buddyboss Platform Plugin](https://wordpress.org/support/topic/compatability-with-buddyboss-platform-plugin/)
 *  [hapu](https://wordpress.org/support/users/hapu/)
 * (@hapu)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/compatability-with-buddyboss-platform-plugin/#post-12943528)
 * thx
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPAdverts - Classifieds Plugin] Compatability with Buddyboss Platform Plugin](https://wordpress.org/support/topic/compatability-with-buddyboss-platform-plugin/)
 *  [hapu](https://wordpress.org/support/users/hapu/)
 * (@hapu)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/compatability-with-buddyboss-platform-plugin/#post-12938463)
 * Hello, does it work with BuddyBoss Platform/Theme?
 * Best regards

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