Search Results for 'bbpress'
-
Search Results
-
Topic: Edit Page Title
Latest WP and bbPress versions.
Go to http://www.5firemen.com/forums/
Can anyone tell me why it says “Shop” on for the title? I never titled the page and can’t find where to change it.
Thanks!
Latest WP and bbPress versions.
Please go to http://www.5firemen.com/forums/topic/911-stories-whats-your-name/
See below the post, where the notices state:
“This topic was modified 2 hours, 5 minutes ago by Profile photo of 5 Firemen | The Fireman’s Forum 5 Firemen | The Fireman’s Forum.”
How do I turn that OFF?
Thanks!
Topic: Custom files
Ok I have been playing with this for a while. When you read the bbpress information when it comes to customizing templates php ect it says to create a bbpress folder within your child theme. Well bbpress isnt looking for custom folder with in my theme so it ignores anything i place in that folder. How ever if anyone is having this problem just place your custom files in your child themes directory. bbpress finds them with no problem then. for example I just redid the content-statistics.php I did not want the the list to take up so much page so I changed the formatting of the file so it would display not with a default <dl> block style but in a <table> format. you can see this here. Only the file wouldn’t read in the bbpress folder.
Hi,
I need help because I get this errors :Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init().
Anyone some solution ???
thanks !!
Christophe
Hi,
I’m using this plugin:
bbPress 2.5.4
BuddyPress 2.1.1I have language file in /wp-content/languages/plugins
– bbpress-it_IT.mo and bbpress-it_IT.po
– buddypress-it_IT.mo and buddypress-it_IT.poI edited them about my necessity, but today when I install a plugin I read:
“Some of the translations in need of updating. Wait a few seconds while we are updating.
Updated translations for bbPress (it_IT) …Update translation performed successfully.
Updated translations for BuddyPress (it_IT) …Update translation carried out with success.”
Why?
I can disable the update of language file o protect my language file?Thanks.
Topic: importing users from phpbb
Hello,
I have imported the users from phpbb into wordpress(bbpress) using Importing Tools. But the users are not able to login to system. are there any setup required to allow imported users to login?
I have checked the wp_usermeta table and many rows filled for imported users along with this column ‘_bbp_password’.
In wp_users table password is empty for imported users. I have read some where this password will update after the first login. But in my case the imported users are not able to login in WP.
can you guys help regarding this?
thanks
rehanTopic: Verified Member Plugin
I searched and maybe I have the terminology incorrect but I am wondering if there is a “verified member” plugin that I can use on bbPress. You know, similar to Twitter and Facebook’s verification marks? I am asking because our website has members that are actual wrestlers, etc, and we’d like to be able to let posters and the like know that when they say something to these guys they are in fact talking to the real deal and not some kid that made a screen name that says “hulk hogan” or something like that.
Is there a way to do this?
I installed the GD bbPress Tools plugin and the plugin itself works great. However, when you go to edit profile so that you can edit your signature, everything is “white” and you can’t see what you have written, etc. I originally had this issue on the actual bbPress forums but I downloaded the bbPress UI settings and changed it to a dark theme. I am completely lost in codec’s and css, etc, but I would like to know what to do to change this as it is really annoying some of the people that joined our site. I’m attaching a picture of what the issue appears to be.
Wordpress Version is 4.0.1.
Theme is Falcon (Child theme of 2014 themes)
GD bbPress Tools version is 1.6Topic: Page Not Found Error
Hi there!
I apologize if someone else has already posted about this, but I did a search and didn’t find someone with my exact error. But I have been using bbPress version 2.5.4 with WordPress version 4.0.1, and it was working great for the past few days until I tried to use CMS2CMS to transfer over my forum from phpBB to WordPress. It now has “Page Not Found” errors, even after removing all traces of the CMS2CMS plugin. I can not access any portion of my forum, but everything looks fine on the back end. I have uninstalled and reinstalled all of my plugins and still continue to get the error. What am I missing?
Here is the link to my site:
http://www.derbycityminis.com/new/Thanks in advance! 🙂
I have a child theme setup using the Child Theme Configurator plugin. I have the following in the child theme folder; style.css, function.php and bbpress.php (renamed from page.php).
I am using the WP-Englightened theme.
I copied the page.php to the child root and renamed it to bbpress.php. There doesn’t seem to be anything in that file to remove for the sidebar.
<?php get_template_part( 'content', 'before' ); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); global $do_not_duplicate; $do_not_duplicate[] = $post->ID; ?> <div <?php post_class('singlepage clearfix'); ?> id="single-page-<?php the_ID(); ?>"> <div class="entry"> <h1 class="page-title"><?php the_title(); ?></h1> <?php if ( get_post_meta( $post->ID, 'video_embed', true ) ) { $video_embed = get_post_meta( $post->ID, 'video_embed', true ); echo '<div class="post-feature-video single">'; echo '<div class="single-video">'; echo $video_embed; echo '</div>'; echo '</div>'; } ?> <?php the_content(); ?> <div style="clear:both;"></div> <?php wp_link_pages(); ?> </div> </div> <?php endwhile; endif; ?> <?php get_template_part( 'content', 'after' ); ?>I tried putting this in the style.css file based on a thread here.
.site, .site-header { max-width: 100%; } .bbpress-forums .col-2cl .main { background: none repeat-y right 0; padding-right: 0; } .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content { max-width: 100%; } .form-allowed-tags { display: none; } div.bbp-breadcrumb, div.bbp-topic-tags { font-size: inherit !important; } #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results { font-size: inherit !important; } #bbpress-forums { font-size: inherit !important; } .bbpress .hentry { margin: 0 auto 48px; max-width: 100%; } @media screen and (min-width: 1008px) { .bbpress .site-content { margin-right: 0; margin-left: 182px; } } @media screen and (min-width: 1080px) { .bbpress .site-content { margin-left: 222px; } } @media screen and (min-width: 1218px) { .bbpress .site-content .entry-content { margin-right: 0; } } @media screen and (min-width: 673px) { .bbpress .site-content { margin-right: 0; } }If I create a page and use the short code for bbpress and tell it in the page options to do full width it works fine for the main page but not for the rest of them.