BuddyDev

Search

Replies

  • Participant
    Level: Enlightened
    Posts: 27
    Vict0rl0pez on #45100

    I have already found the problem, a comment to an activity, had a link (text without spaces that could not be divided) that overflowed its “frame” and generated that space. Which generates other questions.
    Is there a way to prevent this from happening?
    Is there any plugin / code that generates a short link so that this does not happen again?

    thank you again.

  • Participant
    Level: Enlightened
    Posts: 27
    Vict0rl0pez on #44969

    Very kind Brajesh, that is something that today is beyond my knowledge, if someone were willing to collaborate it would be an advance. Anyway, I will investigate about it and count on me to let you know if I get something!
    Greetings and many thanks!

  • Participant
    Level: Enlightened
    Posts: 27
    Vict0rl0pez on #44928

    I can’t get the solution.
    I intend that the page that lists the articles of the blog, in Community builder, has the same aspect as the one that presents the root page of the forums that shows the last open debates in the forums or the one that shows the activities, in the initial page of buddypress.

    That is, the profile picture on the left and a word rectangular balloon on the right.

    I know it’s a matter of templates, css, but I don’t understand how to do it.
    Any advice, resource, link, help ???

    Thank you very much

  • Participant
    Level: Enlightened
    Posts: 27
    Vict0rl0pez on #44909

    Thanks, the theme is Community builder.
    I’m still investigating …

    • This reply was modified 1 year, 11 months ago by Vict0rl0pez.
  • Participant
    Level: Enlightened
    Posts: 27
    Vict0rl0pez on #44901

    I have wrong forum, sorry.

  • Participant
    Level: Enlightened
    Posts: 27
    Vict0rl0pez on #44706

    Right, that’s how it worked.
    I am very happy with the Theme and with you/your help.
    It has been a pleasure, exhausting, but it has been worth it.
    Thank you very much Brajesh.

  • Participant
    Level: Enlightened
    Posts: 27
    Vict0rl0pez on #44702

    What you tell me I already had in mind, thanks, it’s important.
    I added the code in the functions.php of the Community Builder Child theme.

    • This reply was modified 1 year, 12 months ago by Vict0rl0pez.
  • Participant
    Level: Enlightened
    Posts: 27
    Vict0rl0pez on #44693

    I haven’t had time to put your message into practice yet, thank you very much.
    Meanwhile I have found the code that YES it has done.

    /**
     * Show all activity content instead of the trimmed content with read more.
     */
    function buddydev_show_all_activity_content() {
        remove_filter( 'bp_get_activity_content_body', 'bp_activity_truncate_entry', 5 );
        remove_filter( 'bp_get_activity_content',      'bp_activity_truncate_entry', 5 );
    }
     
    add_action( 'bp_init', 'buddydev_show_all_activity_content' );
    add_action( 'bp_activity_sent_reply_to_reply_notification', 'buddydev_show_all_activity_content' );

    Really thanks for the help and speed!

    • This reply was modified 1 year, 12 months ago by Vict0rl0pez.
    • This reply was modified 1 year, 12 months ago by Vict0rl0pez.
    • This reply was modified 1 year, 12 months ago by Vict0rl0pez.
    • This reply was modified 1 year, 12 months ago by Vict0rl0pez.
  • Participant
    Level: Enlightened
    Posts: 27
    Vict0rl0pez on #44684

    even on this route, I have found something that could seem to work … but no !!!

    /wp-content/themes/community-builder/includes/buddypress/cb-bp-hooks.php

    🙁

  • Participant
    Level: Enlightened
    Posts: 27
    Vict0rl0pez on #44680

    A mí, no me funciona.
    ¿Puede haber cambiado algo durante estos 2 años, que puede ser ?
    Gracias.