I think you may have misunderstood what I was asking for (and I probably wasn’t clear enough either). I’m looking for a way to change the contents of the email message that bbpress sends to new users.
bbPress isn’t a WordPress plugin. It’s a standalone software.
bbPress isn’t a WordPress plugin. It’s a standalone software.
I’ll be looking at this later on, but initial tests seem to indicate it isn’t working.
This is so weird. I installed the plugin, and it works perfectly… but I can’t find the physical files on my server anywhere.
ARe they being stored in the DB now, by chance?
I uploaded the branches_plugin-2709 and received the same error message when I attempted to activate the plugin. What am I doing wrong??
I uploaded the branches_plugin-2709 and received the same error message when I attempted to activate the plugin. What am I doing wrong??
@citizenkeith: Should be working? Worth testing though.
Hmmm i had the same error when i tried to change from basic to prettylinks.
First i got an error when i tried to change the WordPress install to permalinks (friendly links)
And it told me to copy and past this code to my .htaccess file.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
When i did that and chmod the file to 666 by Transmit (file upload client) everything worked fine..
But when i tried to change bbPress from basic to pretty permalinks i got also the same error the TS had.
But adding this code (line) below the code above i have no trouble anymore..
Options +MultiViews
* So i don’t know what i’m doing but i think it’s okay because it works.
Thanks..
Using Rich’s test site, I enabled email notification for certain threads, but haven’t seen a single notification. Is that not working yet?
excellent. I’ll wait for a few more things to be added before I code my extension to it then
Has any thought gone into integrating the existing akismet plugin to work with this? And should that functionality be in core if it possible?
I have a little problem and i can’t find how to fix it.
I have installed bbPress 1.0 on the same database of my wp-install (latest)
And now everything look like it’s okay but when i sign in as a admin on my wp site and than jump to my bbPress forum i still see i’m logged-in as a admin but when i try to go to my bb-admin.php file (on the site) it doesn’t load this page.. (it only refreshes the bbPress forum homepage)
I can’t get into my bbPress dashboard.
But when i go back to my wp -site and log-off and switch back to my bbPress forum and log-on everything is fine. and i can use both admin-dashboards.
What can be this problem?
Okay this topic can be closed and deleted..
I don’t want a deep integration anymore..
I only wanted the main navigation of the WP site on top of my bbPress forum but i can change that manually and don’t need to load the entire WP site into my bbPress forum..
Okay this topic can be closed and deleted..
I don’t want a deep integration anymore..
I only wanted the main navigation of the WP site on top of my bbPress forum but i can change that manually and don’t need to load the entire WP site into my bbPress forum..
I want to customize the email that bbpress fires off when a user registers. What do I need to edit to do so?
John,
Your assessment sounds spot on. There is no bbPress.php file in that Stand-alone version I downloaded off the main page.
What is the link to the forum plugin that may be used for WordPress? Is there one available?
Thanks much,
Josh
John,
Your assessment sounds spot on. There is no bbPress.php file in that Stand-alone version I downloaded off the main page.
What is the link to the forum plugin that may be used for WordPress? Is there one available?
Thanks much,
Josh
Sounds to me like you both downloaded the stand-alone version of bbPress and put it in your plugins directory.
bbPress currently is not a plugin, bit there is a version in development that is. The version of bbPress that you get by clicking “Download” in the upper right hand corner of this site is not a plugin for WordPress.
Sounds to me like you both downloaded the stand-alone version of bbPress and put it in your plugins directory.
bbPress currently is not a plugin, bit there is a version in development that is. The version of bbPress that you get by clicking “Download” in the upper right hand corner of this site is not a plugin for WordPress.
I just installed bbPress and I’m trying to create my own theme to match my WP Blog theme.
So I created a new Folder under my-templates called “my-theme” and I copied all the files from the kakumei default theme into my-theme, the expectation being that my-theme would now look the same as kakumei (since it contained the same files), and I could go about tweaking those files to my liking. (I’ve used the same process to tweak the WP Default theme on my blog, and now it looks like this, the very look I intend to create for my bbPress Forum).
Problem is, my-theme does not recognize style.css, so it comes out like this. It simply refuses to apply the styles in my-templates/my-theme/style.css.
I’m assuming the code line ‘<link rel=”stylesheet” href=”<?php bb_stylesheet_uri(); ?>” type=”text/css” />’ should hook up with style.css in the my-templates/my-theme folder, just as it does in bb-templates/kakumei.
Why is the stylesheet not being recognized?
I have the same error…. and also I dont have bbpress.php file. I downloaded it from this page today, about 1 hour ago
I have the same error…. and also I dont have bbpress.php file. I downloaded it from this page today, about 1 hour ago
Hello,
I have deep integrate a forum before but i want to make sure i don’t do anything stupid.
So a while ago Kevin from this forum
http://kevinjohngallagher.com/
pointed to this site-/tutorial about who to integrate..
http://wpbbpthemes.org/integration/
I think it’s a nice and helpful site, i only have some basic questions before i do something stupid.
At this moment i have a clean installed WordPress site good to go.
Just clean installed and nothing changed in the settings or plugin’s loaded. (fresh and clean)
First question:
Known Issues on why this tutorial doesn’t work:
* “If you have changed your database prefix”
This is a tricky one, i always change the database prefix before installing from wp_ to something unique because people say it’s much better to have a unique prefix against hacking your site.
Will this turn into some drama or do i need to stay focus so i put the same prefix’s at both files?
I think the basic prefix for bbPress is bb_ should i change that to my unique prefix i used in my wp-config.php file?
And second question:
Do i need to make-/add a brand new (clean) database for the bbPress install or can i add the same database information in the bb-config.php file same as i have done in the wp-config.php file?