HI,
Is there a shortcode for a searchform?
Xander
phew, i meant functions.php
Thanks for the answers…
John I saw that all of formats (like number format and date format) is in a file name class.bb-locale.php in bb-includes directory…
If our plugin convert the functions in this file (bb_gmdate_i18n & bb_number_format_i18n) to Persian formats, will all the formats in anywhere being reformated?
I’m now using bbpress 2.0 and buddypress 1.2.10 and the shortcodes and widgets have been very useful to the not so techy users like me.
The situation is that I want to show only one forum’s latest topics, is there any plan for releasing shortcodes with more detailed options or a way to make it possible manually?
Thank you in advance!
I am new to buddypress I’m not a coder. The install was simple. But when it comes to the forums i can’t set it up! Instead i get told i have to make a group. I want a forum (with categories) but at the same time i want group forums to work separately. So when i set up a group i go to the forums page and it tells me group forum directory.
I want a forum on that page not a group forum directory. Is it possible if someone can tell me how i can correct this? Again, I’m not a coder so a simple copy and paste would help. I can always learn something new though. but this is killing me, i have looked everywhere forums, youtube videos etc.
Step by step instructions for “Non IT techy” would be helpful. Hopefully in a newer version of buddypress you can make group forums separate from forums. So again anything would help.
Also is it possible to have a separate page for group forum directory instead of using the forums page and is it possible to make it so only admins can see that page? I think this would be helpful if you’re running a site and want to admin group forums but not have them show publicly. or an option to let users just display forums in the directory they allow publicly?Just a suggestion.
Thanks hope to hear from someone.Just incase my post is viewed in buddypress yes i posted there aswell.
alrighty, with your help, anointed, I’m getting the hang of this now. I’ve created new pages with bbpress shortcodes, and linked them accordingly. Now I am testing the registration process and I have one question.
Instead of having new users login via the WordPress Dashboard, can I make it so they stay at the frontend? Does that make sense? I do not want them logging into any kind of WordPress backend.
Thanks again buddy.
Not yet, but anything is possible.
Hi guys,
Just wondering when I eventually install BB Press on my production site, i will be turning OFF groups and using only the BB Press Forums.
What will happen to the existing activity entries that link to the current groups etc?
Will the entries become dead links, or does BB Press somehow upgrade these links?
Any info on the future ‘upgrader’ would be appreciated.
Ross
I took a quick glance at your site and noticed a few things. Mainly the style sheet from the theme you are using has a lot of conflicts with bbpress. It is going to take a lot of modification to make it look right within that particular theme.
*It is not the fault of the theme or bbpress that everything does not look right out of the box. It just happens that there are a few conflicts and as I don’t know your theme code I can’t tell how big a job it would be to fix.
It’s not what’s in the 1.5RC1 though is it? Because that looked like BBPress 1.0
It’s only a problem if you want it that way. 
bbPress is going to keep its core taxonomy separate from WordPress posts. If you want to merge them together, it’s completely possible to do on your own.
Thanks, I will wait for the plugin then. I have shut down the forums for now. I will experiment some more with them on my test system. Really like how bbpress looks and feels but I don’t really need a forum
Ok thanks for the reply. It’s just a pain dealing with the frustrated users in my forums. But I guess you know all about that
It’s easy to combine post types and taxonomies, but it’s difficult to come up with a UI that makes sense for both. Search the WordPress codex on how to combine post types and taxonomies. There are a few good examples out there.
Those topics were created via the WordPress dashboard. The post status is hard coded into the meta box, and password protected content is only loosely supported in bbPress 2.0. Someone is currently making a plugin that blocks admin posting which will prevent this in the future.
Hi,
I have the same problem as elmalak.
I would like to use a page to put my shortcode in – however if you do this then the links all revert back to the default forum slugs?
Jamie
umm… John I now see the about/domains page
I am sorry to say I’ve submit < bbPress.iR > for our team
Can we continue using it?
Look at the bottom of the screen where it says export
how can i attach my desired signature in bbpress forum there is no any option its profile.can you guide me in this regard?
__________
Computer Science Programs
John I’ve question about that the Date function must be in ThemeFunctions or no, that is in bbPress Core and I need to convert that to jDate function?
We coded a plugin that with found jDate in somewhere will convert it into Jalali date but I don’t know we must with require_once function include the core or no, the theme must have the jDate… 
And can you say when will you work on the perevius versions? And when the stable 2.0 come (cause of that we need to prepare to support it too!)?
Thanks…
AmirSaam امیرسام
Why isn’t this working?
<?php bbp_list_forums('forum_id' => '4'); ?>
and this.
<?php bbp_list_forums(array('forum_id' => '4')); ?>
If i’m correct this should only load forum ID 4 correct?
Something else i was thinking about..
What if i make this loop-single-forum template file empty..
<?php bbp_get_template_part( 'bbpress/loop', 'single-forum' ); ?>
And after that i include a PHP code that says..
If forum_ID = ‘2’ go get file loop-single-forum-2.php
if forum_ID = ‘4’ go get file loop-single-forum-4.php
if forum_ID = ’14’ go get file loop-single-forum-12.php
Else die or loop-single-forum.php
Would that help me out?
http://testbp.org/discussion/
How to do something like that, man, it looks A.W.S.O.M.E.
)
Any guide, tips?
#1 are you running the old 1x vs. of bbpress or the new plugin?
(I would suggest the plugin for sure as it’s the most updated)
#2 if you are not then here is the page to find the download to the plugin
https://bbpress.trac.wordpress.org/browser/branches/plugin
*on the bottom of the page is the download link. Keep in mind that this is the most recent vs. and it changes almost daily until everything is finalized.
You simply click that link, save the file to your computer, and then go to your wp installation. In there you will use ftp to go into your wp-content/plugins/ folder.
#3 From there create a folder called bbpress inside the plugins directory.
#4 Upload the plugin you downloaded to your plugins folder
(browse the bbpress download and go into the folders until you see bbp-admin, bbp-includes, etc folders. You upload those into the bbpress folder that you created in your plugins folder)
Structure should look like
wp-content
–plugins
—-bbpress
bbp-admin
bbp-includes
etc….
#5 From there simply activate the plugin.
There are other steps needed to get the forums working properly in wp and your theme, but the above instructions will at least get you going.
If you can offer up some clarification, I’ll edit the post so it makes more sense.