Is there a way to arrange posts in a thread from new to old and vice versa?
Thanks in advance.
DKB
Is there a way to arrange posts in a thread from new to old and vice versa?
Thanks in advance.
DKB
Hello,
I’m looking to tack bbPress onto one of my non-WordPress sites. The site was hand coded in php and is a very basic static site. I’d like to use the bbPress login throughout the entire site to enable commenting and a few other social features.
Are there any resources out there that have to do with integration on a non-WordPress site? I’m just looking for a place to start.
Thanks!
As my subject title says, when logged in as admin, the topics are linked with the wrong id’s.
Is there a way to solve this?
Or how did this ever happen in the first place? :S
6 Steps to Kill Your Community
1. Don’t Moderate.
2. Allow Spam Through.
Today, every post on my RSS feed was spam.
Can someone remind me again why the moderaters can’t “bozo” or ban these folks?
Emails to the Wizard of Oz have had no response from behind the curtain…
….I really tried to look for documentation and plugins for this, but no luck. could you guys help me out with some code to do this?
PROBLEM: I want to show the forums with the 4 most recent topics in each on the front page
like this….
forum 1
– forum 1 topic 1 — willie — jan 12th
– forum 1 topic 2 — bob — jan 4th
– forum 1 topic 3 — sue — jan 2nd
– forum 1 topic 4 — matt — jan 1st
forum 2
– forum 2 topic 1 — paul — feb 10th
– forum 2 topic 2 — mike — feb 9th
– forum 2 topic 3 — rob — jan 20th
– forum 2 topic 4 — hank — jan 5th
NOT SOLUTION: i tried writing this code, but it shows the most recent topics over all
<?php if ( bb_forums() ) : ?>
<!-- <h2><?php _e('Forums'); ?></h2> //-->
<table id="forumlist">
<?php while ( bb_forum() ) : ?>
<tr class="titletext titlebar">
<td><?php bb_forum_pad( '<div class="nest">' ); ?><a>"><?php forum_name(); ?></a><?php forum_description( array( 'before' => '<small> – ', 'after' => '</small>' ) ); ?><?php bb_forum_pad( '</div>' ); ?></td>
<td class="num"><?php forum_topics(); ?></td>
<td class="num"><?php forum_posts(); ?></td>
</tr>
<?php if ( $topics ) : ?>
<tr>
<td colspan="3">
<table class="small">
<?php
$i = 0;
foreach ( $topics as $topic ) : ?>
<tr<?php topic_class(); ?>>
<td><?php bb_topic_labels(); ?> <a>"><?php topic_title(); ?></a><?php topic_page_links(); ?></td>
<td class="num"><?php topic_posts(); ?></td>
<!-- <td class="num"><?php bb_topic_voices(); ?></td> -->
<td class="num"><?php topic_last_poster(); ?></td>
<td class="num"><a>"><?php topic_time(); ?></a></td>
</tr>
<?php
$i++;
if($i>4) break;
endforeach;?>
</table>
<?php endif; ?>
<?php endwhile; ?>
it displays….
forum 1
– forum 1 topic 1 — willie — jan 12th
– forum 1 topic 2 — bob — jan 4th
– forum 1 topic 3 — sue — jan 2nd
– forum 1 topic 4 — matt — jan 1st
forum 2
– forum 1 topic 1 — willie — jan 12th
– forum 1 topic 2 — bob — jan 4th
– forum 1 topic 3 — sue — jan 2nd
– forum 1 topic 4 — matt — jan 1st
Thank you in advance for any help. Even pointing me to template tags reference point!
Hi, _ck_ it seems you can’t be reached by any contact form, so I post it here.
I’ve made several improvements to your plugin, if you want to check it out, you can get it here:
http://laelite.info/opensource/bbpress/plugins/bbpress-language-switcher-1.0.tar.gz
Cheers.
I have installed the bbpress in local host and its showing following error
Please help to solve this problem.
Thanks in advance
Deprecated: Assigning the return value of new by reference is deprecated in C:wampwwwbbpressbb-settings.php on line 186
Deprecated: Assigning the return value of new by reference is deprecated in C:wampwwwbbpressbb-includesbackpressfunctions.wp-object-cache.php on line 108
Deprecated: Assigning the return value of new by reference is deprecated in C:wampwwwbbpressbb-includesbackpresspomomo.php on line 171
Deprecated: Assigning the return value of new by reference is deprecated in C:wampwwwbbpressbb-includesfunctions.bb-l10n.php on line 484
Deprecated: Assigning the return value of new by reference is deprecated in C:wampwwwbbpressbb-includesbackpressclass.wp-taxonomy.php on line 581
Hi, sorry for my bad english
I hope someone can help! Is there a possibility or plugin that I can integrate my mybb forum to bbpress?
andrusch
I’m going to be honest: I tried other forum technologies before this one. Every website I saw with bbPress looked so drastically simple that it turned me away for the longest time. I tried many different popular forums but none of them worked, nor integrated, the way I wanted them to.
I decided to give bbPress a whirl. When I first set it up, I almost gave up because none of the features I truly wanted were there, or at least not in place. That’s when I decided to look up the coding itself. Talk about flexibility!
Anywho, after days of work and editing, I think I finally have a functional gaming-related forum to go along with my newly-created gaming-related website. I’m fairly proud of what I’ve accomplished thus far, but I wanted to hear from you guys, the forum that I have visited more than any others the past week. Take a look after the jump below!
Oh, and sign-up on the main website if you like games!
More forum features are well on their way!
I Have a really big issue with my godaddy economy hosting account where the website runs WordPress, I installed it and the installation was awesome. then i logged in and my admin panel was mangled and everything was messed up. What do i do? i can’t upgrade because we are a non-profit organization. Thanks!