Skip to:
Content
Pages
Categories
Search
Top
Bottom

viewing latest posts outside bbpress

Published on April 4th, 2007 by

I’m trying to get a call from inside my wpmu install to show the last ten posts/threads from my bbpress install.

is there a simple way to get this ? (they are both stored in the same DB)

like <?php getlast10topics_bbpress ?> i’m really curious if this is possible.

thanks for any help

`<br>` tags convert to special characters, don’t work

Published on April 4th, 2007 by michaelisc

I have WordPress 2.1.2 and BBPress 0.8.1. They are (mostly) integrated. BBPress claims that <br> tags should work but they don’t. They are immediately converted to special characters and show up in the post as they were coded, i.e. “br” inside the brackets.

Also <li> atrributes (type=disk, circle, blah blah) don’t work. Same problem as above. Any clues?

Plugin: Restrict registration v2.0

Published on April 4th, 2007 by Sam Bauers

This is a complete overhaul of the restrict registration plugin, featuring:

  • Whitelist – limits registration to email addresses with specified domains
  • Blacklist – stops registration of email addresses with specified domains, perfect for dealing with repeat bozos from a known domain name
  • Wildcard domains – specify wildcards in lists, e.g. *.com, *.example.org
  • Whitelist vs. blacklist resolution – logically deals with conflicts between whitelist and blacklist when wildcards are used (see configuration section in readme)
  • Admin page – edit the lists in the bbPress admin area
  • Show whitelist option – optionally show the whitelist domains on the registration form

https://bbpress.org/plugins/topic/44

404 Error on the edit user link

Published on April 3rd, 2007 by

After I installed bbPress and integrated it with my WP installation, I’m getting a 404 error when I go to admin > users > edit . It successfully imported my WP users, but I can’t edit any of them, is this a known issue?

Thanks!

Jesse.

How can I edit my messages newest to older, on my forum.

Published on April 3rd, 2007 by omegalfa

How can I edit my messages newest to older, on my forum?

Permalinks Slugs Modification – removing forum

Published on April 3rd, 2007 by

I want to install bbPress permalinks slugs on www.example.com/forum. The forum will be hosted in www.exmaple.com/forum/

I am trying to remove the “forum” from the forum’s url because the normal output its ugly.

So from:

www.example.com/forum/forum/forum-name

to get

www.example.com/forum/forum-name

I’ve edited in /bb-includes/template-functions.php the $link from

$link = bb_get_option( ‘uri’ ) . “forum/” . $forum->$column . ( 1 < $page ? “/page/$page” : ” );

to

$link = bb_get_option( ‘uri’ ) . $forum->$column . ( 1 < $page ? “/page/$page” : ” );

but I do not manage to make the new link to work for .httaccess. Is there a way to do it?

Thanx.

Freshness Linked

Published on April 3rd, 2007 by citizenkeith

How can I change front-page.php so that the freshness time is also a link to the last post in that thread?

Can’t post. Topic turns yellow. Can’t delete.

Published on April 3rd, 2007 by Nola1974

I just got finished posting a whole bunch of posts a little while ago. Worked on my theme a bit.. added this to the header, that’s it:

<?php
function w3l_tl_pages($before = '', $after = '', $between = ' ') {
global $wpdb;
$query = "SELECT ID, post_title FROM $wpdb->posts WHERE (post_type = 'page' AND post_status = 'publish' AND post_parent = 0) ORDER BY menu_order";
$pages = $wpdb->get_results($query, ARRAY_A);
$temp_pages = array();
foreach ($pages as $page) {
$temp_pages[] = $before . '<a href="' . get_bloginfo('url') . '/' . get_page_uri($page['ID']) . '">' . $page['post_title'] . '</a> ' . $after;
}
echo implode($between, $temp_pages);
}
?>

This is to get the menu of pages from my wordpress.mu install.

Now, whenever I try to post, after I submit a new topic, it turns yellow and doesn’t not then appear in the discussions list.

I can’t delete ANY posts. Not even old ones.

THe new topics appear in the dashboard under “Recently Moderated” and says this:

Topic titled test post started by bb_get_user needs a numeric ID

invision board?

Published on April 3rd, 2007 by Sushubh

has anyone been able to develop a covertor from IPB to BBpress?

i have already tried converting one of the phpbb forum to BBpress but it failed massively. only imported the users not the post content.

Plugin: Indicate New Posts

Published on April 2nd, 2007 by

This is a simple plugin that will highlight which posts are new since a (logged-in!) user last visited the forums. It will modify your front page’s listing of recent threads, showing threads with new posts as bold.

It REQUIRES the Simple Onlinelist plugin by Thomas Klaiber, whose work this is largely based on.

The plugin should not highlight posts which the user made, since obviously those have already been seen. Please tell me if it does otherwise.

The only testing I have done is on my 1.0-alpha build, so I would be very grateful if people could test the plugin and tell me if it works!

Grab it here.

Skip to toolbar