What Rob said, also like the fact that the thing I always go looking for is the template notice “You must be logged in to create new topics.” to see if it matches the site, it does, nice π
WPCanday still works for me also and I’m going to leave RatsClan there for now as it has a special place in a few of the bbPress developers hearts π and as it looks like the “Playing Cards” will be returning in 2014 π
You can see a sneak peek of what the “old site” looked like here.
Use the ‘Views’ widget in a sidebar or shortcode [bbp-single-view id="no-replies"]
https://codex.bbpress.org/widgets/ https://codex.bbpress.org/shortcodes/
hi every one..
i am not know much about bbpress. i want to display list of topics on which user never do reply.
thanks,
only thing i could think of is changing your quote method to bbcode.
or deactivate your plugins, and activate them one at a time to find if there is a plugin issue.
but yeah not sure at all, you could also contact wp-monalisa support too
https://wordpress.org/support/plugin/wp-monalisa
but yeah its more of getting support from gd bbpress tools.
i like the web design of everything.
background image on whole website, opacity on hover of topics, related topics, whose online , polls on topics look.
yeah pretty nice design.
on the bbpress examples page, yeah rastclan is dead, but wpcandy still works for me
Hi, I’m currently using WP 3.9.1 and bbpress 2.x
My site is at mmo4teen.com
I’m using the Stargazer theme. I installed the gd bbpress tools for quoting.
Here’s the problem. When I quote a comment that have emoticon ( using wp-monalisa ), I can see them normally on visual editor and see their code on text editor but when I post it, I can only see the code.
If anyone wanna try it. Login with:
user: 55
pass: 123123
Thanks in advance.
Hi all,
I have already installed bbPress successfully and some users post new topic/replies normally. However, one user’s new topic/replies are automatically marked as spams after he submits his posts. Is there any way to stop this? And does this relate to IP Address Blocker or anti-spam plugin?
WordPress version: 3.9.2
bbPress version: 2.5.4
Any help is truly appreciated. Hope to get response soon.
Regards,
Linh Do
you should be remove *template Name : ….*
its not a page template, should be have some code like this in start file :
<?php
/**
* The template for displaying bbPress content.
*
* @package WordPress
* @subpackage BuddyBoss
* @since BuddyBoss 3.0
*/
get_header(); ?>
<!-- if widgets are loaded in the Forums sidebar, display it -->
<?php if ( is_active_sidebar('forums') ) : ?>
<div class="page-right-sidebar">
<!-- if not, hide the sidebar -->
<?php else: ?>
<div class="page-full-width">
<?php endif; ?>
<!-- bbPress template content -->
<div id="primary" class="site-content">
<div id="content" role="main">
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'content', 'page' ); ?>
<?php comments_template( '', true ); ?>
<?php endwhile; // end of the loop. ?>
</div><!-- #content -->
</div><!-- #primary -->
<?php get_sidebar('bbpress'); ?>
</div><!-- closing div -->
<?php get_footer(); ?>
π
I deleted the left empty bbPress sidebar, but now the oxygen side appears. There is no difference when I change location settings for primary sidebar to just appear with posts.
the right sidebar is working very good.
Hi guys,
I’m not sure exactly why this is happening, but I’m guessing it’s due to the way subscription emails are sent out and the no-reply address grabbing the site info incorrectly.
Am I right in assuming that when there are subscriptions to a forum/ topic, they now get sent out as one email with everyone Bcc’d?
Anyway, when someone posts a new topic on my site – and I guess there are subscribers – I say guess, as I don’t think there is a way of us seeing subscriber numbers – an email must get generated to notify them.
Well I’ve been getting non-deliverable emails back at me saying that one of these emails was sent to noreply@www.mywebsite.com and that the address doesn’t exist.
Well with the www. in there it won’t exist.
Why would BBPress be trying to send an email to a noreply address in the first place?
Could someone explain – it’s probably obvious, so sorry in advance!
Thanks so much for your time!
Ross π
Hey all!
Just finished working on my 1st attempt for a bbPress layout, the site was originally phpBB and I converted it over to bbPress with the custom theme. It’s also responsive for tablets/phones. Let me know what you think, thanks!
Forums
I was also browsing the bbPress Examples page and noticed there were a few dead links on the page, not sure if anyone can update these:
http://www.ratsclan.com/forums/
Open Forums
I thought you would like to know my hosting provider persevered and created a procedure to resolve this issue. It was….
=== From the support engineer ===
1. Deactivate the bbPress plugin.
2. Find the database version in the wp_options table and reset that back to “1”. I could have picked an actual WordPress database version (and probably something as simple as the most recent), but I knew this worked from the testing on the development site.
3. Once the database version was manually set back to 1, I had to navigate to: https://zippe.biz/wp-admin/upgrade.php. This forced WordPress to run all of the database upgrades required to get from version 1 to the latest version of the database (27916).
4. Once the upgrades had completed I needed to reset the account password for our account. I noticed this was required on both the staging site and the live site, so my hunch is it may have reset some keys. You’ll likely need to do this for all of your accounts as well.
5. After the password had been reset I was able to login and the dashboard loaded normally.
Iβve recently installed a bbPress forum within my wordpress blog. See link here. But for some reason my bbpress forum does not extend out to the full width of the page. Its very narrow looking.
When I first uploaded bbpress I created a ‘Page’ and called it ‘forum’. Within that page I can add sidebars and widgets to those sidebars but none of that works for me and I would like to find out why and how I can fix it?
I’m using wordpress version 3.9.1. And bbpress version 2.5.4.
Hello,
Great Plugin !! hope I can find help here ! π
** I would like to know how I can order the freshness of my topics in a forum by date not by last active time ?
** and how may I add a new topic button neat the forum title above all topics instead of the box below the topics ?
*note that I need the button on each forum page not the page containing all forms
hope I was specific enough … Regards
Wordpress version : 3.9.1
Bbpress version : 2.5.4
My site : gamemute.com
I’m just wondering if i can change the edit profile link from wp-admin/ to http://www.gamemute.com/?bbp_user=1
I’m using the game addict theme, a bbpress compatible theme !
Thanks and sorry for my bad english
First one :
add this code to your functions file
//disable toolbar for non-admins
if (!current_user_can('manage_options')) {
show_admin_bar(false);
}
see
Functions files and child themes – explained !
Second one
use my plugin
https://wordpress.org/plugins/bbp-private-groups/
This will let you set exactly who can see forums
I have found a couple of similar forums posts about this, but they have not been resolved.
Is there a shortcode for the bbpress widget? It is not listed in the shortcode page.
If not, is there a way to implement the widget on a page without a sidebar? I do have a sidebar on the forum page, but I would like the widget implemented in the front page as well.
Please let me know where I can insert this code
Into your functions file see
Functions files and child themes – explained !
I am expecting this will be a reply in the source database has some weird content.
To quote @JohnJamesJacoby here:
These types of faults are typically due to some encoding issue in that post. Sometimes this is from an encoding conversion to UTF8 that was done at some point. Whatever it is, itβs nearly impossible to detect without setting a time limit on queries and bisecting the difference until we can narrow down the offending entry, and skip it. Because queries could naturally take a long time, and because it results in missed data, Iβm not comfortable with this approach.
The workaround is to find and delete the offending reply which is time consuming and tricky but the only way at this stage.
Here’s how I do debug this and find the offending topics/replies:
- Once the import hangs, click stop, take a note of where it was up to, e.g. Converting 11,299 – 11,300
- Click start again and the import will continue from where it left off
- If it hangs again, take note of where it was up to again
- Once finished make a fresh copy of the source database
- Now drop all the rows in the database that are not in the range of rows that failed during import
- Perform a fresh import using this database with the “Rows Limit” setting set to
1
- The import should hang on the offending topic/reply
- Again, take note of the topic/reply it was up to
- Click stop, click start again to continue on
- Once you have your list of offenders and the import has finished delete these rows from this database and test again to make sure it completes without hanging
- Now back in your full database (presumably a copy of the original) delete these same rows from the database and run the import again
I would check if your web host is caching the bbPress pages and/or you are have setup caching yourself, if so disbale your cache plugin/s and see what happens.
Probably running each of the repair tools would correct any issues with the replies meta data.
(This is assuming that every plugin is disabled except bbPress and your using Twenty Fourteen)
its for css conflict.
use this code in your theme style.css file to fixing that :
#main-content #bbpress-forums ul ul li, #main-content #bbpress-forums ul li {
margin: 0px;
list-style: none outside none;
}
yes it was the plugin wp-tweaks!
I deactivated it and now the bbPress sidebar shows up, footer is there because I took out the bbpress.php But there is still the left sidebar. When I use the custom sidebars plugin, I can add widgets to a new left bbPress sidebar, but I can’t choose that there is no left sidebar.
I have installed bbpress on multiple wordpress sites and seem to always have the same issue. On the main forum index page it says 0 voices and 1 posts no matter how many posts you create this never changes. Being that this has occurred on every site that I have included bbpress and being different themes and installs I can only conclude that I must be missing something when I set it up.
If anyone can help I would appreciate it….because you cannot run a forum that says there is only 1 post in it π
Also I use no shortcodes, I just install bbpress then go to http://www.example.com/forums and start posting.