You mean to make it show on every page?
This is the code located in logged-in.php that’s being called:
<p id=”inloggen”>
- <?php printf(__(‘Fawaka, %1$s’), bb_get_profile_link(bb_get_current_user_info( ‘name’ )));?>
- <?php bb_admin_link( ‘before= ‘ );?>
- <?php bb_logout_link(); ?>
</p>
This is what I have in my header.php
<div id=”inloggen”>
<?php if ( !in_array( bb_get_location(), array( ‘login-page’, ‘register-page’ ) ) ) login_form(); ?>
<?php if ( bb_is_profile() ) ; ?>
</div>
However, if you are on the frontpage (/index.php) or any other page, apart from profile.php
you don’t see the “edit” link.
Got?
anandasama here’s acouple of codes that will help you. I think I know what you’re planning.
This will put the user’s name with link to their buddypress profile:
<?php echo post_author_link();?>
This will get the user’s login name:
<?php echo get_user_name( get_post_author_id() ); ?>
This is you can send message like PM but it uses message in Buddypress:
<a href="<?php echo get_option('home') ?>/members/
<?php global $current_user;get_currentuserinfo();echo($current_user->user_login);
?>/messages/compose/?r=<?php echo get_user_name( get_post_author_id() ); ?>">Send Message</a>
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?
ok, cookie found.
PHPSESSID
and i have a value for it.
is it a simple matter of subbing that value into the line of code in the first post?
what will that do? does it make the chat function use your login name?
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
_ck_ they did it to your theme too.
https://bbpress.org/forums/topic/theme-hybrid-kakumeibbpressorg-template#post-56316
it’s that website adding codes to the header and removing the original author’s footer.
I am the person that ported the theme I have to HIGHLY recommend you download it again from my release page: http://ericlbarnes.com/projects/inove-for-bbpress/
Just to confirm I did download it from their site and it does in fact have this code. More than likely that whole site is a scam site.
I have the same trouble. The feed is invalid. The »
in the feed description is the problem. This came up here recently:
https://bbpress.org/forums/topic/all-rss-feeds-broken#post-55730
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?
No, i think its possible with any theme, but you must have some extendet php skills to do that. But check your post and may be some not-lazy like me will explain you how to do that
OKTeaRoom, I’ve figured out how to get it *mostly* working from copying the stickies and topics view code from the kakumei theme but the actual numbers that display for pagination are ugly which is probably due to some lacking CSS code. I haven’t determined what that code is yet but when I do I’ll reply.
Coming from a sys engineering background to work with more web stuff so this is interesting
pikatore, please relax. This is a VOLUNTEER forum, and you have to be patient or you’ll piss everyone off and no one will help you. Okay?
It sounds like, since your TOOLS menu doesn’t have options, you’re on a Macintosh, which means you need to go to Firefox -> Preferences -> Privacy.
Finding out where cookies are stored in your browser is pretty standard stuff. You could also google it
Older installs from 0.8 won’t have a default throttle time so the override won’t show up.
Try putting this into bb-config.php
$bb->throttle_time=30;
I can’t find that on my local or the remote copy.
In fact I can’t find any other script that could load/create such a script.
If it appears on your site after you’ve had it installed for awhile, someone injected code into your site.
What makes that code offending? I don’t follow.
If you take that out of the bb-config.php, can you register without the email validation problem?
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.
I made the same mistake. It would be a great idea to indicate “You must choose a NEW admin, that doen’t exist yet” at this point of the installation.
I fixed it by reinstalling bbpress but I needed to clean the database first :
– I removed the bb-config.php
file
– I looked into the database (using the hosting service tools) and removed all the tables starting with bb_
– then I started back the installation.
I guess you can do it another way, without reinstalling : the problem is that you have bbpress installed without any administrator. You can define one manually in the database (using the hosting service tools) :
– the table wp_users contains the users (I integrated bbp and wp, else I suppose there should be a bb_users, but then we shouldn’t have this error…)
have a look at it and remember the ID of the user you want to put keymaster (for me, it’s 1)
– the table wp_usermeta contains some values about the users.
add a new line containing :
* umeta_id : a non-used umeta_id
* user_id : the ID of the user (1 for me)
* meta_key : bb_capabilities
* meta_value : a:1:{s:9:"keymaster";b:1;}
(I don’t know what it means)
– then try to connect to your forum and look if you can administrate it !
Can someone says if it works ?
I found the offending code that I added in my BBconfig file in order to pull the same header as the rest of the site.
here’s the offending code:
if (file_exists(‘../wp-blog-header.php’))
require_once(‘../wp-blog-header.php’);
else
if (file_exists(‘../../wp-blog-header.php’))
require_once(‘../../wp-blog-header.php’);
which is place at the end like so:
/**
* bbPress Database Table prefix.
*
* You can have multiple installations in one database if you give each a unique
* prefix. Only numbers, letters, and underscores please!
*/
$bb_table_prefix = ‘bb_’;
/**
* bbPress Localized Language, defaults to English.
*
* Change this to localize bbPress. A corresponding MO file for the chosen
* language must be installed to a directory called “my-languages” in the root
* directory of bbPress. For example, install de.mo to “my-languages” and set
* BB_LANG to ‘de’ to enable German language support.
*/
define( ‘BB_LANG’, ” );
$bb->WP_BB = true;
if (file_exists(‘../wp-blog-header.php’))
require_once(‘../wp-blog-header.php’);
else
if (file_exists(‘../../wp-blog-header.php’))
require_once(‘../../wp-blog-header.php’);
?>
anything glaringly wrong with this?
Wish I could help – I don’t know how IIRF ISAPI stuff work!
If you want to use bbPress and don’t know much about rewrites, your best best is probably to switch to an Apache server. Then everything should “just work”! (At least, that’s the hope.)
sorry. im an idiot.
i basically did a front page code transplant, so for all intents and purposes, my theme is kakumei now.
But neither of the above suggestions work. Instead all my subforums just get sent to the bottom of the list.
Hi Markus,
Thanks for the tips. I followed the steps outlined in the above string, and I tried new cookies, but it’s still not working. I’ve pasted this code in the bb-config.php $bb->bb_xmlrpc_allow_user_switching = true; too and it’s still not working. Any more ideas? I appreciate the help.
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!
Hey collmonster – it’s definitely possible to change this. This plugin should do the trick. 
https://bbpress.org/plugins/topic/instant-password/
You can also increase your chances of making it through any spam algorithms if you’re using an SMTP mailer:
https://bbpress.org/plugins/topic/smtp-mailer-for-bbpress/
Good luck!
I do not know what happened in the last two weeks, but also my fresh 1.0.2 install throws an error when clicking on a “RSS feed for this topic”.
Errore interpretazione XML: la dichiarazione XML o testuale non è all'inizio di un'entità
Indirizzo: http://www.kirpi.it/r/rss/topic/test-di-lenti
Linea numero 2, colonna 1:<?xml version="1.0" encoding="UTF-8"?>
^
Any idea about it, please?
Does anybody know if the issue has been addressed, so that instead of spoiling my site in the effort to fix it, I’d better wait for the next release?
What?I beg your pardon…..Miss cK as an edit in the above post