-
Milena replied to the question How change tab label "New Feed"? in the forum BuddyBoss Wall 10 years, 3 months ago
I think the last one
The one you had to edit.
$action = str_replace( '%INITIATOR%', __( 'You', 'buddyboss-wall‘ ), $action);
with this:
$action = str_replace( ‘%INITIATOR%’, $myprofile_link, $action);` -
Milena replied to the question Activity Wall – Show Featured image like Facebook in the forum Requests and Feedback 10 years, 4 months ago
As you can see in my last comment I made the featured image work on activity page.
But the code @rotju found in the buddypress forum ends with this part:
add_action('bp_activity_excerpt_append_text', 'icondeposit_bp_activity_entry_meta');
which makes all the excerpt look like this […] and be unclickable – no link. If you are…[Read more]
-
Milena replied to the question Activity Wall – Show Featured image like Facebook in the forum Requests and Feedback 10 years, 4 months ago
As you can see in my last comment I made the featured image – post work on activity page.
But the code @rotju found in the buddypress forum end with this part:
add_action('bp_activity_excerpt_append_text', 'icondeposit_bp_activity_entry_meta');
which makes all the excerpt look like this … and be unclickable – no link. If you are…[Read more]
-
Milena replied to the question Activity Wall – Show Featured image like Facebook in the forum Requests and Feedback 10 years, 4 months ago
Hi @rotju,
I figured it out.
last step, add this code to custom.css
#buddypress div.activity-comments div.acomment-content img {
display: none;
}so just to recap the steps:
1. add the function to display the featured image inside the post to content.php
<?php if ( has_post_thumbnail() ) : ?>
[Read more]
<a class="entry-post-thumbnail" href="<?php… -
Milena replied to the question Activity Wall – Show Featured image like Facebook in the forum Requests and Feedback 10 years, 4 months ago
Hi @rotju,
I figured it out.
last step, add this code to custom.css
#buddypress div.activity-comments div.acomment-content img {
display: none;
}so just to recap the steps:
1. add the function to display the featured image inside the post to content.php
<?php if ( has_post_thumbnail() ) : ?>
[Read more]
<a class="entry-post-thumbnail" href="<?php… -
Milena replied to the question Activity Wall – Show Featured image like Facebook in the forum Requests and Feedback 10 years, 4 months ago
Hi @rotju,
I figured it out.
last step, add this code to custom.css
#buddypress div.activity-comments div.acomment-content img {
display: none;
}so just to recap the steps:
1. add the function to display the featured image inside the post to content.php
<?php if ( has_post_thumbnail() ) : ?>
[Read more]
<a class="entry-post-thumbnail" href="<?php… -
Milena replied to the question How change tab label "New Feed"? in the forum BuddyBoss Wall 10 years, 4 months ago
Hi @tjchester , any news on that wall-hooks code ?
And also on where to save the files in the child theme ( directory path)?
I found this answer you gave somebody about the buddypress activity files
@gwonbb sorry, I thought this was more common knowledge. Place the copied activity-loop in your child theme to [child…
-
Milena replied to the question How change tab label "New Feed"? in the forum BuddyBoss Wall 10 years, 4 months ago
Hi @tjchester , any news on that wall-hooks code ?
And also on where to save the files in the child theme ( directory path)?
I found this answer you have somebody about the buddypress activity files
@gwonbb sorry, I thought this was more common knowledge. Place the copied activity-loop in your child theme to [child…
-
Milena replied to the question Can't edit activity page in the forum BuddyBoss theme 10 years, 4 months ago
my problem was solved by renaming the page (slug) activity again.
-
Milena replied to the question Something really nasty happened in the forum BuddyBoss theme 10 years, 4 months ago
Solved by deleting some php files from the child theme. probably one of them got corrupted. Anyway, bad bad plugin (buddypress likes).
Maybe Buddyboss theme/wall can extend it’s likes to under the WP posts, forum topics and custom posts?
That would be really great to create a uniform coherent site, one that makes total sense.Buddypress allows…[Read more]
-
Milena replied to the question Something really nasty happened in the forum BuddyBoss theme 10 years, 4 months ago
Solved by deleting some php files from the child theme. probably one of them got corrupted. Anyway, bad bad plugin (buddypress likes).
Maybe Buddyboss theme/wall can extend it’s likes to under the WP posts, forum topics and custom posts?
That would be really great to create a uniform coherent site, one that makes total sense.Buddypress allows…[Read more]
-
Milena replied to the question Something really nasty happened in the forum BuddyBoss theme 10 years, 4 months ago
Solved by deleting some php files from the child theme. probably one of them got corrupted. Anyway, bad bad plugin (buddypress likes).
Maybe Buddyboss theme/wall can extend it’s likes to under the WP posts, forum topics and custom posts?
That would be really great to create a uniform coherent site, one that makes total sense.Buddypress allows…[Read more]
-
Milena replied to the question Something really nasty happened in the forum BuddyBoss theme 10 years, 4 months ago
Solved by deleting some php files from the child theme. probably one of them got corrupted. Anyway, bad bad plugin (buddypress likes).
Maybe Buddyboss theme/wall can extend it’s likes to under the WP posts, forum topics and custom posts?
That would be really great to create a uniform site, that make total sense.Buddypress allows you to comment…[Read more]
-
Milena replied to the question Slider size in the forum BuddyBoss 3.0 10 years, 4 months ago
Just letting you know that the code you gave me- the last one to put in the functions.php works. Also the custom.css weird behavior was solved by registering a new buddyboss-slides.css file in the child theme and moving all my changes in there.
Interesting that the former fix for the slider height in buddyboss-slides.php does not work anymore. I…[Read more] -
Milena started the question Something really nasty happened in the forum BuddyBoss theme 10 years, 4 months ago
I was stupid enough to upload a “buddypress likes” plugin. I wanted to try adding likes to my posts and custom posts, making the whole site facebooky.
Well that was a mistake. (Do not ever ever use that stupid plugin!!)
It broke my blog page – now the page shows a static html for activity – and if I disable buddypress- a blank page.
To fix it…[Read more] -
Milena started the question Something really nasty happened in the forum BuddyBoss theme 10 years, 4 months ago
I was stupid enough to upload a buddypress like plugin. I wanted to try adding like to my posts and custom posts, making the whole site facebooky.
Well that was a mistake. (Do not ever ever use that stupid plugin!!)
It broke my blog page – now the page shows a static html for activity – and if I disable buddypress- a blank page.
To fix it I:
1.…[Read more] -
Milena replied to the question Shortcode not working – Activity Page in the forum BuddyBoss 3.0 10 years, 4 months ago
Hi @louboulos, @tjchester
first- I found out why my content was not being displayed on the activity page- It is because I renamed it to “community”. After going back to “activity”, content shows up again. I will have to research if it is possible to rename the default buddypress slugs, since I want the site to have it’s own character.
second- @lo…[Read more]
-
milena and
Creative Dutchman are now friends 10 years, 4 months ago
-
Milena replied to the question Activity Wall – Show Featured image like Facebook in the forum Requests and Feedback 10 years, 4 months ago
Hi @rotju, I did this first –
https://www.buddyboss.com/support-forums/topic/plugin-conflict-featured-image
Since featured images are not naturally embedded within the posts in Buddyboss. Ypu need to add code to make them display, and then the activity will catch them.
why don’t you try that and come back to me, it’s easier to figure this out together. -
Milena replied to the question Activity Wall – Show Featured image like Facebook in the forum Requests and Feedback 10 years, 4 months ago
Hi @rotju, I did this first –
https://www.buddyboss.com/support-forums/topic/plugin-conflict-featured-image/since featured images are not naturally embedded within the posts in Buddyboss. Ypu need to add code to make them display, and then the activity will catch them.
why don’t you try that and come back to me, it’s easier to figure this out together. - Load More