Search Results for 'bbpress'
-
Search Results
-
I’ve taken a look at activity streams, forums, and groups from various sources and am not sure which I would need to build a website specific for my needs. All of them have certain things that seem related to what I would like to accomplish, but I’m not sure they will finish the job. So before I start on this project, I’d like to get some advice as to how I might go about this.
I’m wanting to create a website that has a Home page that all unregistered people will see right off the bat. If a user is logged in, I would like them to see a page similar to a blog. It would basically be their own blog page. Ideally, this page would be created upon their confirmed registration. It seemed like activity stream was a personalized page created upon confirmed registration, so that may be what I’m looking for, but I’m not quite sure if it will be right for handling the other things I need.
So, on this personalized blog page, a user would have a link to create a new topic which would allow them to enter in several fields of info (i.e. Topic Name, Content, Location). Then when they post that topic, it will appear on their own personalized blog page. I want other users to be able to search and find other topics or even view a person’s personalized blog page, but they will not be able to reply to anything on that page. Everything will be locked down for all users except the owner of the personalized blog page.
Is BBPress right for what I want to do? Which of these tools might I need? Any suggestions on how to go about using these tools to do what I want? Thanks in advance.
Late to the party on migrating, but I think it’s time. Installed bbPress via plugins on my WordPress instance. I’d played around with it in the past so I cleared all the old data with a board reset. Went to import and put in all the information – created a new MySQL user with full permissions to the database my phpBB forum is on.
Set rows limit to 75 and Delay time to 3 – I have a pretty big forum to move.
Checked all three boxes for Convert Users, Start Over, and Purge – I want a full, clean import.
It gets right to the start of the process and says:
WordPress database error: [Table ‘XXXX_forum.users’ doesn’t exist]
(the XXXX is the name of my database)And it gives a long string in gray after that of info I don’t quite understand.
Tried deleting the plugin and reinstalling it. I’m on the latest version of WordPress and PhpBB.
Any help would be greatly appreciated, and thanks in advance!
I would like each forum to show the total times viewed as well as each topic to display times viewed. In addition to voices and posts column it should show how many times people have seen the threads. I have not been able to find a plugin that is still supported most seem to not have been updated in years.
Only one that could work is bbpress simple view counts but it immediately creates an error in the forum when installing.
Can you suggest one?
Thanks!Topic: Delete old topics, replies
Well let’s see if the 3rd time’s a charm. My site is netballscoop.com. I’m running latest version of WordPress & BBPress. This is a sports site, w/content going back to 2007. I’d really like to make it such that only content for the current year is displayed & previous content archived to another site, but I’m having trouble. An export of only 2016 content & reimport does not work correctly (I suspect because the topic & reply numbers are messed up) & the WordPress Bulk Delete plugin simply can’t do this. Anyone got any suggestions? Please? Is this something that no one else wants to do or…?
Topic: bbpress login position
Hello,
I am trying to get the bbpress login widget above the forum posts on the mobile version of my site.
Because the plugin is in the main sidebar, it gets placed on the bottom of the page when resizing to a mobile view.
What i want is for it to be on top of the page.Thanks in advance,
JeroenTopic: Delete own posts
Hello,
I get an issue with the bbPress capabilities. My forum Participants are set with edit_replies, delete_replies, edit_topics, delete_topics capabilities, but they can not delete their own posts because the links are not displayed. Keymasters and Moderators have no problem since they are moderators on the whole forum.
So I checked the code in ./includes/topics/capabilities.php and includes/replies/capabilities.php and added the code below to fix the issue:
./includes/topics/capabilities.php, line 174 and
./includes/replies/capabilities.php, line 156// Moderators can always edit forum content } elseif ( user_can( $user_id, 'moderate' ) ) { $caps[] = 'moderate'; // -------------------------------- // User is author so allow edit if not in admin } elseif ( !is_admin() && ( (int) $user_id === (int) $_post->post_author ) ) { $caps[] = $post_type->cap->delete_posts; // -------------------------------- // Unknown so map to delete_others_postsSo my question is: is this intended ? Otherwise is there a fix planned for a next update?
Thank you for your help.
Regards.Answer – Replay menu not work
if you go there all on menu all replay i get error 404 page
new replay work
All seting are ok and all Works befere
I examine tnat siconet all plugins and menu Works
I have wp 4.4.2 then i found plugins
NextGEN Gallery by Photocrati 2-1-26
and
Contact Form 7 4.4
if i deactivet that two plugin
bbpress work correctso is confilixt with at least that 2 plugins is any optins tha be fix in futer.
Topic: Forum at root of site
I would like to set up bbPress at a forum.example.com subdomain and remove as much of the /forums/forum/ path from the URL as possible. This site will only run bbPress and not utilise any WP blog features. Is there a plugin or some simple method to do this?
I am using BBpress recent topic widget and i reaslied that it only gives me an option of adding topic author and date. How can i add the recent answers category like it is on this forum? Is there a Plugin for that? If there is not, is there a code i can fix in my templates to get this fuctionality?
Many thanks,
