Skip to:
Content
Pages
Categories
Search
Top
Bottom

bbPress 1.0 in Finnish

Published on August 22nd, 2009 by hpguru

I released bbPress 1.0 in Finnish.

Download .po: http://hpguru.net/wp-content/uploads/2009/08/fi.po

Download .mo: http://hpguru.net/wp-content/uploads/2009/08/fi.mo

Enjoy.

snowski theme released

Published on August 22nd, 2009 by suzkaw

I am happy to release my newest theme for bbPress. It is named snowski for really no reason other than a unique recommendation from Mohit Kumar.

This theme features a nice clean look and includes a jQuery slider for login and registration.

Please visit the following url to download it, see a demo, and instructions:

http://ericlbarnes.com/projects/snowski/

inove theme has a bad suspected link

Published on August 22nd, 2009 by Chris2

Hi!

I was lookin in the code for the inove theme for bb and found this:

<script language=”javascript”>

document.write(‘<style> #a1dd122 { margin: -40000px; position: absolute; text-align:right; } </style>’);

</script>[edited]Cialis 20mg

Simply a link to that french site with the keyword Cialis 20mg. So if you use this theme you are getting them links. Thought you might wanted to know this.

Use bbpress for comments on a wiki

Published on August 22nd, 2009 by

I have a site which is based on wiki. It is pmwiki and it is not open to edit so no need to integrate login.

I wonder just how I could manage to use bbpress in order to let people comment my wiki pages.

Would it be possible to create a page template which holds both the main wiki page and a specific bbpress thread?

Tag Exclusion in Views/Loops

Published on August 22nd, 2009 by jibrex

I have been trying to implement tag exclusion in custom views and loops, without success.

I was looking at registering a custom view (example below) with the tag excluded. I assume this means adding ” AND tag_id !=xxx” or similar to the query, but I can’t find out how to do this.

$args = array( ‘order_by’ => ‘topic_title’, ‘order’ => ‘DESC’ );

bb_register_view( ‘alphabetical-descending’, __(‘Alphabetical: Descending (Z — A)’, ‘desc’), $args, false );

I also tested a more hackish method (requires core edits for proper pagination) from another thread:

function filter_front_page_topics($where){

$exclude_tags=array (“<tagid goes here>”);

if ( is_front() ) {foreach($exclude_tags as $tag) { $where.=” AND tag_id != “.$tag.” “; }}

return $where;

}

This returns no posts, though the original version for forum exclusion works…

Any suggestions about how to proceed with either approach would be appreciated.

Invalid email address

Published on August 21st, 2009 by

can’t register any users, replies “Invalid email addres”,

please help

Very, very quick question re bbPress database

Published on August 21st, 2009 by slobizman

I run a WP install and would like to try bbpress. But my question is, after trying it, should I decide to uninstall it, doe sit leave behind much debris in the WP database? Or does it use it’s own database or set of tables without disturbing the WP database?

How do you display the posts author

Published on August 21st, 2009 by unholyfruitbat

On the front page? If I could put it by last replier that would be sweet.

p /p br br/ tags showing up in bbpress as well as buddypress groups

Published on August 21st, 2009 by Mohit Kumar

p /p br br/ tags showing up in bbpress as well as buddypress groups

integrated everything well,but this is a bug how can i fix it

How to echo "nice_username" from post_author ?

Published on August 21st, 2009 by anandasama

I use Buddypress+bbpress and in the topic or post view I want to make a link from a post author in BbPress forums to the /members/ area in Buddypress.

Basically I just need to write a static url :

http://www.homepage.com/members/<?php get nice_username from post author ?>

How I can echo the post author’s nice_username? I need the “nice_username” or else, with post_author_name the link gets broken.

Please help me!

Skip to toolbar