Hi all, I have installed bbpress as a plugin. I am just wondering does the login, register and search all have to be widgets to be seen. I do not want widgets in the sidebar and want a simple full page width forum. But it seems if I do this I have no login area? Any ideas on this. Example here: http://community.freshbooks.com/forums/
WordPress 3.2.1; bbPress 2.0; GD bbPress Attachments 1.2.1
I have installed bbPress OK and have a single forum with a few topics/replies as a test.
The forum is for members only and so I set it to ‘private’ in Forum attributes > visibility.
I then created a member ‘Fred Smith’ and set them as a ‘Forum Participant’ but when I log in as them, I get an error “Oh bother! No forums were found here!”.
If I set them to ‘Forum Moderator’ they can see the forum and topics, but then they also have moderator privilages displayed, which is not wanted.
Is this a bug, or am I not understanding ‘private’ correctly?
Thanks for any help.
Hey guys. I just integrated my WP site to BBPress. Right now I am having some problems with the default “forums” page that was created. The right sidebar is not displaying on that page, but when you go to the topics you can see it. Do you know how to fix this issue? Sorry I am really a beginner in BBPress.
http://www.kurtzky.com/forums/
Thanks in advance!
Version 0.1 of my plugin is now available for download on wordpress.org. Find it here if you want to help test it: https://wordpress.org/extend/plugins/bbpress-bbcode/
Really helpful posts if you dig, ive been looking into getting bbpress up and running on my website, almost ready to lauch it too..
Ny bbpress theme css file or my wordpress theme css file?
Greetings Everyone, please take a moment to check out my latest post and available download: Twenty Eleven child theme for bbPress 2.0.
http://serverpress.com/news/getting-started-with-bbpress-2-0/
Thanks!
Steveorevo
Yeah, bbPress breadcrumbs use some really tricky logic.
Regular breadcrumb scripts are not going to work throughout bbPress as is. There really isn’t a way of that I personally know on how to fix this issue.
@Erlend
Most of your questions are pretty unique and specific. Frankly many of the questions you are asking about is why Adam has custom services available.
I also sent you a twitter message with my skype info, however Adam is definitely the person to talk to.
I am confident that he can accomplish exactly what you are after, but it would require direct contact and most probably custom services.
*What is a newline problem? (ur question over there, can’t figure it out lol)
I guess I can compile my questions into an e-mail later, but wouldn’t you rather answer them in public so you don’t have to answer the same questions repeatedly? I greatly appreciate you taking the time to talk to me, but you won’t be able to build a community on your site if you prefer 1-on-1s.
Check top of dark section of bottom of pages..
Example page breadcrumb works normally:
http://kremim.com/urun/cosmed-daily-shampoo-300-ml-2/
Forums have problem:
http://kremim.com/forum/soru-cevap/
I am using wordpress seo plugin with this code for breadcrumbs:
<?php if ( function_exists('yoast_breadcrumb') ) {
yoast_breadcrumb('<div id="breadcrumbs"><p>','</p></div>');
} ?>
We are definitely here. I stated my direct contact info earlier in thread. You have a lot of questions and posts so be easier to address them all at once through a messanger. You are correct about the bbpress 1x and not needing the plugin after convert to convert passwords. That is for all other platforms.
Please contact me directly at:
skype: AWJunkies
AIM: AWJunkies
YAHOO: AWJunkies
Email: aellis@awjunkies.com
The phpbb is not currently complete as the file says
I should have it done next week if nobody has tried to do the converter file yet. I also will be adding and editing a few things for speed.
It’s been about a week since we heard from you guys. I tried to get some discussions going on your own site, but it’s completely silent there.
The instruction on if, where, and what sized picture is displayed in going to be someplace in your theme’s CSS file. Exactly where will depend on your theme.
I really need some help with this so if there is someone with any ideas how to fix this. Please let me know!
I’ve found that you have to go to Settings -> Forums, “Save Changes” anytime you mess with permalinks. Not sure if private/public could be causing this too.
WordPress is sending email notifications just fine, it is only bbPress notifications that are not…
Actually, I need to reopen this.
I can edit the first post of threads, but can’t edit the replies using the edit button on the post.
I have tried to change the permalink structure then back again to reset it but it doesn’t work.
I also posted in this thread:
https://bbpress.org/forums/topic/editing-topics-and-replies-in-bbpress-20
Which seems to have a possible solution but im nonethewiser as to where the code coes that is mentioned.
Just what I needed, thanks so much!
Well I’ve got bbCode working in my own forums now by creating a mod of the b0ingball bbcode plugin that also supports bbpress. I’ve requested a repository on wordpress for this and will make it available there as soon as my request is approved.
Its just an alpha version so far. It works for my site and historic posts imported from SMF, Vanilla and Phorum versions of my sites forum (I’ve been through a load), but I had to mod the quote and url tags from the b0ingball version because they didn’t work properly for me. Hopefully by fixing them for myself I haven’t broken it for anyone else. I’m prepared to do a little work to get this universal.
Oops, last function (A bit too much cut and pasting):
function tfuey_bbp_user_can_view_forum() {
$forum_id = bbp_get_forum_id();
if (tfuey_bbp_is_premium_forum($forum_id)) {
if (is_user_logged_in()) {
if (current_user_can(‘administrator’) || current_user_can(‘bbp_moderator’) || current_user_can(‘whatever’)) {
return true;
} else {
bbp_get_template_part(‘bbpress/feedback’, ‘no-access’);
return false;
} //End if
} else {
bbp_get_template_part(‘bbpress/feedback’, ‘no-access’);
return false;
} //End if
} else {
return true;
} //End if
} //End function
**EDIT: I changed this a bit more. The bbp_get_template_part lines aren’t needed on my theme but are when using twenty ten for some reason (or when I tested at least). If you get two messages saying you don’t have access just remove them i’m not going to figure out why this happened.
Hello,
I searched thoroughly and couldn’t find a clue on what is happening with my bbPress 2.0 plugin.
When users create an account or request a lost password the back-end is working, it sends an email, creates the account, etc. But the redirect is turning up an.. “oops can’t find what you were looking for…” So I’ve looked and looked as I assume it is something related to wp-login.php but I can’t find any references within bbPress.
After hours I felt if I asked maybe someone could point me in the right direction as I’m at a lost or not seeing what I need to.
Everything else is working flawlessly besides this minor problem.
thank you,
@slithx0r
If using the default theme, where exactly would I add/edit the function ‘bbp_get_topic_edit_link’ with the code:
$uri .= ‘?edit=1’;
in bbp-topic-template.php?
Sorry not the best with php!
bbPress works perfectly in multisite. I have separate forums for each of my sites in the network. Of course we do share users though, no current way around that yet.