Replies
- JohnnyNW on December 5, 2019 at 11:25 pm in reply to: [Resolved] Flag Symbol Instead of 'Report' #26949
Oh yes, I see! Very scary at first LOL Thank you for the links!
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!
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
- This reply has been marked as private.
- JohnnyNW on December 4, 2019 at 10:46 pm in reply to: [Resolved] Flag Symbol Instead of 'Report' #26939
Yes,I’m curious about translate, please 🙂
- JohnnyNW on December 4, 2019 at 1:18 pm 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.
- This reply has been marked as private.
- JohnnyNW on December 3, 2019 at 12:38 am 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.
- This reply has been marked as private.
- This reply has been marked as private.