You probably could but I think retroengineering the plugin to work in both wordpress and bbpress would be more trouble than its worth. My site just uses two very simple avatar plugins that work basically the same, 68-gravatar and 4avatars. I know one plugin would be simpler to maintain but I think the amount of work required to make it function in both would be counter productive unless you had a really good reason to want the same one in both
Hehe, I think I figured it out, but Im at work, so Ill try when i get off.
That damn mysqli.. well hope this works
think I found it.. cant see why bbpress not simply makes mysql standart, if it works just as well.
https://trac.bbpress.org/ticket/745
https://trac.bbpress.org/ticket/757
Still dont know how to fix the problem
Now, some text is pupping up:
Warning: Invalid argument supplied for foreach() in /customers/cobain.dk/cobain.dk/httpd.www/bbpress/bb-settings.php on line 169
Warning: Cannot modify header information – headers already sent by (output started at /customers/cobain.dk/cobain.dk/httpd.www/bbpress/config.php:1) in /customers/cobain.dk/cobain.dk/httpd.www/bbpress/bb-includes/pluggable.php on line 37
Warning: Cannot modify header information – headers already sent by (output started at /customers/cobain.dk/cobain.dk/httpd.www/bbpress/config.php:1) in /customers/cobain.dk/cobain.dk/httpd.www/bbpress/bb-includes/pluggable.php on line 37
Warning: Cannot modify header information – headers already sent by (output started at /customers/cobain.dk/cobain.dk/httpd.www/bbpress/config.php:1) in /customers/cobain.dk/cobain.dk/httpd.www/bbpress/bb-includes/pluggable.php on line 164
bbPress and WordPress have different table prefixes
bb_forums
bb_posts
bb_tagged
bb_tags
bb_topicmeta
bb_topics
bb_usermeta
bb_users
wp_comments
wp_links
wp_options
wp_postmeta
wp_posts
wp_terms
wp_term_relationships
wp_term_taxonomy
wp_usermeta
wp_users
It is a standard installation, no language or mod.
I have installed WordPress on the same server but not in the same folder, is that a problem?
Im using PHP4, should I upgrade to PHP5 to make bbpress work?
The server has “PHP – Register globals” set to OFF.
*update. php5 is now installed on the server, still ampty site
That looks like a server error, probably error code 500. Hard to say since the errors are not shown in the browser. If you have access to error logs, finding the problem will be easier.
Did you try to integrate bbPress and WordPress? Are you using a different language file? Anything else modified from a standard installation?
Heya,
i’ve installed a wordpress plugin for avatars which is integrated into my wordpress by the following code:
<?php if(function_exists(cmd_show_avatar)) cmd_show_avatar(avatar); ?>
Is there any possibility to embed this code into my bbpress just for showing the wordpress avatar (because of saying my bbpress to require wp-blog-header in the config.php)?
i’ve tried it and the error is changing:
Fatal error: Cannot redeclare class streamreader in /homepages/14/d166908482/htdocs/stereopoly/forum/bb-includes/streams.php on line 26
this is what my htacces looks like in my root:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www.stereopoly.de$
RewriteRule ^(.*)$ http://www.stereopoly.de/$1 [L,R=301]
Redirect /feed feed://feeds.feedburner.com/stereopoly
I believe you should be using a filesystem path, not a URL. Something like:
require_once( '../wp-config.php' ); if wp-config.php is one level up from your forum directory.
I have no idea if that will work, but I’m pretty sure you need to load it from the filesystem not over http.
then it does work, yes but i’d love to have pretty permalinks
seems a bad idea then to offer it as a tag for posting when many do not know that and can break your board through code errors.
Turn off permalinks and leave them off. Then see if your forum works.
$bb->mod_rewrite = false; in config.php.
An <li> always need to be within an <ol> or <ul>. You can always validate your page here and it will point out errors like that.
http://validator.w3.org/
I can’t edit the title but it turns out the problem is with using the li tags. They completely screw up the page when used in a post viewed with IE.
And while I would like no one to use IE that isn’t a choice.
Hey guys,
i’ve just installed a wordpress plugin makin it possible to upload a user avatar. the plugin is based on based on Dan´s Avatar plugin and was modified by clope.
look at the comment of a user called julius in this wordpress-post: http://www.stereopoly.de/die-evolution-der-nintendo-helden/#comments
Is it possible to easily embed a freaky code to my bbpress (http://www.stereopoly.de/forum) showing the avatar? PLEEEASE HELP!!!
Trying to activate Vili’s Avatar Thingy, my wordpress says:
“The plugin could not be activated for it’s causing a fatal error.”
What now?
Thanks for your help, but it does not work
»No input file specified«. So what now?
I installed your plugin _ck_ but i when i activated it din’t auto inserted the math field in my registration page. Strange so i did it my self by inserting in my register.php / bbpress theme file the function:
<?php human_registration_test(); ?>
and then it worked ok.
Well, let’s see. Your forum is in a directory called bbpress:
http://redsunday.net/bbpress/
So line 17 in config.php should look like:
$bb->uri = 'http://redsunday.net/bbpress/';
Create a folder, call it whatever you want. Just be sure you access the URL with that folder name, and be sure line 17 has the same folder name. That’s really all there is to it.
Hi Gang
Thanks for the reply chrishajer, but the suggestion did not work
I’m wondering if I’m putting things in the wrong directory? The config-sample.php file references the forum address as “http://my-cool-site.com/forums/”. I’ve tried putting the bbpress installation at the root level as well as in a folder called forums, but I still have the same problem. When I set-up the forum how should I handle line 17? Should I leave everything at the root level or should I create a new folder and put the instal there and have line 17 point there? Does an example file structure exist in a FAQ anywhere?
BTW, the style sheet and such exists, it is however not being used.
Thanks!
sorry, just found the thread with the solution 
Deactivating the Display Name Plugin. Is there a new Version for this Plugin wich solves the Problem?
it does not work so, too.do you mean just copying the “rewrite-rules.php” into the forum-root directory and then try to run it again? I have set
$bb->mod_rewrite = true;
and within my htaccess it’s still said
Options +MultiViews
and then i have to go to http://www.stereopoly.de/forum/rewrite-rules.php , ay?
does not work