Edit: Sorry, did not mean to post this in Installation.
The email I got was fine, but the “Post Link” it provided me shows some oddities:
First reply:
http://devpress.com/forums/replies/reply-to-upcoming-themes-and-idea-discussions/
Second reply:
http://devpress.com/forums/replies/reply-to-upcoming-themes-and-idea-discussions-2/
While these are the links it should have pointed to:
http://devpress.com/forums/topics/upcoming-themes-and-idea-discussions/#post-1986
http://devpress.com/forums/topics/upcoming-themes-and-idea-discussions/#post-1992
(I don’t know what’s up with the numbers though)
I would like my bbpress forums to sit on the URL: www.mysite.com/forum/
Just like on this site: https://bbpress.org/forums/ displays all of the forums available. On my website the URL www.mysite.com/forums/ just throws a 404 and I don’t know ‘where’ that page is…?
Many thanks for your help in advance,
Paul
Hi,
Today, I installed bbPress on my WordPress blog site and most things are working. The install log said “>>> Key master email not sent!” but all else went fine including WordPress integration as I can see my forum user names (I created two) replicate in my WordPress Dashboard Users area.
As the Key Master of bbPress, I have also successfully created two forum categories and several sub-forums (children) where members can post messages…theoretically.
But, I’m experiencing the following issues that I have no clue how to resolve:
1. Signed in as the Key Master, I don’t see where I can create a new post
2. As part of registering as a forum user using a different user name, I did not receive an e-mail containing my password. So, I signed into my WordPress Dashboard Users area and assigned my second user name one so I could access my forum with my non-Key Master user name. Not having this forum registration process work without having to sign into WordPress is a problem.
3. No matter which user name I sign into the forum with, when I click on any listing in the Forum Main Theme’s area, I get the “The page cannot be found” error message. See: http://wolfetracksproductions.com/fresh_tracks/forum/
4. When I get the “The page cannot be found” error message, the URL repeats the directory where I installed the bbPress software and I’m not clear as to why this is happening: http://wolfetracksproductions.com/fresh_tracks/forum/forum/production
I did install the bbPress software in a folder called “forum” which is a subfolder of my WordPress.org blogging software.
Please help!
Thank you in advance for your kindness.
Deb
Im using the simple-avatars-upload plugin on my WP site, and i was wondering if it was possible to be able to show those avatars on my bbPress forum? Basically link them across?
Im using latest WP 313 and latest version 1 of bbPress.
Thanks,
Jon
Right now, I just see this:
About admin
Subscribed Forum Topics
You are not currently subscribed to any topics.
Favorite Forum Topics
You currently have no favorite topics.
Forum Topics Created
Is there any way of listing the user’s replies?
Can the plugins on the site be used on the 2.0 beta forum as well? Do i just do as i normally would and upload them to my plugins folder?
Thanks
Jon
Hello,
I’m looking for a swedish translation of the bbPress 2.0 plugin. I’ve seen people here with swedish translations of bbPress 1.0, so I thought I’d ask if anybody are sitting on a translation for 2.0 before I start translating it on my own.
Thanks in advance.
Is it possible to change from bbPress 2 to bbPress 1 without losing data etc?
This is how I start a custom loop for a WordPress loop:
<br />
<?php $custom_posts = new WP_Query(); ?><br />
<?php $custom_posts->query('post_type=post&category=Uncategorized&order=ASC'); ?><br />
<?php while ($custom_posts->have_posts()) : $custom_posts->the_post(); ?><br />
<div class="project"><br />
<a>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyten' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_post_thumbnail(); ?></a><br />
<h2><a>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyten' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2><br />
<p><?php echo get_post_meta($post->ID, 'rw_services', true); ?></p><br />
</div><br />
<?php endwhile; ?><br />
How to start a custom loop in bbpress 2.0, For example, topics from a certain forum or category? (and even show the reply count?)
Can anybody help me please. I’m having trouble on my topic-page view here: http://www.iheart80s.co.uk/forum/topic.php?id=7. As you can see the left hand column doesn’t float adjacent to the sidebar on the rhs. I think it’s because the somewhere there’s a clear float command – can’t for the life of me work out which one / where.