Skip to:
Content
Pages
Categories
Search
Top
Bottom

Where do I add translation?

Published on December 29th, 2015 by ZivotsRS

Hello,
I’m sorry, I do not speak English 🙂
Still, I created a translation for bbPress 2.5.8 and some of its extensions (Ultimate Member – Profile Completeness 1.1.9 and other working). Translation into the Czech language, already tested. Can be add it somewhere?
Plus I found a bug in the Czech translation, which is in the profiles – is possible fix it somewhere?

I’m sorry, but I’m almost blind, so I hard to find answers.

Thank you for your advice.
Mějte se krásně, Vendulka

bbPress page alignment after R sidebar removal

Published on December 28th, 2015 by macms

I have read other posts regarding the alignment of bbPress after removing the R side bar in a theme. I would like to center the forum on this page. Any help would be appreciated.

Thanks!

http://copdcommunity.org/forums/

WP version 4.4
Theme Twenty Sixteen 1.0
bbPress version 2.5.8-5815
bbp style pack 2.8.4
bbP Toolkit 1.0.5

I created bbpress.php and placed it in the theme root dir to remove the R sidebar.

<?php
get_header(); ?>
<div id="main-content">
	<div class="container">
		<div id="content-area" class="clearfix">
			<div>
			<?php while ( have_posts() ) : the_post(); ?>
				<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
					<h1 class="main_title"><?php the_title(); ?></h1>
					<div class="entry-content">
					<?php the_content(); ?>
					</div> <!-- .entry-content -->
				</article> <!-- .et_pb_post -->
			<?php endwhile; ?>
			</div>
		</div> <!-- #content-area -->
	</div> <!-- .container -->
</div> <!-- #main-content -->
<?php get_footer(); ?>

Avatar overlapping with sender name and posts

Published on December 27th, 2015 by maingraph

Hello,

thanks all for the great help.

Ive been playing around with the avatar size to change it and finally got help and figured out. However, i notice that the same forum seen from a mobile phone or if i resize my browser to smaller width, the avatar picture would overlapp the sender name and part of the content, i am not sure what css i should further add,

please assist

http://asiahairtalk.com/forums/topic/anyone-here-has-started-any-new-treatment/

thanks all.

Cannot Access WordPress Dasboard

Published on December 26th, 2015 by iapologizepleasedeleteme

Hello, I have spent 5 years on my site and downloaded bb press today because of all the great things they said about it on this site.

Now I can no longer access my dashboard to edit anything.

I have been deleting plugins from my file manager in cpanel but it’s not helping.

I have found some things in the forums and tried to change all my wordpress user roles and capablities to the defaults but it’s not doing anything.

I noticed that registration was disabled too so i re-enabled it in the database.

Now my site and database are a complete mess and I have no idea how to fix it.

Why would you ever release this software?

No one will answer me either.

5 years of nonstop hard work and it’s not looking good.

I just saved up for 4 years and did a 20k ad campaign too.

Import forums: from Invision v.2.3.6 to bbPress 2.5.8

Published on December 26th, 2015 by kepilif

I try to move a forum of users, topics, etc. Forum Invision v.2.3.6 is bbPress 2.5.8. I display the following messages:

No stickies to stick
No topics to convert
No forum parents to convert
No forums to convert
No passwords to clear
No users to convert
No data to clean

What I did.
1) I exported MySQL database from the old server
2) ive loaded the mysql database on the target server with the installed version of WordPress / bbPress
3) I turned on the importer

Can you advise me something?

How to install bbpress with Gazette (Automattic) theme

Published on December 26th, 2015 by spec_ps

hi,

i am novice, so i need more support and suggestion more than others…..

i have installed Gazette (Automattic) theme and then bbpress plugin and some of things as said in https://codex.bbpress.org/themes/theme-compatibility/ …. but its not working. i cant see any bbpress template-pages or other things….

can you able to help me out on the same….

thanks…

BBpress theme question

Published on December 26th, 2015 by aadly

Hi guys ,

I want my bbpress to have the same design used here which mean the first post should be highlighted then the other comments below it

How can I do it ?

Bottom pagination links

Published on December 26th, 2015 by Hulivili

Any idea how to move bottom pagination links place. Its default under this message box. I want it like this site after topics and before message box.

Change Topic post type permisson

Published on December 26th, 2015 by iamshehryar

Hello,

Is it possible to show Topics Menu to Participant at the backend? Currently only Keymaster and Moderater can only see Topics Menu.

Thanks,

How to query topics with specific meta

Published on December 25th, 2015 by Anonymous User

Hi!

I am trying to get a list of specific topics which have some meta data in common.

No matter what I insert in 'meta_key' => 'name' property of query_posts function, the page still returns a list of the total topics.

This is my code so far:

add_action('wp', function() {

	if( isset( $_GET['my_variable'] ) ) {

		$page = get_query_var('paged') ? get_query_var('paged') : 1;
		query_posts(array(

   			'paged' => $page,
			'post_type'=> 'topic',
			'order' => 'ASC'

		));

	}

});

If I visit site.ext/?my_variable=1 I get a list of all forum topics.

How can I get this to work, using query_posts or WP_Query, or any other workaround? How can we target those specific topics and show them as a list?

Regards,
Samuel.

Skip to toolbar