Replies
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.
- Vict0rl0pez on May 15, 2022 at 4:17 pm in reply to: [Resolved] blog page template as forum page. #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! - Vict0rl0pez on May 12, 2022 at 11:21 am in reply to: [Resolved] blog page template as forum page. #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
- Vict0rl0pez on May 11, 2022 at 10:00 am in reply to: [Resolved] blog page template as forum page. #44909
Thanks, the theme is Community builder.
I’m still investigating …- This reply was modified 2 years, 6 months ago by Vict0rl0pez.
- Vict0rl0pez on May 10, 2022 at 12:47 pm in reply to: [Resolved] blog page template as forum page. #44901
I have wrong forum, sorry.
- Vict0rl0pez on April 27, 2022 at 10:10 pm in reply to: [Resolved] Adjusting length of text before Read More link #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. - Vict0rl0pez on April 27, 2022 at 9:21 pm in reply to: [Resolved] Adjusting length of text before Read More link #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 2 years, 6 months ago by Vict0rl0pez.
- Vict0rl0pez on April 27, 2022 at 9:06 pm in reply to: [Resolved] Adjusting length of text before Read More link #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 2 years, 6 months ago by Vict0rl0pez.
- This reply was modified 2 years, 6 months ago by Vict0rl0pez.
- This reply was modified 2 years, 6 months ago by Vict0rl0pez.
- This reply was modified 2 years, 6 months ago by Vict0rl0pez.
- Vict0rl0pez on April 27, 2022 at 8:01 pm in reply to: [Resolved] Adjusting length of text before Read More link #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
🙁
- Vict0rl0pez on April 27, 2022 at 3:59 pm in reply to: [Resolved] Adjusting length of text before Read More link #44680
A mí, no me funciona.
¿Puede haber cambiado algo durante estos 2 años, que puede ser ?
Gracias.