Search Results for '\"wordpress\'
-
Search Results
-
I started to use the bbPress plugin version for WordPress because i wanted by users to only have to log in once to get into both my WordPress and my associated bbPress forums.
I also liked the fact that for me behind the scenes, the bbPress plugin admin is within the WordPress admin… but this is not as important to me as the above shared login point.
Anyway, the bbPress plugin has plagued me with bugs, as it is apparently only a beta version.
So, seeing as the standalone bbPress is more developed, I am thinking of using that. I just assumed that my users would have to log in twice if implement the standalone bbPress – is this the case? If you can get the standalone to share user login with WordPress, then i will use that!!
Thanks.
The “Registration complete. Please check your e-mail.” message (after filling the front-end registration page) is being displayed in the WordPress login page (back-end).
Is there any other way of redirecting this to a template?
With bbpress installed, my WordPress permalinks now throw 404 errors!
What is that all about?!
How do I overcome this?
Surely this is a very basic requirment of such a plugin!?
Any idea?
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
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?)
Topic: Step by step guide
Hi a have wordpress website http://www.smile.mk/ and i need to install bbpress, is there any step by step guide for this.
Thanks
