Search Results for 'code'
-
Search Results
-
Hi,
I’m building the community on a portal around bbPress, but how can I check if a user is logged in to bbPress and how to get the basic informations about the user?
I’ve managed to do this with an earlier version of bbPress, but after upgrading to bbPress 1.0.2 I can’t get the result I’m looking for. I’ve tried to require bb-load.php, but it gives me the following error:
Fatal error: Call to a member function suppress_errors() on a non-object in /PATH-TO-BBPRESS/bb-includes/functions.bb-core.php on line 63Has anyone successfully integrated bbPress with their website (non-WP)?
Dear BBCoders…
I think it is small mistake but it is mistake. Your post editor lose it’s shape when we expand it with mouse click from bottom right corner. you should try to solve this small mistake and you should try to fix it’s width and height?
Hope all moderators will smile and take notice

here are it’s screen shots
http://img337.imageshack.us/img337/9396/lol1k.jpg
http://img11.imageshack.us/img11/1031/lol2js.jpg
Also you should try to solve this mistake in your post plugin
Topic: Rotating log files
Hi,
I’m setting up a bbpress instance and noticed that the log files have to exist otherwise no logging takes place. This makes my beloved log file rotating impossible.
But if i edit
class.bp-log.phpand insert the following after lines inset_filenameat about line 143if (! file_exists($_filename)) {
@touch ($_filename);
}
This allowes me to do nice things like configure log files to
define( 'BB_LOG_FILENAME', $global_log_dir . 'bbpress-' . date("Y-m-d") . ".log");
Topic: Get Profile Links
bb_get_profile_link(bb_get_current_user_info( ‘id’ ))
Is there any way to get the URL to the logged in user’s profile without all that “view your profile” junk it tacks onto the above call?
I am trying to customize my logged-in.php into something like:
<ul>
<li>Profile</li>
<li>Edit</li>
<li>PM</li>
<li>Favorites</li>
<li>Logout</li>
</ul>Except I can never get it to pump out clean URLs
Hello.
Trying to get the extended user (profile) fields running. This was easy, the solution was relatively easy to find on the forums. But, .. always a but you know. My problem is to display this user information in the forum posts, how can I solve this? I would like to display this info below the gravatars.
(display only one userfield, not all of them. eg. would like to display a field called ‘distro’)
Relatively unexperienced with both WP and bbPress.
Thank you
