Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to reset loop? 2 loops on 1 page

Published on September 2nd, 2014 by m1000

Hi!

There is one loop on main content with topics of one tag (archive) and second loop on the sidebar:

if ( bbp_has_topics( array( 'author' => 0, 'order' => 'DESC', 'paged' => 1, 'posts_per_page' => $number_of_topics ) ) ) :
		bbp_get_template_part( 'loop', 'mytopics' );

This second loop should display all global topics but it shows the same topics like the 1st loop. How to fix it?

Importing attachments in migration from Vanilla forum

Published on September 2nd, 2014 by tom762

I’m seriously considering moving to bbPress forums and so far the import from Vanilla 2.1 works fine, but one serious issue for me is somehow importing the attachments as well.

Because of the nature of our forum, it’s kind of “attachments heavy”. Is there any “manual” way to redirect links maybe? I could just move attachment files to some other directory.

Now links to attachments look like this: http://www.MYSITE.COM/forum/uploads/FileUpload/a9/2b1cce434aca112cd9511e8de163e1.jpg

Any idea?

login button size

Published on September 1st, 2014 by bgigibb

Can anyone help me in changing the size of the login button on the bbpress login widget. I must of tried over 20-30 different css codes, clearing cache and logging in and out and no matter what I do I cannot change the size of the login button.

I applied this code to change the size of the submit button

#bbpress-forums .submit {
background-color: ##a0668d;
color: #000000;
float: center;
vertical-align: middle;
border-radius: 10px;
height: 35px;
width: 80px;
font-size: 18px;
}

but I cannot locate the login button that is coming through the widget, even after inspecting with firebug and trying for the past 2 days.

Login widget login button size

Published on September 1st, 2014 by bgigibb

Login widget login button size on sidebar
Wordpress: 3.9.2
bbPress: Version 2.5.4

Hello bbpress forums. I have been trying to accomplish a custom css change on my website. I installed bbpress, customized it a bit and added some forums. I added the widget on the right sidebar of my website. I then went to test it out a bit and noticed the login button being extremely tiny and hard to see.

When posting a topic of reply I also noticed the submit button was small and hard to see for some people. So I just wanted to make the login button on the sidebar widget a bit larger.

I used firebug and inspected the sidebar probably all day yesterday trying over 20 different custom css changes and had no luck. I tried things like:

============
#sidebar .button {
background-color: ##a0668d;
color: #000000;
float: center;
vertical-align: middle;
border-radius: 10px;
height: 35px;
width: 80px;
font-size: 18px;
}
================
body #sidebar .button {
padding-left: 45px;
!important;}
================
.user-submit {
padding-left: 45px;
!important;}
=================

My firebug skills are not that great but I am working on it. I tried so many other custom css changes to make this login button larger. I can go into firebug and actually change this and the button does change, I just cannot find the custom css to make this change permanent.

body #sidebar .button {
padding-left: 100px;
}

I did make the submit button for posting and replies larger, after finding this useful custom css code in the bbpress styling crib of the bbpress support site.

============================
#bbpress-forums .submit {
background-color: #a0668d;
color: #000000;
float: center;
vertical-align: middle;
border-radius: 10px;
height: 35px;
width: 80px;
font-size: 18px;
!important;}
========================

So that is good I got the submit button larger and more noticeable. If anyone is out there that would be able to assist me in just making this login button a bit larger it would be greatly appreciated. Thank you for reading this

Google Adwords crawler error in private forum

Published on September 1st, 2014 by coskel22

Hi all

I have a private forum setup and want to use Google Ads to generate a little revenue. Membership is okey-dokey with it.
I have GA setup as a top banner and in the sidebar and it is showing ads, but Google Ads reports crawler errors.

has anyone else experienced this, and how did you fix it?
Thanks in advance!

Topic count in forum under categories

Published on September 1st, 2014 by pyrobon

Hello guys,
I’m using the latest version of WordPress and BBpress to date.
I don’t know if this is expected default behavior but in the front page of my forum, the total topic counts only show in the categories and not next to each forum.

I would like the categories NOT to have any count, and for the counts only to show next to the forums.
Any idea of what I could do?

Thanks!

remove anonymous website field

Published on September 1st, 2014 by hotken

I would like to remove website field for non logged in users by filter.
This is what I’ve done.
But it’s not working.
What am I wrong?

Thank you in advance.

function remove_website () {
return false;
}
add_filter( ‘bbp_pre_anonymous_post_author_website’, ‘remove_website’ );

Cannot reply to nested replies

Published on September 1st, 2014 by sdunning

I am running bbpress on a local site and I’m quite happy with it so far. I am however experiencing an issue with the reply box.

If I try to write a reply to a reply the visual editor accepts no inout. I tried installing bbPress Enable TinyMCE Visual Tab but it hasn’t fixed the problem . Is there a setting I have overlooked or is this an ongoing issue that I’ll have to work around?

Cheers guys and gals.

/* WP version: v3.9.2
* bbPress version: v2.5.4
* Enable TinyMCE: v1.0.1
*/

GD BBpress Tools

Published on September 1st, 2014 by sickwit

Iv installed this and when i go to make a post the addons are not. What is missing is things like youtube and such

Adds different expansions and tools to the bbPress 2.0 plugin powered forums: BBCode support, signatures, custom views, quote…

http://lio2.site.nfoservers.com/forums/topic/i-like-this/

No spacing in posts.

Published on August 31st, 2014 by msteinberg09

Hello, my website uses wordpress 3.9.2 and bbPress 2.5.4.

I searched the troubleshooting forum for someone else who has this issue, but I can’t find anything. In the posts on the forum, if a the writer tries to make a space (for example, between paragraphs) by using the ‘return’ key a space doesn’t show up when the post or comment is posted. Here’s an example http://dailyfantasywinners.com/forums/topic/is-qb-more-important-on-fanduel-than-draftkings/, I pressed return after the first paragraph but when I posted there is no space between the paragraph and the word “Thoughts?”

Any help is appreciated!

Skip to toolbar