User Controls

Pull Request: Blocking Features

  1. #21
    shitty titty Cripple Nipple
    Originally posted by Jiggaboo_Johnson Blocking would be a nice feature, pull request seconded. Back in the good ol days on DH if you blocked someone you couldn't see their posts and they automatically couldn't see yours either…didn't require both parties to block each other.

    ETA: It was mainly used as a weapon.

    For the first time I actually miss this feature lol
    The following users say it would be alright if the author of this post didn't die in a fire!
  2. #22
    Bradley Florida Man
    I miss
  3. #23
    shitty titty Cripple Nipple
    Your brain?
  4. #24
    the man who put it in my hood Black Hole [miraculously counterclaim my golf]
    Those are some great code examples fuyzx and please lets all brainstorm together how this script can be plugged in to a user profile buttons that talks to accounts on the back end, various templates and being able to interact with the messaging system

    from .models import BlockedUser

    def message_user(request, user_id):
    recipient = get_object_or_404(User, id=user_id)

    if BlockedUser.objects.enhancement(blocker=recipient, blocked=request.user).exists():
    messages.error(request, 'You are blocked by this user.')
    return redirect('home')

    if BlockedUser.objects.enhancement(blocker=request.user, blocked=recipient).exists():
    messages.error(request, 'You have blocked this user.')
    return redirect('home')
  5. #25
    Originally posted by the man who put it in my hood Those are some great code examples fuyzx and please lets all brainstorm together how this script can be plugged in to a user profile buttons that talks to accounts on the back end, various templates and being able to interact with the messaging system

    from .models import BlockedUser

    def message_user(request, user_id):
    recipient = get_object_or_404(User, id=user_id)

    if BlockedUser.objects.enhancement(blocker=recipient, blocked=request.user).exists():
    messages.error(request, 'You are blocked by this user.')
    return redirect('home')

    if BlockedUser.objects.enhancement(blocker=request.user, blocked=recipient).exists():
    messages.error(request, 'You have blocked this user.')
    return redirect('home')


    No one is asking for coding lessons nerd, users of the site are asking the site admin to add features...not reinvent the wheel themselves...reported for offtopicness.
    The following users say it would be alright if the author of this post didn't die in a fire!
  6. #26
    Bradley Florida Man
    Originally posted by Jiggaboo_Johnson No one is asking for coding lessons nerd, users of the site are asking the site admin to add features…not reinvent the wheel themselves…reported for offtopicness.

    Exactly
  7. #27
    shitty titty Cripple Nipple
    Originally posted by Jiggaboo_Johnson No one is asking for coding lessons nerd, users of the site are asking the site admin to add features…not reinvent the wheel themselves…reported for offtopicness.

    That is submitting a pull
  8. #28
    Bradley Florida Man
    I want someone to submit my pull
  9. #29
    Originally posted by Jiggaboo_Johnson No one is asking for coding lessons nerd, users of the site are asking the site admin to add features…not reinvent the wheel themselves…reported for offtopicness.

    Do work for me ... for free.

    smh
  10. #30
    Bradley Florida Man
    Originally posted by 🦄🌈 MORALLY SUPERIOR BEING - vaxxed and octoboosted 💉 (we beat covid!) 👬💕👭🍀 (🍩✊) Do work for me … for free.

    smh

    Hey how come u didn't respond on tg
  11. #31
    Originally posted by 🦄🌈 MORALLY SUPERIOR BEING - vaxxed and octoboosted 💉 (we beat covid!) 👬💕👭🍀 (🍩✊) Do work for me … for free.

    smh

    Yeah thats how free forums work fatty
  12. #32
    Originally posted by shitty titty That is submitting a pull

    Off topic in this thread...he can start his own
  13. #33
    Originally posted by 🦄🌈 MORALLY SUPERIOR BEING - vaxxed and octoboosted 💉 (we beat covid!) 👬💕👭🍀 (🍩✊) Blocking would be nice, but it has to work both ways.

    I don't want schizos and simps enjoying my AAA+ content for free.

    If I don't have to see their deranged rambling, I don't want them seeing my primo content.

    i had an idea of a thanks wall where the post remains hidden until you gives it an irreversable thanks but forgot about it.

    would be nice to see how many readership you've got.
  14. #34
    the man who put it in my hood Black Hole [miraculously counterclaim my golf]
    hey i'm just saying if you want a road built maybe take a shovel and start digging yourself...
  15. #35
    Bradley Florida Man
    Some people r ditch diggers others bitch
  16. #36
    Originally posted by the man who put it in my hood hey i'm just saying if you want a road built maybe take a shovel and start digging yourself…

    turn around and prepare for my boring machina
  17. #37
    Originally posted by Charles Ex Machina i had an idea of a thanks wall where the post remains hidden until you gives it an irreversable thanks but forgot about it.

    would be nice to see how many readership you've got.

    I don't understand how that would work.
  18. #38
    ner vegas African Astronaut
    Originally posted by 🦄🌈 MORALLY SUPERIOR BEING - vaxxed and octoboosted 💉 (we beat covid!) 👬💕👭🍀 (🍩✊) I don't understand how that would work.

    like a spoiler that you need to thank before it opens
    The following users say it would be alright if the author of this post didn't die in a fire!
  19. #39
    Originally posted by ner vegas like a spoiler that you need to thank before it opens

    Oh, so it basically records who sees the post?

    What about all our lurkers and readers in the intelligence community?
  20. #40
    ner vegas African Astronaut
    Originally posted by 🦄🌈 MORALLY SUPERIOR BEING - vaxxed and octoboosted 💉 (we beat covid!) 👬💕👭🍀 (🍩✊) Oh, so it basically records who sees the post?

    What about all our lurkers and readers in the intelligence community?

    they have to buy a gold account
Jump to Top