You have to give us more informations like the bbPress version, loaded plugins and so on.
@kevinjohngallagher with deep integration all I need to do is edit the bbpress theme but with ryan’s plugin I need to edit both WP and bbP themes. The good thing about his plugin that it reduces the load on bbPress. It’s hard to make things automatic because every theme is made differently without a universal structure, it would be nice though.
@chrishajer <?php require( .$bb_pixpoint_url. '/1.html' ); ?> is that how you write it?
You can download a zip file of trunk at trac.bbpress.org – just “browser source”, navigate to trunk, then look at the bottom of that page for the download link:
https://trac.bbpress.org/changeset/2425/trunk?old_path=%2F&format=zip
Don’t you use require_once()/include_once() in order to load the library?
Okay so I have realized I do not have the expertise to turn this into a plugin but I can offer some direction and the code I am currently using as the plugin at
http://www.berryreview.com/forums/index.php?ak_action=accept_mobile
The full source of the plugin I hacked can be found at this link along with instructions
http://www.berryreview.com/forums/topic/berryreview-bbpress-forums-mobile-plugin-please-ask-questions-here
Please post questions at that link since there is no way to get notified of replies in the BBPress forums and I don’t have the time to keep checking if there are new questions.
If you just want to download the plugin check it out at
http://www.berryreview.com/forums/Downloads/br-mobile.php.txt
But you will need to read the instructions to get it to work
Sorry I cannot be more help. Really limited on time.
can u give me the instructions posted here. I don’t really know you for real so I’d like some instructions.
Hi,
I am using geshi library in wordpress for syntax highlighting. This is implemented using a plugin (code colorer).
Geshi library is also used on my bbpress forum (bbpress is not integrated with wp).
I am using sql query to show latest bbpress posts on wp homepage. The issue is that I have to include bb-load.php to run the query, which causes the error that geshi is already included (since wp included it in header).
How to resolve this issue?
One option is to use wp conditionals so that geshi is not loaded when its is_home()
Another way is to use RSS parsing instead of db query to show the forum posts on wp home.
For some reason, I don’t want to use either of them at this time.
So, how can I “unload” geshi.php from wp/bbp on my wp home?
Any ideas are appreciated.
Thanks for reading.
No, it doesn’t make sense to me. Maybe someone else will follow. Or maybe I need more coffee.
Maybe instead of xxxx, since the xxxx is the piece that changes, you define that in a file that is included by all files already (maybe bb-config.php or something that pixopoint includes) and then use the variable everywhere. Similar to how $bb_table_prefix is done:
$bb_pixopoint_url = 'www.examplexxxx.com';
Then use $bb_pixpoint_url in the different locations in the bbPress theme.
I’m trying to see if I can create a theme via pixopoint that works for everyone. It requires you to put
<?php require( 'xxxx/1.html' ); ?>, <?php require( 'xxxx/2.html' ); ?>, <?php require( 'xxxx/3.html' ); ?>, etc. in different locations of the bbPress theme.
The xxxx changes with every server. Instead of finding and replacing all instances of the codes. I wanted to create another file that you can put in the path and it will fill all the xxxx.
Does that make sense?
If this is a problem with the forum at wordpress.org you would get more response reporting the error there, since the version of bbPress they use there is not a default installation by any means.
https://wordpress.org/report-bugs/
I can confirm that the latest bug fixes do correct the problem – great work guys!
https://trac.bbpress.org/changeset/2423
https://trac.bbpress.org/changeset/2424
I’ve tried to load bbpress into wp config via
if ( !defined(‘BBDB_NAME’) )
require_once(ABSPATH.’bbpress/bb-load.php’);
then I call <?php login_form(); ?> into wp template where i want to show it…
it works fine.. but there is a problem…
when i open my wp-admin … all colors and buttons has gone..just wp structure still there..
look at this screenshot
http://img687.imageshack.us/img687/7772/wpadmin.jpg
when I remove this code
if ( !defined(‘BBDB_NAME’) )
require_once(ABSPATH.’bbpress/bb-load.php’);
then admin works fine… but i need this code to show bbpress login/registration into wp..
please guide me where I am wrong…
Thanks
Finally the “normal” version of BuddyPress Default theme for bbPress is ready for the download.
This theme DOES NOT require the deep integration.
For the download link, info, request etc, go here.
I think all works without a problem, but a debugging is appreciated.
one last thing… sorry for the delay.
Enjoy!
If it’s a fresh install do this:
1) Unzip the bbPress zip file
2) Change the newly created folder name from “bbpress” to “community”
3) Browse to /community and install bbPress
Keep in mind that if you have already installed bbPress on /bbpress you can’t simply rename the folder. If you want to rename it follow these steps:
1) Go to bb-admin/options-general.php and change the bbPress URL to the new one
2) If you have custom permalinks open the .htaccess file (on the forum root folder) and change the RewriteBase directive to RewriteBase /community/
3) Rename the folder
I want to disable wordpress own registration method.. I want to use wordpress registration/login via my forums…
like http://www.weddingbee.com/ registration ( on top)
I want to call bbpress login form <?php login_form(); ?> to my wordpress blog.
then users can register/login from this form…
how can i achieve this..
many thanks
Pagal
Thanks for your help.
I’m not quite sure which folder you mean. Do you mean the one in my directory? I created one called community and when I uploaded the bbpress files into it, the URL didn’t work. I got the Index page of the directories.
Should I rename the zip file as well? I did this and am not sure if it’s what I should be doing.
if you have domain.com/bbpress means the folder is named “bbpress” you should rename the folder to your choosing. Then install.
Hello,
I’m probably missing something obvious, but I can’t set up bbpress to have an URL I choose. I’m able to install it with the address domain.com/bbpress, but I want it to be something personalized.
I’ve searched the forums and tried changing the name fo the zip file, but I can’t figure it out.
Thanks for any help you can offer.
I can do it for you (email me gerikg# gmail.com) or would you like a step by step instruction (could be long, posted here)?
bbpress.org looks great. Good job!!!
[EDIT by chrishajer]
I checked the database tables and it doesn’t update both wp_capabilities and bb_capabilities, just the one where I make the changes. Could it be a permissions problem somewhere?
I have done countless reinstalls, I even tried the WP-3.0 betas, but it never works.
I’m coming to grips with bbPress.. slowly.
Is the $user->ID actually availabel for use at that point or do you need to do a
bb_get_current_user_info('ID'); ?
People cannot use IE to place ratings on plugins on the wordpress site.
For example rating the “share and follow” pluing with IE give this error page….
http://wordpress.org/extend/plugins/share-and-follow/?rate=5&topic_id=13964&_wpnonce=0de7c56cd6
on screen error
“Your attempt to do this has failed.
Please try again.
Back to WordPress Plugins.”
This has only been tested and not working with IE8. It will most likely exibit the same problems on every version of IE.
Via SVN in bbPress plugins part, xili new post notification plugin was updated this day (more than three hours ago) but the visitor interface is not yet updated. It seems that the rate is freezed and very low compared to wp plugins repository !
Has somebody infos ?