Hi, Can you help? In bbpress my favorites link returns page not found. http://www.thsotestsite.dev/members/admin/forums/favorites/ the rest of forum works fine.
The favorites in BuddyPress work fine http://www.thsotestsite.dev/members/admin/activity/favorites/
And Yes running both Group and site wide forums and are playing nice together for the most part:)
WordPress: Current version
BuddyPress: Current version
bbPress: Current version
Theme: Frisco and BuddyPress Default Both have same results
all running on my dev. server (DesktopServer)
Is this a bug or config problem?
can anyone give clue how to fix this?
Thanks
James
I attempted the import but I keep getting the error saying I have no forums to import:
WordPress database error: [Table ‘motionworks_wp2.forums’ doesn’t exist]
SELECT convert(forums.forum_id USING “utf8”) AS forum_id,convert(forums.forum_parent USING “utf8”) AS forum_parent,convert(forums.topics USING “utf8”) AS topics,convert(forums.posts USING “utf8”) AS posts,convert(forums.forum_name USING “utf8”) AS forum_name,convert(forums.forum_slug USING “utf8”) AS forum_slug,convert(forums.forum_desc USING “utf8”) AS forum_desc,convert(forums.forum_order USING “utf8”) AS forum_order FROM forums AS forums LIMIT 0, 100No forums to convert
Any ideas? All help greatly appreciated.
John.
If you use the bbp-theme-compat theme you can copy some template files from the plugin directory to your theme directory.
This way bbPress can get updates in the future while your custom edits will not disappear because of the updates to the plugin.
https://codex.bbpress.org/theme-compatibility/
(read the last part.)
Only thing is, there is a template file that’s named like this: page-front-forums.php everybody thinks this is the default template that will be shown when you have an url like this.
http://example.com/forums/
But that’s not true, this template is only used when you use bbPress (the forum index page) as a homepage for your WordPress site.
If you use the forums (index) page as a separated page like my ‘example.com’ url above bbPress uses the archive-forum.php template.
What you can do very easy is copy-/paste the archive-forum.php template from the wp-content > plugins > bbpress > bbp-theme-compat > extras > directory to your theme’s directory.
wp-content > themes > your-theme-name > and edit that template file.
Now bbPress wil not use page.php but the archive-forum.php template instead and you can edit this page to all your needs.
I’ve got the same issue. Topics are showing up in all forums.
Website is http://www.walkaboutwellington.com/forums.
BBPress version is 2.1.2
Wordpress version is 3.4.1.
Any ideas?
Hello BBP Forum,
I got nearly everything set up with the BuddyPress and bbPress forum plugins, however there’s a few tweaks I need to finish it off and I’m trying to figure out which files I need to adjust the html settings to match my custom theme of my other pages.
Going from these directions: http://codex.bbpress.org/legacy/step-by-step-guide-to-creating-a-custom-bbpress-theme/ I created a child from my Alyeska theme and copied the Default bbPress Theme to the child theme folder. This helped get the forum page a little closer to my custom theme style, but still not there yet; the sidebars are missing, the forum BG is white, amongst a few other issues, but it’s getting closer. I’m just not sure where the CSS master file for this page is, I tried editing the two files in the child_theme/bbp/CSS folder but it didn’t make any change: http://ouyagamingsource.com/forums/, any ideas?
Thanks ahead of time!
–Bryan
I also just noticed that over at http://testbp.org/discussion/ the “Forums” sidebar widget there has an additional 2 columns, “Posts” and “Freshness”. How on Earth does one get these fancier widgets?
Just as the title says, I’m curious to know how the current main page at bbpress.org/forums/ is set up. Ideally, I’d like to have my forums main page set up in exactly the same fashion.
Am I correct in assumming that it’s done as a Page (“forums” being the slug) with the bbPress shortcode “[bbp-topic-index]” as its content?
I notice for Latest Topics it lists 28 topics, however in the bbPress Codex listing of shortcodes, it says that particular shortcode only lists 15 of the most recent topics. How does one go about configuring it to show more (or less) than the default of 15?
The other thing I’m curious about is how one gets the nicer “Forums” sidebar widget. The one on bbpress.org/forums/ is styled with a header containing “Forum” and “Topics” column headers, and then a striped list of the Forums with the associated topic counts. In the current public version of bbPress (2.1.2), the “Forums” widget only shows a straight, plain list of the Forums — no header/columns, and no topic counts. Is the widget used on bbpress.org/forums/ from the current SVN of bbPress, or was it customized specifically for bbPress?
Have you looked at these two docs to help get you started?
https://codex.bbpress.org/theme-compatibility/ and https://codex.bbpress.org/shortcodes/
(The thread that you linked to above is out of date as it is only relevenet to the old stand alone bbPress and not the current plugin bbPress 2.x )
-
MTPrower
-
You stated my exact problem which I am currently having. I am a noob. But I can usually google search my way out of any problem. (Which led me here, but with no answer) I see that the “forums base” archive slug field is used in the breadcrumb for bbPress. When I click on the link in the breadcrumb, it takes me to the archive page….not what I want my users to be able to do at all. I want them to be able to get back to a forum index from anywhere inside bbPress.
I setup a WP page and used the bbPress shortcodes to give me a Forum index; which is the main portal to all of the topics and posts on my site.
However, once a forum/topic is selected by a user, the bbPress *.php takes over and the pages are dynamically generated ( i guess ). How do I send people back to the forum index WP page from anywhere inside bbPress? I would prefer the breadcrumb worked or at least could be redirected to the WP page. Linking me to an archive page does NOTHING for any user, when trying to get back to an index.
Hope that was descriptive enough to workout a solution. Thank you.
http://www.sailhavasu.com/event-forum/ <- WP Page with bbPress short codes creating a forum "index"
http:www.//sailhavasu.com/bbpress/forum/hpcc-2013/ <- bbPress page where the breadcrumb "Forums" links to an archive page. Would rather it linked to an index; either a WP page or a dynamically created bbPress page with an actual index. (Note: "bbpress" is what I named the Forums base Archive Slug; another issue that appears weird to a noob.)
Figured it out. Used BBConverter and it worked. Not sure what was going on.
With the bbpress.php would I just paste the page.php code into it and then adjust it from there? I’m too having sidebar issues.
You have several options, but the easiest is to make a ‘bbpress.php’ at the root of your theme. It will act as a wrapper for your entire forums.
Look inside the bbp_author_link() function; there’s a great bunch of documentation in there on how to get that information out.
To say the code “isn’t very clean” is kind of silly; the best thing bbPress has going for it is how clean the code is to read and follow.
Hello, i didn’t know a better title but i’ll try to explain what i meant to say.
I don’t understand why it’s very easy to get all info that you need from the Topic Starter and when you need the same info from the last person who has replied on a topic it’s very difficult.
Look at my screenshot and you’ll see what i’m trying to say.
http://i48.tinypic.com/33op6wz.png
Everything on this picture is done by CSS the only images you’ll see are the Gravatars,
At the left side it’s the Gravatar of the Topic Starter with a Hover effect when i took the screenshot.
I didn’t use the default PHP code that bbPress provided because it wasn’t very clean so i searched around and found a few simple and easy to understand PHP tags who could help me build my custom lay-out.
php bbp_topic_author_url(); = provides a clean url
php bbp_topic_author_display_name(); = provides clean text without url
php bbp_topic_author_avatar( $topic_id = 0, $size = 60 ); = provides a gravatar with url
I love those simple codes because i can add and wrap HTML around it and position everything i need on every corner of the website if i would like so..
But when i try to make the same Gravatar at the right side it’s getting difficult because there aren’t a few simple tags i can use to get the same clean code from the last person who has posted inside a topic.
php bbp_author_link( array( 'post_id' => bbp_get_topic_last_active_id(), 'type' => 'avatar', 'size' => 60 ) ); = provides a gravatar with url okay
php bbp_author_link( array( 'post_id' => bbp_get_topic_last_active_id(), 'type' => 'name' ) ); = this doesn't provide clean text but a name + url
It’s a huge bummer because i can’t make the Hover effect on the Gravatar without clean code tags.
Thanks, it would be great to get your translations added to https://translate.wordpress.org/projects/bbpress/plugin
Go to https://make.wordpress.org/polyglots/ and
login with your WordPress/bbPress username (the same one you used to login here at bbpress.org) and ask this same question you posted above and someone should be able to outline how how and where to upload your translations.
As per your thread on Stack Exchange that would be the route I would have a look into (i.e. Making a custom script)
http://wordpress.stackexchange.com/questions/70350/is-there-a-way-to-import-blogger-into-bbpress
Also take a look at the ‘example’ file included with bbPress as an importer ‘reference template’.
You may be able to modify this enough to get your Blogger Posts/Comments into bbPress Topics/Replies
The file is called ‘example.php’ and is located in /wp-content/plugins/bbpress/bbp-admin/converters
Let us know how it works out for you.
Hi,
I’ve converted my forums from SMF to phpBB3 and now I’m trying to finalize this process by converting them to BBpress. I the phpbb3 forum on its own database and have entered the information correctly into the BBpress 2.1 built-on converter. Unfortunately each time I try I get this message:
> Conversion Complete
No replies to convert,
No tags to convert,
No topics to convert,
No forum parents to convert,
No forums to convert,
No data to clean,
Starting Conversion
I’ve searched these forums for an answer but I can’t seem to figure it out. I have phpbb 3.0.11 and here are the forums: http://shadowedmare.com/phpbb/
Search on the Codecanyon website inside the WordPress plugins there is a guy who has made a plugin that works with bbPress.
bbPress 2.1 includes a conversion tool to import forums/topics/replies/users from some of the popular forum packages eg. bbPress or phpBB
There is an ‘example’ file also included as a ‘reference template’ that if your forum software is using a SQL database then you could easily modify this to be a custom importer by matching the correct database tables/fields etc
The file is called ‘example.php’ and is located in /wp-content/plugins/bbpress/bbp-admin/converters
I have an older non-plugin version of bbpress and was wondering how I go about updating it? Is there only a plug-in now? If so how do I transfer from the standalone version to the plug-in version?
Digital Marketing
Any and all help is appreciated!
John.
Hello,
it seems that bbpress use page.php as template to show the forum …
is there a way to create a custom page as template ?
thx
Hi! I’d really love to have this functionality as well!
varsitysmack, do you have any more guidance on how you got this to work?
Thanks!
Wow, didn’t even see that, it worked great, thanks a lot!
Is there any way to import Blogger posts or WordPress posts into bbPress? We’ve been using a blog as a forum for a while, but would like to start using an actual forum solution. I can’t seem to find any importers that will do this though.
-
This topic was modified 13 years, 6 months ago by
Stephen Edgar. Reason: Moved topic to 'plugins' forum