Search Results for 'test'
-
Search Results
-
Hi _ck_
I hope you’ll be fine. I always praise your work that’s why I was really happy when you came back to bbPress.
I know this question is not related to bbPress. But I need your co-operate.
I am looking the Simple Math Captcha Plugin for My WordPress.
Yes there are lot of captcha plugins, like Sabre, Register Plus.
But they are really complicated. I need simple solution, like Human Test for bbPress.
Humble Request: Can You please convert this plugin for WordPress.
I hope, Once again you’ll give me a chance to praise your work.
Thanks, and God Bless You Always and All The Ways.
bb-Lover
Topic: [2.0] Co-authors support?
Will the new bbPress be able to support co-authors?
Apparently this here is the most commonly used co-authoring plugin, and it reportedly works with 3.0. I’ll test it myself soon.
I am wondering how I can show on topic.php the latest discussions from within the same forum that the current topic is in.
A sure it should be pretty simple but i cant seem to get it to work.
For instance here:
http://airportroute.com/test/forum/topic/simon-latham-august-10-11
I want to show the 3 other discussions that are at this point in the Mixes forum.
(this is all still in deep Beta testing)
I guess the secret must lie in this line:
´<?php if ( $topics ) : foreach ( $topics as $topic ) : ?>´
Any ideas?
Thanks
I’m using bbPress 1.1-alpha-2518 and there seems to be something broken with the drag-and-drop interface for forum ordering.
I have 3 forum levels, the top level and 2 nested levels. When trying to order the forums, I can drag and move the top level forums and 3rd level forums. But the 2nd level forums won’t budge.
I tested this in all major browsers with the same result.
Maybe upgrading to jQuery 1.4 broke something in the script that handles forum sorting?
I have just started using bbpress and I would like the theme to look like the main wordpress theme ie use the header and footer. I came across themepress but when i installed it i get:
Fatal error: Call to undefined function get_header() in /forums/bb-templates/ThemePress/front-page.php on line 1
I am using the latest version of bbpress and wordpress ie wp 3.0.1 and bb 1.0.2
is there a better way to integrate the theme?
hi,
I’m not using a latest discussion plugin, but want to prevent posts in a specific forum from showing in the latest discussions.
how can I do this?
cheers
b
This is my first try to translation.
Have tested on my own install of bbPress for couple times.
How do I submit it to the bbPress?(Can I?)
Sincerely.
Topic: Sub Forums
Example:
Let’s say front-page.php lists 3 categories
Fruits
Veggies
Meats
If you were to click on Fruits; I’d like the next page to show the subforums of that parent excluding veggies, & meats forums. Any comments appreciated.
Basically, I want categories with sub-forums but in a format/structure that you would find in phpbb where subforums are cleanly kept on the next page. Why? Because showing everything in one location can get a bit messy. Especially with subforums.
I have searched through the bbpress forum for this and was able to get the following to work related to the front-page.php portion. Now I just need to get the 2nd page to show the children of the category. Currently it isn’t doing that.
*****front-page.php which works in only displaying the categories****************
<?php foreach( $forums as $forum ) : if( !$forum->forum_parent ) { ?>
<tr<?php alt_class(‘forum’); ?>>
<td>“><?php forum_name(); ?> <small><?php forum_description(); ?></small></td>
<td class=”num”><?php forum_topics(); ?></td>
<td class=”num”><?php forum_posts(); ?></td>
</tr>
<?php } endforeach; ?>
Now I would like the child accounts to show up in forum.php
Any suggestions? Or where I could look? Once you click on the parent forum it just takes you to that category forum.php page, with no children. i need the children to show up but only for that parent.
*****forum.php which I need to show the children*********************
<?php bb_get_header(); ?>
<?php if ( is_bb_profile() ) profile_menu(); ?>
<?php login_form(); ?>
<div id=”main”>
<div id=”forums”>
<h3 class=”bbcrumb”>“><?php bb_option(‘name’); ?> » <?php forum_name(); ?></h3>
<?php if ( $topics || $stickies ) : ?>
<table id=”latest”>
<tr>
<th><?php _e(‘Topic’); ?> — <?php new_topic(); ?></th>
<th><?php _e(‘Posts’); ?></th>
<th><?php _e(‘Last Poster’); ?></th>
<th><?php _e(‘Freshness’); ?></th>
</tr>
<?php if ( $stickies ) : foreach ( $stickies as $topic ) : ?>
<tr<?php topic_class(); ?>>
<td><?php _e(‘Sticky:’); ?> <big>“><?php topic_title(); ?></big></td>
<td class=”num”><?php topic_posts(); ?></td>
<td class=”num”><?php topic_last_poster(); ?></td>
<td class=”num”><small><?php topic_time(); ?></small></td>
</tr>
<?php endforeach; endif; ?>
<?php if ( $topics ) : foreach ( $topics as $topic ) : ?>
<tr<?php topic_class(); ?>>
<td>“><?php topic_title(); ?></td>
<td class=”num”><?php topic_posts(); ?></td>
<td class=”num”><?php topic_last_poster(); ?></td>
<td class=”num”><small><?php topic_time(); ?></small></td>
</tr>
<?php endforeach; endif; ?>
</table>
<p>“><?php _e(‘RSS feed for this forum’); ?></p>
<div class=”nav”>
<?php forum_pages(); ?>
</div>
<?php endif; ?>
<?php post_form(); ?>
</div>
</div>
<?php bb_get_footer(); ?>
</div>
******************************************************************************
Thank You —
I’ve had this very odd issue suddenly crop up. All deleted posts on my forum have automatically become undeleted. Basically the post_status field in the bb_posts table is getting reset to 0 for all posts.
I’m running bbpress 1.02 that’s deep integrated with WP Multisite 3.0.1 (with Buddpress 1.2.5.2). It’s deep integrated, but I run bbpress by itself, NOT as a component of Buddypress (in the groups component). The site’s been running for a year and I’ve never experienced this issue until now.
Is there any code in bbpress that could cause something like this? Reseting all posts?
My web host recently upgraded PHP from 5.2.13 to 5.2.14 very recently, could there be some kind of incompatibility?
Another side-effect of this is that it throws off paging on topics and cuts off newer posts in the topic. The number of pages shown for each post stays the same even though deleted posts are visible again so this essentially pushes newer posts back. Doing a recount doesn’t fix this.
I’m having a hard time finding the cause although I somehow reproduced the problem. I had thought a moderator had restored deleted posts so I was going back deleting some posts that had been undeleted. When I was all done, I did a full recount. A few minutes later I found that all the posts that I had just re-deleted were restored again! I tried deleting some more posts and doing some recounts haven’t been able to reproduce the problem again.
I’m running the following plugins:
– Ajaxed Quote 1.2
– Allow Images 0.8
– BBcode Lite 1.0.3
– bbPress Moderation Suite 0.1-rc2
– bbPress signatures 0.2.0
– bbPress Smilies 0.0.8
– bb Topic Views 1.6.4
– BBVideo 0.24
– BuddyBar in bbPress 1.0.4
– Forum Last Poster 0.0.5
– Hidden Forums 0.0.9
– Post Count Plus 1.1.11
I’ve been running these plugins for a long time. The most recent one was bbpress Moderation Suite but I tested it pretty extensively on a development site (mirror) without issue.
Any help is greatly appreciated!
Topic: bbPress plugin September 15?
I spotted this blogpost from WPMU.org in my RSS-feed today.
“bbPress 1.2 (the plugin) is said to be stable enough to start testing as soon as September 15 and the full release will most likely coincide with that of BuddyPress 1.3.”
http://wpmu.org/bbpress-forums-will-be-removed-from-buddypress-download-packgage/
Is there any chance that will happen?
Hi all,
i am following this: http://wpbbpthemes.org/integration/
with WP 3.0.1 (multi user) and the latest bbpress.
now at step 2.19 i can’t seem to login to the bbpress dashboard. mydomain.com/forum/bb-admin redirects to mydomain.com/forum/.
– i am already login in WP
– i have bbpress and WP in root
Any ideas/tips