This is not specific to BBpress but you may be able to help out (i do use bbpress!)
Users of my site are hotlinking images in threads, perfectly acceptable behaviour.
However, occasionally the site where the image is coming from is using replacement images – usually porn. The user doesn’t know what has happened because the correct image is stored in their cache.
Is there a way to stop this from happening and check if the image shown corresponds to the image being linked to and if not supply our own replacement?
囧国科学院 http://cartoon.lamost.org/
bbPress 中文讨论区 http://cartoon.lamost.org/forum.php?id=2
现在的问题是,可以发中文贴但是不能注册中文用户名界面,汉化也出现乱码,字符集的问题?
欢迎来访和讨论
Well, I think that with 1.0a6 it works, because I’m using it with deep integration and it seems to be working just fine. The order that they’re loaded in could be an issue however, as I’ve experienced some issues that I haven’t been able to troubleshoot effectively yet.
cleared my cookies… checked i had that plugin working on wordpress…. but it still messes up.
it’s only on that one example though. it works alright with all the other variations
i looked at the cookies as i went through it.
i start with no cookies.
when i log in to wordpress i get quite a few cookies… two of which start with the phrase “wordpress_logged_in”
when i log out of bbpress, only one of these cookies disappears. which is presumably why i stay logged in to wordpress.
can i ask, should there really be two cookies called that? or should there just be one. it seems that wordpress is creating two cookies for everything, one for itself and one for bbpress
Howdy, it’s my understanding that when integrating like that the wp actions and filters are no longer valid. wp_head() just calls do_action(‘wp_head’). If there’s nothing hooked up to ‘wp_head’ any more, nothing happens.
Could be.
How is this achieved? how can you see the logs? And are IP’s logged on each post and comment so they can be tied to the user’s ID? Can this be ported to work in all of WordPress MU? Thsi would be very handy. Thanks!
Hi,
I’m running the latest 1.0 Alpha release.
I’ve set up deep integration which works okay. However, for some reason wp_head does not seem to be working at all.
Any ideas on how to use wp_head within bbPress?
Hi,
the vcard system is on bbpress or with a plugin?
i’m interesting to integrate the informations of jabber profile on the user’s profile in bbpress.
bye
Same is happening on my board that I just recently installed. It is a fresh install of WP 2.7 and bbPress 1.0-alpha-6.
Its all running on:
Win XP SP3 (please dont kick me
)
Apache – 2.2.4 (Win32)
PHP – 5.2.3
MySQL – 5.0.37
But why would you ever do such a thing?!
@Steve
Still sounds like a cookie issue. I would retrace your steps, make sure you’ve got the WordPress Integration plugin installed on the WordPress side of this. Make sure you’ve added all of the cookie info to your config files as specified, etc…
In my opinion, for usabilities sake, it may make sense to route your log ins and registrations through 1 platform anyhow.
Thank you ganzua. I appreciate your help!
2. Delete entries from db… which ones?
-> those that start by bb
Remove the wp plugin and undo any change to the wp config.php. Actually these changes don’t do any harm as far as I know.
Hello.
How do I uninstall bbpress from my WordPress site? wp 2.7, bbpress 1.0 alpha 6
1. Delete folder
2. Delete entries from db… which ones?
Anything else to completely remove the forum?
Thank you.
actually… I spoke too soon.
all of the different combinations work okay apart from this one…
if i log in through wordpress, but log out of bbpress, i stay logged in to wordpress
Cheers Nightgunner, it seems obvious now but that was indeed the problem. With your help AdSense for bbPress is now available at https://bbpress.org/plugins/topic/adsense-for-bbpress/
Newly started Swedish cycling webzine and forum… WP and BBPress integration and I have also integrated phpwebgallery though that one is still under development as I have to figure out how to make it fit into the design of the site… (Uhm, yeah, the private blogs on the site are extra installations… can’t run wpmu on the current host and the subdomain hack didn’t work – should change host but can’t afford it atm…)
http://www.chainlife.se/forum
Keeping it minimalistic… Though quite feature-packed.
@Fender:
You would need to have the link put into the post at the time of display, not at the time of posting. I already emailed you the plugin you asked for.
integration works perfectly for me now, with this new version.
i can log in and out of bbpress or wordpress, and it automatically logs in and out of the other one. i could never get that to work with the last version.
one tiny little thing though…. i’m not even sure that this is a mistake… but when you go to the log-in screen you always get the “Enter a username” message appear next to the username box.
I am guessing that that is actually supposed to be an error message, and should only appear if they try amd submit without filling in the box — like it does for the password field
getting the same errors as criketos
I’m guessing that one of the php function used in the new release of bbPress only supports PHP5 
http://bugs.php.net/bug.php?id=25670
I would like to install bbpress 0.9.0.4. but at the second step (http://vinblog.com/forums/bb-admin/install.php?step=1).
I have error “Warning: can not yet handle MBCS in html_entity_decode ()! in / home / vinblog / www / forums / bb-includes / wp-functions.php on line 113. “
someone would have the solution?
THANKS
christian
paste the code into the SQL field in phpmyadmin
export the result to a CSV
import the CSV to your bbpress forum tables.
I was able to achieve most of what I wanted to do with almost no core hacks.
I editted my template front-page.php to basically be topic.php but without the re_permalink() ; call and statically setting $topic_id = 2.
The core hack I made was to change functions.bb_templates.php to modify all location query functions to trick it into thinking ‘front-page’ is topic-page instead (these are mostly case statements inside functions like is_front() and is_topic()) , meaning that post.php, post-form.php and /bb-post.php all fuinctioned on my new front page in the same way they would on topic.php. I would prefer to develop a plugin that did this modification, but I don’t have time to make one.
So it essentially does what I wanted it to do, albeit with a core hack that will have to be manually maintained in future releases unless a plugin is developed.
In the last few days, I’ve basically discovered that neither WordPress or bbPress can do more than 60% of what I want, and it’s a different 60% in each case. bbPress has one major advantage for me over WordPress right now, and that is bbPress Moderation Suite. WordPress has nothing remotely resembling it and I doubt I’ll be able to find someone willing to build it, even for cash. But even bbPress Moderation Suite is missing one key thing for me, and that’s email notification to the users, but Nightgunner is working on that one already.