1
0

dm.blade.php 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. @extends('site.help.partial.template', ['breadcrumb'=>'Direct Messages'])
  2. @section('section')
  3. <div class="title">
  4. <h3 class="font-weight-bold">{{__('helpcenter.directMessages')}}</h3>
  5. </div>
  6. <hr>
  7. <p class="lead ">Send and recieve direct messages from other profiles.</p>
  8. <hr>
  9. <p>
  10. <a class="text-dark font-weight-bold" data-toggle="collapse" href="#collapse1" role="button" aria-expanded="false" aria-controls="collapse1">
  11. <i class="fas fa-chevron-down mr-2"></i>
  12. How do I use Pixelfed Direct?
  13. </a>
  14. <div class="collapse" id="collapse1">
  15. <div>
  16. <p>Pixelfed Direct lets you send messages to another account. You can send the following things as a message on Pixelfed Direct:</p>
  17. <ul>
  18. <li>
  19. Photos or videos you take or upload from your library
  20. </li>
  21. <li>
  22. Posts you see in feed
  23. </li>
  24. <li>
  25. Profiles
  26. </li>
  27. <li>
  28. Text
  29. </li>
  30. <li>
  31. Hashtags
  32. </li>
  33. <li>
  34. Locations
  35. </li>
  36. </ul>
  37. <p>To see messages you've sent with Pixelfed Direct, tap <i class="far fa-comment-dots"></i> in the top right of feed. From there, you can manage the messages you've sent and received.</p>
  38. <p>Photos or videos sent with Pixelfed Direct can't be shared through Pixelfed to other sites like Mastodon or Twitter, and won't appear on hashtag and location pages.</p>
  39. </div>
  40. </div>
  41. </p>
  42. {{-- <p>
  43. <a class="text-dark font-weight-bold" data-toggle="collapse" href="#collapse2" role="button" aria-expanded="false" aria-controls="collapse2">
  44. <i class="fas fa-chevron-down mr-2"></i>
  45. How do I manage messages I've recieved with Pixelfed Direct?
  46. </a>
  47. <div class="collapse" id="collapse2">
  48. <div>
  49. </div>
  50. </div>
  51. </p> --}}
  52. <p>
  53. <a class="text-dark font-weight-bold" data-toggle="collapse" href="#collapse3" role="button" aria-expanded="false" aria-controls="collapse3">
  54. <i class="fas fa-chevron-down mr-2"></i>
  55. How do I unsend a message I've sent using Pixelfed Direct?
  56. </a>
  57. <div class="collapse" id="collapse3">
  58. <div class="mt-2">
  59. You can click the message and select the <strong>Delete</strong> option.
  60. </div>
  61. </div>
  62. </p>
  63. <p>
  64. <a class="text-dark font-weight-bold" data-toggle="collapse" href="#collapse4" role="button" aria-expanded="false" aria-controls="collapse4">
  65. <i class="fas fa-chevron-down mr-2"></i>
  66. Can I use Pixelfed Direct to send messages to people I’m not following?
  67. </a>
  68. <div class="collapse" id="collapse4">
  69. <div class="mt-2">
  70. You can send a message to someone you are not following though it may be sent to their filtered inbox and not easily seen.
  71. </div>
  72. </div>
  73. </p>
  74. <p>
  75. <a class="text-dark font-weight-bold" data-toggle="collapse" href="#collapse5" role="button" aria-expanded="false" aria-controls="collapse5">
  76. <i class="fas fa-chevron-down mr-2"></i>
  77. How do I report content that I've recieved in a Pixelfed Direct message?
  78. </a>
  79. <div class="collapse" id="collapse5">
  80. <div class="mt-2">
  81. You can click the message and then select the <strong>Report</strong> option and follow the instructions on the Report page.
  82. </div>
  83. </div>
  84. </p>
  85. @endsection