Reply To: New to bbPress – Help on Page Theme
Thanks. I took a look at this. I think I know more specifically what I want to do but I do not know how to do it. The forum home ?post_type=forum uses page.php as does my page called “About Us.” With...
View ArticleReply To: New to bbPress – Help on Page Theme
Never mind… this post helped https://bbpress.org/forums/topic/remove-sidebar-3/
View ArticleReply To: New to bbPress – Help on Page Theme
You can try that, but it usually only affects one specific page. Doing it this way means you have to put a shortcode for every bbPress page. It is easier in the end to just create a bbpress.php file...
View ArticleReply To: New to bbPress – Help on Page Theme
Hello, Actually I did create a bbpress.php file in my theme from he page.php file. That is what fixed it. Still working through one more issue with the page title being different on the forum home...
View ArticleReply To: New to bbPress – Help on Page Theme
What is the title issue exactly?? Post a link or image of the issue.
View ArticleReply To: New to bbPress – Help on Page Theme
Hello, I will try to attach some images to the response. The main forum page: is displaying correctly. The pages below the main page are displaying the page title and a different format for the...
View ArticleReply To: New to bbPress – Help on Page Theme
It looks like it is inheriting different templates for the forum archive and the single forums. From the looks of it the second image looks correct to me. It is displaying the title, but you have...
View Articlewidgets only on forum index / forum pages
Hello, I have been searching for information on how to place bbpress widgets only onto the forum index page, and the various forum pages, but not have the widgets displayed on the entire site. Thanks...
View ArticleReply To: widgets only on forum index / forum pages
Ok so I found and installed this https://wordpress.org/plugins/custom-sidebars/ and it seems to work on all the forum pages except for the index? I figured i’d ask about in here because maybe someone...
View ArticleReply To: widgets only on forum index / forum pages
I started a thread on their page as well to see if they know whats causing this issue. https://wordpress.org/support/topic/problem-displaying-on-bbpress-forum-index-page?replies=1#post-7303184
View Article[MesoColumn] Theme won’t load!
Hello, The bbPress theme “MesoColumn” isn’t available through my host, so I downloaded the file and installed it manually. When accessing the admin panel or the page itself, the page won’t load and...
View ArticleReply To: [MesoColumn] Theme won’t load!
it is because you are using bbPress v1, the mesocolumn theme works fine with the newer bbpress v2 plugin of WordPress.
View ArticleTopic Title on Forum Index
I’ve looked everywhere and no luck. Basiclly I want to do what this site do http://kylekushman.com/forum/ with topic title above author and remove the date link. I tried <?php bbp_topic_title();...
View ArticleReply To: Topic Title on Forum Index
I can tell that it looks like that site is using this user created theme, and it might be useful to look at using it. https://github.com/EpicWebs/bbPress-starter-theme-epicwebs
View ArticleReply To: Topic Title on Forum Index
Thanks, the code from github is running outside of a forum loop and works on a localhost test site. They used the code in loop-forum.php <?php if (($has_replies =...
View ArticleReply To: widgets only on forum index / forum pages
I think this plugin would be better for bbPress in my opinion. It works by setting up the display widget by widget though I think. https://wordpress.org/plugins/restrict-widgets/
View ArticleReply To: widgets only on forum index / forum pages
Cool thanks Rob. Im not sure I need it currently as you helped me setup my forum index and recent topics on the same page 😀
View Article