Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to delete automatic message

  • @tvt

    Participant

    I want to delete automatic message “What’s new,ID name?” upper the post box.How to delete?Because on Cell phone,it has double display.

Viewing 23 replies - 1 through 23 (of 23 total)
  • @bhargavbhandari90

    Participant

    You can do that by commenting two lines ( 30 and 31 ) from \buddypress\bp-templates\bp-legacy\buddypress\activity\post-form.php

    @bhargavbhandari90

    Participant

    I would like to see the screenshot for mobile device issue.

    @tvt

    Participant

    This is the issue.

    @tvt

    Participant

    Hi,Bunty.Thank you for reply.I attached screenshot.The language is Japanese.And Where can I do the line you said?

    @bhargavbhandari90

    Participant

    file: \buddypress\bp-templates\bp-legacy\buddypress\activity\post-form.php

    remove line no: 30 and 31

    @tvt

    Participant

    I did looking for the file that you said.But I couldn't find the file that you said.Do you have another way to solve this issue?

    @tvt

    Participant

    I did looking for the file that you said.But I couldn’t find the file that you said.Do you have another way to solve this issue?

    @bhargavbhandari90

    Participant

    Add this to “Additional CSS” into customization section

    .activity-greeting {
         display:none
    }

    @tvt

    Participant

    Thank you.The problem has solved.And I have one more question.Do you have any way to delete just the name?

    @bhargavbhandari90

    Participant

    Yes, but that can only be removed from previously mentioned file.

    @tvt

    Participant

    I understand.Why my buddypress don’t have file: \buddypress\bp-templates\bp-legacy\buddypress\activity\post-form.php?Please tell me your opinion.

    @bhargavbhandari90

    Participant

    If you have latest version of buddypress then you can do from your FTP. Ask you server administrator to do so.

    @tvt

    Participant

    Ok.Thank you so much.

    @tvt

    Participant

    I find the file.I have one more question.How do I delete just “ID name”?

    @bhargavbhandari90

    Participant

    replace line number 31 with this

    printf( __( "What's new?", 'buddypress' ) );

    @tvt

    Participant

    I don't know 31.Plesae tell me where is 31?

    @tvt

    Participant

    I understand about that.The issue is solved.Thanks a lot.

    @tvt

    Participant

    @tvt

    Participant

    Sorry.I attached wrong photo.This is correct photo.

    @bhargavbhandari90

    Participant

    Still not resolved?

    @tvt

    Participant

    I have another question.I would like to change “username” upper the log in text box.

    @tvt

    Participant

    Hi,I have one more question about this automatic message.When the code has not been changed, the language was displayed in Japanese.But I changed code to you said,the language is display in English.Please tell me how to change to Japanese.

    @dominicbowkett

    Participant

    you can mark them spam to delete it.

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