Reply To: what is the theme used here at bbpress official community forum?
@studentfilmmakers As a start try using this plugin to style your bbpress. bbp style pack then come back with any further queries
View ArticleReply To: what is the theme used here at bbpress official community forum?
Any help in acquiring the style used here?
View ArticleHow to get the ID of the Forum Last Active Author?
Hello I need to get the ID of the forum last active author, how can I do it?
View ArticleReply To: How to get the ID of the Forum Last Active Author?
$author = bbp_get_author_link( array( 'post_id' => bbp_get_forum_last_active_id($forum_id)) ;
View ArticleReply To: How to get the ID of the Forum Last Active Author?
Thanks for answer. Unfortunately I want to get only user ID number. I want use this to do something like this: $last_author = id_of_the_forum_topic_last_active_user $user =...
View ArticleReply To: How to get the ID of the Forum Last Active Author?
$post_id = bbp_get_forum_last_active_id($forum_id)) ; $last_author = get_post_field ('post_author', $post_id);
View ArticleReply To: Editing the Post Edit Style
Hi @audiomonk your idea help me in my edit work for the project Houston construction cleaning.
View ArticleReply To: Free WordPress theme that are bbPress ready?
According to me “Responsive Theme” is the best theme for any forum based site, there are so many very useful SEO friendly options which normally other popular themes do not have. One of them is Last...
View ArticleHow can set scaled images in forum page.
Hi BBPress experts, This my first post here. I have created a cool forum using BBPress. It’s working fine. But I am having an issue. In my forum homepage all the user avatars are not scaled properly....
View ArticleSteven lash san diego How New theme will installed
Hello Everyone, My name is Steven lash,I lived in San diego. I have three domains on WordPress with free theme,but now i have purchased new theme for my sites.How do i installed this new theme to my...
View ArticleReply To: what is the theme used here at bbpress official community forum?
I am frustrated with the lack of layout and theme availability for the bbpress. Yes, there are a hundred thousand themes you can use it with but a lot of them are only visually pleasing and not really...
View ArticleHow to remove header from the bbPress forum homepage
Hi, I’d like to remove the header from all bbPress pages on my site, but can’t quite figure it out! I’m using the theme Total, and advice from the theme creator was to put...
View ArticleReply To: How to remove header from the bbPress forum homepage
ok, can you explain what you mean by header – which parts of that link do you want not to display
View ArticleReply To: Breadcrumbs or Forums problem
Robin, I installed the bbp-style-pack plugin. But there is not option to edit a single forum link. I saw options to change home link and forums link. I created a Single forum page with short code:...
View ArticleReply To: removing ‘unresolved’
I think that a Unresolved post will drive more trafic and help to the guy that has a problem ! If there no ‘flag’ less persons would go there ! Scott — Creation site web Grenoble Psychologue Grenoble...
View ArticleReply To: How to remove header from the bbPress forum homepage
you want to remove header from the bbPress forum homepage i dont think its gonna work for sure but you can try this following code to remove it. Please add following code to Quick CSS in Enfold theme...
View ArticleReply To: How to get the ID of the Forum Last Active Author?
$author = bbp_get_author_link( array( 'post_id' => bbp_get_forum_last_active_id($forum_id)) ;
View ArticleHow do I edit default bbPress text?
I wish to remove certain functions and text from the forum table (such as the name of the user who started the topic and his/her avatar) to reduce the cluttering. How could I delete/edit text and...
View ArticleHow to edit forum table?
I wish to edit the width of the forum table so it stretches across the whole page. How wold that be possible?
View ArticleReply To: How do I edit default bbPress text?
Start with looking at bbp style pack and see if that does what you need. If not – how technical are you in terms of ftp?
View Article