Skip to:
Content
Pages
Categories
Search
Top
Bottom

Remove Subject field in private messages

  • @carsten-lund

    Participant

    This is a five year old topic, but stil unsolved.
    Help is appreciated, can anyone in here figure out why the code is not working?

    How to make subject field in private messages isn’t required?

    I did not test this but go into the theme folder members/single/messages/compose.php
    find this:

    <input type=”text” name=”subject” id=”subject” value=”<?php bp_messages_subject_value(); ?>” />
    change it to this:
    <input type=”hidden” name=”subject” id=”subject” value=”private message” />

Viewing 2 replies - 1 through 2 (of 2 total)
  • @joshthebeloved

    Participant

    I would love to know the answer to this as well… Anyone have a solution? I would like to completely remove the Subject field if possible.

    @carsten-lund

    Participant

    The code works with Legend only, not Nouveau.

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar