Search Results for 'bbpress'
-
Search Results
-
Using this code I have made it to where only updates and rtmedia posts show up on my activity stream
/** * Activity Stream Default Updates */ function make_swa_show_notice_only( $retval ) { if ( bp_is_page( 'activity' ) ) { $retval['action'] = 'activity_update, rtmedia_update'; } return $retval; } add_filter( 'bp_after_has_activities_parse_args', 'make_swa_show_notice_only' );I would like bbpress forum posts to show up on my wall as well. What would i put next to
‘activity_update, rtmedia_update’
in my code to make that happen? Thanks!
This is regarding http://saveourgrace.com/forums/
I believe I followed all the instructions properly. However, initially, my WordPress “Page” with link above was blank. I found advice at http://bbpress.org/forums/topic/bbpress-forum-blank-pages/ that it may be a theme issue, so I simply added the short code [bbp-forum-index].
This got the page working as you can see it now. It properly shows the “Fundraising” forum. However, the number of topics is listed as 0, and when I click on the forum name, I get the otherwise blank page at http://saveourgrace.com/forums/forum/fundraising/ .
I did add a topic per the instructions, and confirmed on the topics list page that my topic belongs to the fundraising forum.
I am using the theme “Academica” version 1.2.2. I changed to “Twenty Thirteen” temporarily, and things seemed much better. I could see and get into the topic. If I figure out how to make the topic show with “Academica”, am I nevertheless going to find myself fighting an endless battle with this theme? Or should one more fix take care of it? (Of course, if it is just one more fix, what might that fix be?)
Note I’m using WordPress 3.9.1.
Thanks very much,
HelmutTopic: Ban users
I don’t know if it’s possible to ban users from writing in the forums some amount of time like two or three days. It’s possible this with bbpress or maybe with a plugin?
Thank you.
I own a non wp site. how can i install this forum for my website.
Thanks for help
Topic: Problem installing bbPress
Hello,
I would like to get help with a bbPress problem. When I activate the plugin, it does not direct me to the welcome page. Also I cannot see the plugin option such as Forum, Topics ect.. on the left side bar on the dashboard. Tried many times to reinstall it, but with no success.
What should I do now?Topic: Forum not showing in /forum
I’ve installed bbpress and have created a Forum, Topic and reply.
http://scholzmobility.com/forums
(thats what you see)When I view the topic or reply I can see the form at it works fine.
I’ve changed the Permalink to : /postname and added [bbp-forum-index] to the /forums page.
Not sure what i’ve done wrong.
Thank you.
Topic: Is this layout possible?
Im trying plan our forum layout. I have purchased the Support Desk theme from Hero Themes, but I want to change some things to the forum. Most importantly i want to choose topics in a left pane, and have them load in the right pane. The idea is that people dont have to go back and forth.

Were going to post a project on freelancer.com or similar, but it would be nice to know a little bit more before we go ahead. Is this a simple matter of creating a wordpress template, or do i need a bbpress-expert? Is there a reason why i hardly see this layout on forums i dont know about?