Skip to:
Content
Pages
Categories
Search
Top
Bottom

Smileys that works with bbpress 1.02?

Published on August 25th, 2009 by Marius-

Is there such a thing?

Filter to Change Login URL

Published on August 25th, 2009 by dbone

Trying to find the filter to change the URL for “You must log in to post.” to an alternate URL since I am using a custom WP user management plugin and want all users to use custom WP login page.

Tried using the user_link and user_profile_link filters found at http://www.mittineague.com/dev/bbpafrl1_0.php but neither worked.

I have forum on phpbb, is it good idea to …

Published on August 25th, 2009 by bmx.pl

I have forum on phpbb, is it good idea to change engine to bbpress?

This forum is quite big, 500k posts, 15k users,

Is bbpress is faster than phpbb?

Speed and security is most important thing for me.

Cache for bbpress to speedup?

Published on August 25th, 2009 by klimatyzacja-katowice

Hello,

Im looking for good cache plugin to speedup my bbpress.

Is there any good method to speedup bbpress?

Thank you.

Where do I control how the forum list looks like

Published on August 25th, 2009 by Chris2

Hi.

I have added a bbpress to a wordpress. Everything works fine, but now I would like to change how the appearance is in the forum list on the front page. Right now I am not fully happy with that. I can see that the class is

either: <tr class=”alt”> or only <tr> which affects how each row is presented. But I can not find this in the style.css file. It drives me nuts… :)

Also where forums is presented I get the <bb-precedes-sibling bb-follows-sibling bb-root> and alt at the end. But where is it controlled how they look like?

Regards,

Chris

Intergration: WP Plugin

Published on August 25th, 2009 by gerikg

What do I have to do on the BBpress side for it to call $before_widget . $before_title to work properly?

‘<?php

global $current_user;

echo $before_widget . $before_title . __( ‘Hi ‘. ucwords($current_user->display_name) ) . $after_title;

?>’

Profile edit URL

Published on August 25th, 2009 by Navin

I want to add an “edit” button right next to the “log out” button, but i’m not sure what calls this the page. I checked the logged-in.php and found this:

<?php printf(__(‘Welcome, %1$s’), bb_get_profile_link(bb_get_current_user_info( ‘name’ )));?>

That generates “Welcome, username”

What code generates the “edit” button?

I checked the profile.php and I found that this code outputs an EDIT button:

<?php if (bb_current_user_can( ‘edit_user’, $user->ID )) : ?>

<?php printf(__(‘You may edit this information.’), esc_attr( get_profile_tab_link( $user_id, ‘edit’ ) ) ); ?>

<?php endif; ?>

The downpart of this code is, the output is only visible when you actually are on the profile page. I need something like this which is visible no matter which you page you are.

Ideas?

Fatal error: Call to undefined function

Published on August 24th, 2009 by EmileGoss

Hey everyone,

I recently installed bbPress and thought I was finally done with everything, but now, I get the error

Fatal error: Call to undefined function bb_get_header() in /usr/home/


/public_html/forum/forum.php on line 1

whenever I go to one of the forum categories. I’ve checked over the code in the file and everything seems fine (and this is the only thing that has an error on the forum, as far as I can tell), so I’m not sure why it’s saying the function is undefined…if anyone could help me resolve this problem, I’d greatly appreciate it; I’ve been looking forward to having a functioning forum for quite a while!

Some additional information, if it helps: I’m using the blank 3 column theme (modified, of course), and the Post Count Plus plugin with bbPress 1.0.2

Thanks in advance,

Emile

Open forum on it's own page

Published on August 24th, 2009 by Navin

Hi,

Is it possible to browse to the complete forum? I mean to a page that has no latest discussions, just the forum and its subsections.

If I browse to domain/forum.php I’m being redirected to the frontpage. The frontpage has latest discussions and below that you have the forums and its subforums.

I want a page with only the forums, so I can put on my frontpage the latest discussions and in th navigation a link to the forums.

Anyone?

Integration Problems

Published on August 24th, 2009 by Randolf

Hi all,

Recently, I installed WordPress (2.8.3) and bbPress (latest stable 1.0.2). The integration of users works correctly, but not the single sign on not work.

I can register in blog and the user it´s created in both and viceversa.

But i can´t logged in in both at the same time.

I have installed the plugin bb Integrationi in WordPress, and AUTH KEY, AUTH salt, etc… same in both config files, same in admin dashboards and add the COOKIEPATH in the wp-config…

When I login in, in any of them, 6 cookies are created: (????? are letters and numbers, same in all the cookies)

Name: wordpress_3f168778f6e6312b92518?????faf17d
Content: admin%7C1251289349%7C5b5f99919dde2ab?????cf3fffd153d3
Path: /bbpress/bb-admin

Name: wordpress_3f168778f6e6312b92518?????faf17d
Content: admin%7C1251289349%7C5b5f99919dde2ab?????cf3fffd153d3
Path: /bbpress/bb-plugins

Name: wordpress_3f168778f6e6312b92518?????faf17d
Content: admin%7C1251289349%7C5b5f99919dde2ab?????cf3fffd153d3
Path: /bbpress/my-plugins

Name: wordpress_3f168778f6e6312b92518?????faf17d
Content: admin%7C1251289349%7C5b5f99919dde2ab?????cf3fffd153d3
Path: /wp-content/plugins

Name: wordpress_3f168778f6e6312b92518?????faf17d
Content: admin%7C1251289349%7C5b5f99919dde2ab?????cf3fffd153d3
Path: /wp-admin

Name: wordpress_logged_in_3f168778f6e6312b92518?????faf17d
Content: admin%7C1251289349%7C636047d6d7482fbd45
1a89aeb9 (different hash)
Path: /

With the steps of this post, all is same… :(

Any idea about what its wrong?

Skip to toolbar