Search Results for '+.+default+.+'
-
Search Results
-
WordPress version 4.8
Genesis Theme version 2.5.2
bbPress version: 2.5.12
Site URL: http://staging.c-rad.org/My site has a members section for which all of the pages in it have a template applied to it with this simple logic:
if ( ! is_user_logged_in()) { wp_login_form(); return; } else { // add the members only sidebar and show the content }
Is it possible to install bbPress such that I can apply this template logic to all forum pages?
I also want all forum pages to exist under a parent page. e.g. c-rad.org/members/forums.
I can place my forum there (c-rad.org/members/my-forum) using a shortcode, but then all other forum pages go to their default locations (c-rad.org/topic/my-topic).
I tried changing the Forum Root to ‘members’, but then when I visit that page, the page template with my logic is removed.
Using latest BBpress, Buddypress and WP, and tested on a fresh install with WP default theme.
When viewing a member profile at http://localhost/mysitename/members/testuser/forums/replies/ there is no ‘in reply to:’ and link to the topic in the header of each reply. Just the date.
I thought perhaps it was theme related (I was using a child theme of the ‘Make’ theme) so have tested on fresh everthing, and it’s still happening.
I’ve created a new topic from the front end and the back end to see if that was related. I’ve used the forum tools to recalculate everything, I’ve ‘reset’ all forums and started again, still not there.
Can anyone else recreate this? Any suggestions? Am I misunderstanding something? Thanks
Topic: Issues creating new topics
I’ve been successfully running BP and the forum plugin for several years now.
I did not add any new plugins but of course have been installing updates as they come up.
Sometime in the past month I lost the ability to create a new topic on my forum. The forums are not super busy but I post a monthly contest thread so I know it worked fine a month ago.No error is generated, the page just reloads. I’ve tried clearing my browser cache in Chrome. I tried using Edge. I went to an entirely different computer from which I’ve never access the site and tried from there using IE. Same result.
I’ve switched to default theme 2015 and I am able to post but I can’t go back and edit or update the post. I also can not reply to the post using the 2015 theme. I am attempting to contact the theme creator for support but there is still some issue with the default theme so I’m asking here too.
Another user was able to post a reply finally but I can’t edit my original post. This seems to affect users at random off and on and then resolves itself but I have no idea what is happening.
Is there some place I can see what plugins were last updated so I can try disabling them?
I’m on my own domain, multi site install.
Apache Version 2.2.31
PHP Version 5.4.45
MySQL Version 10.1.22-MariaDB-cll-lve
bbPress 2.5.12-6148
Wordpress 4.8Topic: Forums
I would really like to create forums for my website, however, I don’t have this option:
A. Set Up Sitewide Forums only
Install and activate bbPress.
Proceed to bbPress.org Codex to get started in creating your Sitewide Forums.
If you kept the default “forums” slug in Settings > Forums, you can create a new Page via Pages > Add New. Add Title “Forums” and insert the forums index shortcode and/or other bbPress shortcode you’ll find in the bbPress Codex then publish the new page.
Add new “Forums” Page in your custom menu via Appearances > MenuCan someone please tell me what I am missing?
Thank you so much for your time!!
Take care,
KariTopic: custom forum page setup
HI
I have Install bbPress and like to setup custom page for forums
Im getting two URL .. which I dont need and it will be creating duplicate post
Im getting this link as default https://bestcomputersforgaming.com/forums
Im trying to design custom page for forums at https://bestcomputersforgaming.com/forum/
any solution to just to get one forum link
hi
Today I installed the bbpress plugin and converted all WordPress comments to bbpress topics.
It works for default post type, but what about custom post types? I trying show comments on that post types as bbpress topics, but unsuccessful.
Is that even possible?