Skip to:
Content
Pages
Categories
Search
Top
Bottom

Can I move Bbpress forum to other paid forums?

Published on July 7th, 2018 by TheBeliever

Hello,

I have installed bbpress and everything is running smoothly for now. In future if I want to move my bbpress forum topics, users to other paid forum, can I do it?

I want to migrate every topic, reply and user profiles to invision or vbulletin or any other paid forum… is it possible?

How to Hide Member Profile Photo/Avatar

Published on July 7th, 2018 by todga

Hello,
Please, how can I hide Member Profile Photo/Avatar in posts?
When you click on topic.

Need Help with (bbpress) Login Widget

Published on July 6th, 2018 by emgb_520

I am trying to use the bbpress login widget in the header widget of my site. When Logging in using this bbp login widget, it doesn’t redirect to the page I logged in from. It goes to the User’s WordPress dashboard.

Can someone please help with this issue?

Thanks.

detail of Style.css ?

Published on July 6th, 2018 by tymbusku

Hi ALL
In which line of style.css describ those color????

f.ex: sticky color is on the line 161 of style.css

1) the color of your forums name? (the one on the right-top corner)

2) the background color of forums ?

3) the title of table ?(the gray one on the top: Topic — Add New » Posts Last Poster Freshness …)

4) the original topic color ? (there 2 colors i think)

5) those words color? (Hot tags, Latest Discussions, Forums, View..)

6) the white line under under those title: Hot tags, lastest discussions…?

7) all link words ?( add new, no-reply, untag… the original color is green)

8) all link words ?(when mose hover)

8) background color of the bottom section of forums ?(there is : xxxxxxx is proudly powered by bbPress)

9) Now, when u add a new topic, theres a table which ask u the subjet, the content, the tag and the ection. i want to change the background color of this table, which line it is?

10)Now, when u look at a topic, theres the original post and reply. the background of each one is on which line?

11)last thing..: i want to also change those word (the word, not the color) : ‘Enter a few words(call tag)separeted by spaces to help someone find your topic’ and ‘ pick a section’

Thank you a lot!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Replies bbpress not working

Published on July 5th, 2018 by nghiann

I using bbpress 2.5.14, theme helpguru however I can’t get threaded replies working on my site
Anyone got any ideas?

how to customize bbpress in front-end?

Published on July 4th, 2018 by Yin Jin

i want to show forums on my own theme but i don’t know how. does bbpress provide shortcodes?

Eliminating User Roles

Published on July 4th, 2018 by OscarGuy

I had to delete bbPress while I worked on my site design, but it seems to have left a bunch of user roles behind and I cannot find any way to get rid of them. How can I do that?

Any cookies?

Published on July 3rd, 2018 by nineplanetsllc

Does bbPress add any cookies beyond the standard WordPress login cookies? We’re putting together the list of all the cookies the site sets and aren’t sure if bbPress is adding any. If it does add any, could you list the name, duration and purpose of the cookie(s)?

Registration/Password Reset Activation Email Is Not Being Sent

Published on July 3rd, 2018 by saad4u

Hello,

I just installed the bbpress plugin and created page, new topics in forum. However, when I enter the email address in registration form, the email is not being sent to my address. I almost tried with 3 different email addresses. But received none of the confirmation email.

I also added
add_filter( ‘bp_email_use_wp_mail’, ‘__return_true’ ); to my functions.php file.

Please help me out with this..

Integrating User’s ‘Topics Started’ ‘Replies Created’.. on a page

Published on July 2nd, 2018 by

I’m customizing my buddypress/bbpress user pages to be taken out of their traditional framework and placing that data on indvidual pages. However, when I do this the code has issues recognizing the current user and automatically ignores the logged in user. Does anyone know how to resolve this issue?

URL: http://obeii.com/discussions-topics-started/

CODE: (topics started)

<?php do_action( 'bbp_template_before_user_topics_created' ); ?>

	<div id="bbp-user-topics-started" class="bbp-user-topics-started">
		<div class="bbp-user-section">

			<?php if ( bbp_get_user_topics_started() ) : ?>

				<?php bbp_get_template_part( 'pagination', 'topics' ); ?>

				<?php bbp_get_template_part( 'loop',       'topics' ); ?>

				<?php bbp_get_template_part( 'pagination', 'topics' ); ?>

			<?php else : ?>

				<p><?php bbp_is_user_home() ? _e( 'You have not started any topics.', 'bbpress' ) : _e( 'This user has not started any topics.', 'bbpress' ); ?></p>

			<?php endif; ?>

		</div>
	</div><!-- #bbp-user-topics-started -->

<?php do_action( 'bbp_template_after_user_topics_created' ); ?>
Skip to toolbar