-
Milena started the question Explanation – how does private messaging work in the forum BuddyBoss theme 10 years, 2 months ago
I noticed that when I want to sent a message to a user – the site will only find his or her name – if that user is my friend.
Otherwise- writing that user’s name or @username causes an error.So what is the point of the private messaging then if I am not using the friend element?
I rather users to follow each other- but now it seems I have to…[Read more] -
Milena started the question Explanation – how does private messaging work in the forum BuddyBoss theme 10 years, 2 months ago
I noticed that when I want to sent a message to a user – the site will only find it if that user is my friend.
Otherwise- writing that user’s name or @username causes an error.So what is the point of the private messaging then if I am not using the friend element?
I rather users to follow each other- but now it seems I have to use friendships…[Read more] -
Milena started the question Likes and favorites in the forum Requests and Feedback 10 years, 2 months ago
Hi there.
There are a few nice plugins out there to expand the “like it” functionality onto the entire site.
One of these is Love it by Pippin’s plugins.
Since it already exists – an integration with the buddyboss wall would be great-
Maybe your developers would like to take a look. -
Milena replied to the question Forums template in the forum BuddyBoss theme 10 years, 2 months ago
I took a look at this site and its the same idea. The blog page and posts all have right sidebars and the rest is left side bar, including the forums.
-
Milena started the question Forums template in the forum BuddyBoss theme 10 years, 2 months ago
@Tjchester, Which files are responsible for the forums and forum topics pages?
I want them to have a left sidebar,
And my default page is right sidebar.So I would like to make a template page just for the forums and topics. Thankyou
-
Milena replied to the question Activity page title in the forum BuddyBoss theme 10 years, 2 months ago
@tjchester I am sorry , I am not following you. What do you mean? An example would be best.
also – this code works:
.comments-area li.bypostauthor cite span {display:none;}
but this one doesn’t.
.comments-area article.bypostauthor { background-color: #e2e2e2 !important;}
(i am editing straight in the wordpress.css, and I have no other…[Read more]
-
Milena replied to the question Activity page title in the forum BuddyBoss theme 10 years, 2 months ago
.home .entry-header {display: none;}
removes the title of the group home page too..activity .entry-header{display: none !important;}
removes the member title too.I found these , but haven’t been successful in anything I tried. I don’t know what to do.…[Read more]
-
Milena replied to the question Add categories and tags to post meta in the forum BuddyBoss theme 10 years, 2 months ago
Hi @tjchester,
how do I write
posted on (this date) by (this author) in (this category). add comments
I don’t understand where shall I paste the code inside the custom function, and what to do next. Edit custom.php?
-
Milena replied to the question Add categories and tags to post meta in the forum BuddyBoss theme 10 years, 2 months ago
Hi @tjchester.
I did everything you said.I don’t know what you mean by
Then in functions.php add the buddyboss entry meta code with your newly added code
This is the code
<p>Posted in <?php the_category(', '); ?></p>
I was usin in custom.php. I just added it above<?php buddyboss_entry_meta(); ?>
/Where shall I paste it withing this…[Read more]
-
Milena replied to the question Add categories and tags to post meta in the forum BuddyBoss theme 10 years, 2 months ago
thank you.
i found this :
[Read more]
if ( ! function_exists( 'buddyboss_entry_meta' ) ) :
/**
* Prints HTML with meta information for current post: categories, tags, permalink, author, and date.
*
* Create your own buddyboss_entry_meta() to override in a child theme.
*
* @since BuddyBoss 1.0
*/
function buddyboss_entry_meta() {
// Translators: used… -
Milena replied to the question Activity page title in the forum BuddyBoss theme 10 years, 2 months ago
hi @tjchester,
that did not work.
does this page – activity – has a special class?
in the edit section in the admin’s panel it’s defined
mysite.com/wp-admin/post.php?post=8&action=editmy activity page is not the home page.
-
Milena replied to the question Add categories and tags to post meta in the forum BuddyBoss theme 10 years, 2 months ago
Hi @tjchester,
thank you. I also found this reference in the forum, where you say:
https://www.buddyboss.com/support-forums/topic/home-articles-list-%E3%80%82how-to-add-article-categories/@play you will need to edit content.php and add something after this line (60):
<?php buddyboss_entry_meta(); ?>
You will need to create your own link and use… -
Milena replied to the question How change tab label "New Feed"? in the forum BuddyBoss Wall 10 years, 2 months ago
Hi @tjchester,
where should i place this file in the child theme?
it doesnt seem to read it.
other plugin’s files work from
wp-content/themes/buddyboss-child -
Milena started the question Add categories and tags to post meta in the forum BuddyBoss theme 10 years, 2 months ago
Hi – the theme doesn’t display categories and tags in the post meta and I need them both for the posts and my custom posts.
“posted in category:…” tagged : …”
How do I add this?
Thank you
-
Milena started the question New Page Template in the forum BuddyBoss theme 10 years, 2 months ago
I made a new template page called gallery, it has a code inserted for a project slider I use. How do I edit this page specifically in the custom.css?
I tried calling for .gallery and .gallery-page but it does’t work.
I need to make the padding 0 on this page.
thank you.
-
Milena started the question New Page Template in the forum BuddyBoss theme 10 years, 2 months ago
I made a new template called page gallery, it has a code inserted for a project slider I use. How do I edit this page specifically in the custom.css.
i tried calling for .gallery and .gallery-page but it does’t work.
I need to make the padding 0 on this page.
thank you.
-
Milena started the question Activity page title in the forum BuddyBoss theme 10 years, 2 months ago
Hi TJ,
I used this code in my custom css
.activity .entry-header
{
display: none !important;
}
and is successfully removed the title of the activity page- but also the member nice name from profile page.
how do I specify even more?
thanks
-
Milena replied to the question Template for custom posts in the forum BuddyBoss theme 10 years, 3 months ago
All the posts are asigned the single.php template. As I said I made another template and its not working automatically , although should.
-
Milena replied to the question Custom Posts to Activity in the forum BuddyPress (general issues) 10 years, 3 months ago
solved in buddypress.
-
Milena started the question Custom Posts to Activity in the forum BuddyPress (general issues) 10 years, 3 months ago
Hi ,
I needed to add custom posts to the activity feed, and found this thread useful.
@shanebp (in the buddypress forum) said :
And if you go thru the trouble of creating a CPT, why not filter the activity action so it isn’t the generic ‘…wrote a new post’. For example:
add_filter(‘bp_blogs_activity_new_post_action’, ‘record_cpt…
- Load More