Search Results for 'code'
-
Search Results
-
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
