Search Results for 'code'
-
Search Results
-
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
dear all coders,
I’m lover of bbpress so I was working on 25 different bbpress forums and one wordpress. Now i want to integrate theses stuff to each other. but i think one wordpress only can integrate with one bbpress forum. but i can’t face this situation because i’m working on my forums preceding 4 months. if i fail to integration these 25 forum with one wordpress then all my effort will go to the hell. it’s humble request to all developers to solve this situation and save my work and give me the smart solution.
Note: I don’t want to install 25 wordpress to integrate 25 forums.
Remember: 25 forums integration with one wordpress
Please Please Help me
It is very crucial situation for me … tell me how to handle it.