Skip to:
Content
Pages
Categories
Search
Top
Bottom

Verified Member Plugin

Published on December 16th, 2014 by MBenningfield

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?

/forums page rendering excerpt forum-archive

Published on December 16th, 2014 by mwgaston

The /forums URL on a client forum no longer shows the forum-archive. It only show the information as a excerpt with all the HTML tags and links stripped out, as such….

Search for: Home › Forums Forum Topics Posts Freshness General Money and Values Discussion 2 2 20 hours, 14 minutes ago investtest Local & Community Investing Discussion 0 0 No Topics Private Funds & Impact Investing Discussion 1 1 22 hours, 56 minutes ago investtest Publicly Traded & Socially Responsible Investment Discussion 0 0 No […]

Is there a fix for this?

Import Hung?

Published on December 15th, 2014 by Chad

I was importing from my Vbulletin 4 and it went through converting topics, then it started converting tags and hung about 12,900. Is this a known bug? What’s the best way to do this over without losing the imported content and without taking risks of missing content not being imported initially on the hang up? Any ideas why it would hang up like that? It took a pretty long time just to do the topics. It didn’t start the users yet either. You’d think it would import users first?

Side note, I don’t see any area to set up bbcodes? Is bbcode not a default feature?

Issue With (GD BBPress Tools)

Published on December 15th, 2014 by MBenningfield

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.6

Screenshot from bbPress

Forum Dissapeared

Published on December 15th, 2014 by Fugglet

Hello Support Forum.
I really hope that someone can help me out here – struggling..

Alright so, after my last VPS bugged out, and somehow blocked me out of my wp-admin, database corrupt and so forward. (Which I’m guessing was caused by a bad plugin.)

I had a backup plugin, and now have the site up and running again at www.blazeplay.com
now if you locate www.blazeplay.com/forum there’s nothing.
The shortcode is still on the forum page, but nothing is showing – I tried disabling plugins adding new forums, but the only thing it shows is some “upload file bar”.

Is there a way to troubleshoot this, and hopefully find the issue?

Thank you.

Page Not Found Error

Published on December 14th, 2014 by BlizzardWolf

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! 🙂

Full-Width, can't get full width past main forum page

Published on December 14th, 2014 by jimbofoxman

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.

Layout of the main forum is scrambled when I go back

Published on December 14th, 2014 by wannial

Hey all, first post here and hope someone can help me.
I’ve put a bbpress forum in my wordpress website and created a Forum button in the main navigation bar

www.hardwarehome.nl

When I click this button the forum is shown perfectly.
When I then klick on a subforum like reviews it’s still perfect, but then!
If I klick forums, not on the main navigation bar, but in the forum menu itself, it brings me back to the forum (notice the sligt difference in URL /forum when coming form the menu bar, and /forums when coming trough the forum) but it’s all scrambled up!

Anyone any suggestions on this one?

BBpress break my CSS style

Published on December 13th, 2014 by asefredrikson

Hello!

I use Genesis with Child theme and when activating BBpress it breaks my CSS, only in Safari 8with Mac)
The Jetpack social icons are messed up: http://56kilo.se/ss0.png
and my social icons in the sidebar: http://56kilo.se/ss1.png

WP version 4.0.1
BBPress: 2.5.4
Bloggg: http://56kilo.se

Any input would be very helpful!

Direct Link To My Profile

Published on December 13th, 2014 by foamymedia

can someone please supply me with the link i need in order to add a menu item so people can view their profile?

looked high and low and can’t find it..

surely it is a simple link??

when they are logged in i want a menu item to say “my profile” and they can click it and get to the my profile page where they can edit there info etc

thanks

Skip to toolbar