Hi all
I just add bbPress to my website running Deadline theme and with small tweaks all looks great! Except homepage – I want main area in the middle of the homepage to look like https://bbpress.org/plugins/ – showing new, latest and most viewed posts from my 4 forums. How can I do this?
Pleas note I can not use custom page, but have to add code to the existing homepage. I tried few versions, but didn’t get exactly the same results. All I was able to pull is 4 posts with code: <?php bbp_get_template_part( ‘bbpress/content’, ‘archive-topic’ ); ?>. But that is obviously not what I need. Is there a simple way to get results like on https://bbpress.org/plugins/
I am not coder (obviously), but can do all CSS work without any issue.
I hope this is not repeated questions, but I tried to find solution and no luck.
Cheers & Thanks
Dean
How to make this:
https://i.imgur.com/X5vqs.jpg
Look more like this:
https://i.imgur.com/v5s7C.jpg
??
Is there any way?
<div id="sub_header">
<?php
/***
* This conditional determines where exactly what page you are one.!
**/
if(is_home()){
/* Blog Page */
echo '<h1 class="page_title">';
echo 'Welcome to my Blog';
echo '</h1>';
echo '<h2 class="page_blurb">';
echo ' just another wordpress site';
echo '</h2>';
}else if(is_front_page()){
/* Landing Page */
echo get_post_meta($post->ID, "Landing Header", true);
}else{
echo '<h1 class="page_title">';
echo get_post_meta($post->ID, "page title", true);
echo '</h1>';
echo '<h2 class="page_blurb">';
echo get_post_meta($post->ID, "page blurb", true);
echo '</h2>';
}
?>
</div>
This the default site of my bbpress forums:
http://localhost/mysite/forums/
And I try to make page for forum using the short code
- Oh, bother! No topics were found here.
:
this is the link:
http://localhost/mysite/forum/
and I try to edit this code above:
}else if(is_page('forum')){
/* Forum Page */
echo '<h1 class="page_title">';
echo 'Forum Support';
echo '</h1>';
echo '<h2 class="page_blurb">';
echo 'Press community';
echo '</h2>';
and it works fine only in page (forum) http://localhost/mysite/forum/
but when I click all the the content in the forums my Title and Blurb has gone.
WHat I want to do is my sub header page title and page blurb will appear in any page in forums.
ANYONE knows how to fix this or how to add code?
I’m just a beginners in wordpress
your reply is much appreciated,
Thank’s
Dear,
Is there a way or plugin that fetches an RSS feed from external websites so that i can display the latest posts from different external blogs in my BBPress sidebar?
Thanks!
Is there a way to allow my forum users to flag inappropriate posts and notify the admin? I am using WordPress 3.3.1 and the bbpress 2.0 plugin for WordPress.
Thanks!
Hello,
I just installed the plugin version of bbPress on to http://www.vespaclubgelderland.nl/?page_id=372. (pw = jacob).
This site uses the K2 theme and under this theme bbpress doesn’t have the best looks. I found some K2 stylesheets on the internet but looking a the date of creation in wondering if I can use them with the plugin version ?
Or is there a better way to improve the looks of the forum ?
best regards,
Jacob
I installed bbpress as a plugin to my wordpress site. I can see that it’s there on my dashboard. I can create topics from my dashboard. I can even view a “PREVIEW” and it shows me the thread on my site with a certain url. ex: www.website/?forums
But that’s it!
I can’t access my forums from my website! I can’t see them! I don’t even know where they are!!!
HELP PLEASE!
Hello,
I’ve been following some discussions on here about some problems and my main focus was on the Cache problems.
At this moment i’ve got a Blog and would like to add a support forum.
What would be the best option to go with?
(1) Just activate the bbPress plugin on my main (blog) website.
(2) Install the bbPress plugin on a Fresh and new WP install inside a directory-/folder.
I’m running WP SuperCache on my main (blog) WP install.
(1) http://example.com/ <– WP install – my blog
(2) http://example.com/<forums>/ <– a NEW WP installation only for bbPress
The reason i would like option 2 better is that i don’t have to activate a Cache plugin for the forums. It’s mostly all text content , no images so WHY Cache a forum?
What would you do and why?
Howdy, again.
When I installed bbPress, I installed it as a plugin into BuddyPress/Wordpress. I really didn’t do much to edit it but I never ran across an Admin Panel for the bbPress plugin.
The only place that I see anything related to bbPress is in my WordPress Dashboard Settings > Forums.
I’m trying to set a theme for my bbPress and have no idea how to through the WordPress/BuddyPress integration.
I have auto-embed enabled in WordPress Media options, and in the Forum options, yet links are still not converted: http://pantheones.com.au/forums/topic/media-test/
Can anyone help?