BuddyDev

Search

Replies

  • Participant
    Level: Master
    Posts: 171
    JohnnyNW on in reply to: [Resolved] Flag Symbol Instead of 'Report' #26949

    Oh yes, I see! Very scary at first LOL Thank you for the links!

  • Participant
    Level: Master
    Posts: 171
    JohnnyNW on in reply to: [Resolved] Buddypresss Activity Plus? #26948

    Hi. No, I’m not using RT Media. Even ran Database Toolset (plugin) and Plugins Garbage Collector to ensure no left over junk from other plugins.

    Mmmmm that makes me sad.

    I’ll wait to use your release version, then dig deeper if the problem persists.

    Thank you!

  • Participant
    Level: Master
    Posts: 171
    JohnnyNW on in reply to: [Resolved] Buddypresss Activity Plus? #26945

    YAY hip hip YAY! Very cool! I knew it was under development, I was just mentioning what failure I got in case you needed a tester, else didn’t see it yourself (testing that happens that doesn’t always get every possible condition or circumstance, users are funny like that Ahahahah).

    Very happy and excited, and so glad Tylor at WPMUDEV was responsive and positive about you updating the plugin for everyone 🙂

    Thank you – you’re awesome – maybe one day, in the future, we can use the internet to give hugs and not just send a thank you text Ahahaha

  • Participant
    Level: Master
    Posts: 171
    JohnnyNW on in reply to: [Resolved] Buddypresss Activity Plus? #26941
    This reply has been marked as private.
  • Participant
    Level: Master
    Posts: 171
    JohnnyNW on in reply to: [Resolved] Flag Symbol Instead of 'Report' #26939

    Yes,I’m curious about translate, please 🙂

  • Participant
    Level: Master
    Posts: 171
    JohnnyNW on in reply to: [Resolved] Flag Symbol Instead of 'Report' #26913

    Hello, quick question:

    On line 52 in bpmts-template.php I changed Report to Flag $label = $args['label'] ? esc_html( $args['label'] ) : __( 'Report', 'buddypress-moderation-tools' );

    Now it looks like this $label = $args['label'] ? esc_html( $args['label'] ) : __( 'Flag', 'buddypress-moderation-tools' );

    Plugin seems to still work.

    Is this okay?

    I’m trying to minimize the button’s presence on activities.

    Thanks.

  • Participant
    Level: Master
    Posts: 171
    JohnnyNW on in reply to: [Resolved] Buddypresss Activity Plus? #26844
    This reply has been marked as private.
  • Participant
    Level: Master
    Posts: 171
    JohnnyNW on in reply to: [Resolved] Flag Symbol Instead of 'Report' #26842

    Not sure what you mean.

    If the code looked like this

    $custom_field_value .= '<div class="file"><a href="'.$custom_field_single_value.'" target="_blank">'.$custom_field_single_value.'</a></div>';

    I would have changed up the code to show the back ground text as an image like this

    $custom_field_value .= '<div class="file"><a href="'.$custom_field_single_value.'" target="_blank"><img src="'. get_template_directory_uri().'/flag.png" />'.$custom_field_single_value->src.'</a></div>';

    So, I was hoping you could direct me on where I would change up code to show a small icon flag without breaking the plugin 🙂 Or, what lines I can safely alter the text from “Report” to “R” 🙂

    Thanks in advance.

  • Participant
    Level: Master
    Posts: 171
    JohnnyNW on in reply to: [Resolved] Buddypresss Activity Plus? #26823
    This reply has been marked as private.
  • Participant
    Level: Master
    Posts: 171
    JohnnyNW on in reply to: [Resolved] Buddypresss Activity Plus? #26815
    This reply has been marked as private.