Search Results for 'bbpress'
-
Search Results
-
Topic: MU + shared bbPress
I’m sorry if this has been discussed. I’ve tried a bunch of different searches to no avail. Installing bbPress with MU is easy enough, but is it possible to somehow install bbPress in such a way, via a plugin or something, that would allow anybody with a blog on the multiuser site to have a bbpress forum? It can be done with a forum plugin like simplepress, but I really like bbpress and would rather do it that way if possible.
Thanks.
Topic: Plugin alternatives?
Greets –
After having a great time tinkering with bbPress and deciding upon a theme, I’ve turned my attention to plugins.
Here are some I’ve tried and gotten nowhere with. If anyone has an alternative to suggest (or how to get these working), it would be appreciated.
“Open_in_new_window” (opens link in new window) – no work-o with Zaerl Editor (IE or FF)
“Post Notification”, Subscribe To Topics” – both dead
“Live Comment Preview” – couldn’t understand the instructions
“Checkbox for e-mail subscription” (the one used here) – doesn’t appear to be available as a plugin
Thanks,
Joe
Topic: Front-end editing
Topic: bbpress and wp 3 multisite
Hi all, id like to set up a wordpress website that lets a user signup which then gives them their own blog and also gives them access to the forum – is this possible?
then as an extra but not essential – is it possible to do the above but use facebook connect to gain access to the above?
hope that makes sense
Hello,
I hope someone can help. I just moved my website to a new host. I’ve copied all files from the old bbpress directory to the one created with the new host. Everything seems to be working fine except for the Register function. If I try to create a new user and click Register nothing happens. Should I maybe change some permissions?
Thanks for any input.
Dan
Topic: Better Profiles….
Is there a better option than gravatar for making avatars? I like gravatar, but most novice users still can’t figure it out. Also – are there better options for profiles in general? Are there plugins where people can add real information to their profile pages, not just the bbpress defaults? I don’t need much, just a little more than is there now, like a bio and whatnot.
Hello.
I am using Bavatars 0.4.1 plugin in bbpress 1.0.2.
Now, I am trying to get my avatar (or every user’s avatar for that matter) shown next to every post that I (or they) make.
I have tried using something of the
<?php avatarupload_display(get_post_author_id()); ?>kind in my template’s post.php page, specifically in<div class="threadauthor">section, but I don’t know the exact function that I am supposed to call there. I got the idea from another plugin (Avatar Upload), where it seemed to be working fine.This is the function in Avatar Upload plugin
<?php echo avatarupload_display($user->ID, $force_db); if ($config->use_thumbnail == 1) { echo " " . avatarupload_displaythumb($user->ID, $force_db) . "</p>";}?>defined in avatar.php (from Avatar Upload plugin).Now, if I was to define the exact function in bavatars.php and call it in post.php, I guess it would work, but I cannot find my way round the Bavatars plugin.
Any ideas?
Thank you.
Regards,
Bob
I installed wordpress using simplescripts. I installed bbpress manually.
Everything works fine until I add the following line to bb-config.php
require_once(dirname(__FILE__) . ‘/../wp-load.php’);
After adding the above code I can no longer login to bbpress.
Instead I get the below error:
Fatal error: Cannot redeclare class PasswordHash in /home7/brianduf/public_html/wordpress/forum/bb-includes/backpress/class.passwordhash.php on line 38
If anyone could help to throw some light on this for me I would be over the moon : )
