ok, can you look at
Codex
getting started part 1, and see if anything in there helps
Come back
@blankstage – great – I only started with wrodpress and bbpress 13 months ago, and have learnt a fantastic amount since then !
Anonymous User 7823331Inactive
Hello. I do not want to bother you with basics, however I tied Slovak and French translation and non of them worked.
I did everything according http://codex.bbpress.org/bbpress-in-your-language/ and no translation appears.
I downloaded translation files (po and mo) from http://translate.wordpress.org/projects/bbpress/2.5.x (bbpress-2.5.x-sk.mo, bbpress-2.5.x-sk.po), I moved the files to /wp-content/languages/bbpress/ and rename it to bbpress-sk-SK.mo and bbpress-sk-SK.po (I also tried names bbpress-sk.mo and bbpress-sk.po).
What I did wrong?
I use WP 3.5.1. with bbpress 2.5.3. I use also polylang module. All translation Slovak, France … works just the translation of bbpress do not.
Just to identify the problem I tried to install your module to WP 3.8 clear installation (with out polyalang) and same result, that translation do not appears.
I believe that it works, since you jut few people ha problem wit translation (http://bbpress.org/forums/search/translation/) but I did everything according manual and it does not work for me.
Thank you.
Hey Guys!
I am new to using BBpress. I have been learning a little bit each day and you guys rock!
My theme is DIVI from elegant themes.
Here is the start of my open forum:
http://blankstageproductions.com/forums/forum/bsp/
When I went to see how the forum looked on my smartphone it looked odd. All the words are bunched up on the RIGHT side of the screen making it difficult to read. Is there a plugin or some CSS coded I can drop in? I have done several searches but may not be looking in the right place for this.
For CSS I have learned to drop in code using the ePanel in the theme. I found a thread here with code, copied it in and the code took pretty well. I still have so much to learn in terms of CSS and how to change it but figure as long as the ePanel works I should be good.
dear Stephen don’t be angry …english is not my language
Do not worry about that, I understand you fine 🙂
Edit: Your MySQL is Excellent 😉
Forums and Topic status = Done (F_TOPICS & F_COUNT)
Forum Topics and Replies Counts = Done (T_REPLIES)
Last Reply Date = Done (T_LAST_POST)
Due to limitations with the importer configuration we can’t include the FORUM_TOTALS or FORUM_CATEGORY tables. You will need to manually reassign your your forum categories after importing, usually there is only a small number of these so this shouldn’t be much of an issue. The ‘Total’ Counts’ are also not actually needed, we do this slightly different and are recalculated by bbPress after the import has finished with the ‘Repair Tools’.
Edit: After the import has finished we actually recount all the ‘counts’ so these are not very important to the import, they kind of just help a few things on the way.
Hi,
I recently installed bbpress onto a newly created wordpress website, I’ve read through loads of different forums on 404 errors but can’t seem to solve this:
When I click on any forum I have created the next page is a 404 page not found error.
Any suggestions would be greatly appreciated.
The error can be seen here:
mk2.club/forums/
just click on the test forum
Thanks
Thanks Robin – I am going to try and contribute to some of the threads in hopes I can gain more knowledge. You and Stephen seem really like great help here! I need to start a few tickets I think but want to read more threads to get more of a feel. Loving the BBpress install and I can’t wait to have some deep discussions on my forum.
I’m using simple local avatars and bbPress and they seem to work together (I uploaded avatars in the bbPress profile page and it worked without gravatar)
actually just tried it still breaks the whole bbpress section of the site…
is there a reason why visual editor is disabled by default? ( not stable? ).
Is there a quote plugin that is compatible with the visual editor? the one with GD bbpress works only with the non-visual editor
dear Stephen don’t be angry …english is not my language 😛
..however…
FORUM_FORUM => F_TOPICS
This information is refer to all topics (Only Topic) in specific forum ex: “Forum_name => Total Number of topic”
FORUM_FORUM => F_COUNT
This information is refer of all replies (Only Reply) in specific forum ex: “Forum_name => Total Number of replis”
I think a sum of this two information give us a total like here, ex: “Troubleshooting => 30,051”
================
In this Table FORUM_TOTALS, Snitz save information of whole BB, a sum of all replies and all topics
FORUM_TOTALS => T_COUNT whole topic
FORUM_TOTALS => P_COUNT whole replies
================
About FORUM_TOPICS => T_REPLIES
is this field Snitz save number of replies relate to single topic ex this one:
“Documented import from snitz access database” > “18 replies”
================
with minor importance, also stored in this table FORUM_TOPICS we have
T_LAST_POST_AUTHOR ID value of last member have posted reply
ex: Last reply from: Stephen Edgar
T_LAST_POST data value of last reply added (same format yyyymmddhhmmss)
ex: Last activity: 5 hours, 57 minutes ago
T_LAST_POST_REPLY_ID ID value of last reply added actually used for link in email (?)
ex: Post Link: https://bbpress.org/forums/topic/documented-import-from-snitz-access-database/#post-146492
Robin, Stephen, thanks for your messages. If have added a comment to https://bbpress.trac.wordpress.org/ticket/1937 with suggestions regarding performance issues and plugin compatibility.
no plugin, but this page shows how to add them using code
(I haven’t quite finished it, but it should work!)
Custom Capabilities
Hi Stephen,
Thank you for the reply, due to the GD press attachment uploads files after clicking on submit, it will never work like WYSIWYG editor, and as a support plugin they will follow bbpress rules.
I guess I will need another plugin which allows user box by account id and stocks personal images. This may work with the default TinyMCE by inserting uploaded images.
I’m having the same problem here. When user enters nickname and email address to register, they get redirected to the “default_site_domain/wp-signup.php“, where they have to re-enter everything. It’s very confusing for users wanting to participate on forums to say the least.
This situation also creates a problem for when a site with forum uses different language than the default site, as mentioned here.
Can one of the bbPress developers please give us some pointers, or at least tell us that this is not a common problem and we’ll have to figure out why this is happening on our own? We love bbPress and we’re hoping now to get some love back. 🙂
@jeffacubed Have you made any progress with this matter? I’m still researching…
Oh, and I’m running WordPress 3.9 Multisite, bbPress 2.5.3.
OK, try this instead, put this code in the bbpress.php file instead:
<?php
/**
* bbPress wrapper template.
*/
get_header(); ?>
<?php while( have_posts() ): the_post(); ?>
<?php the_content(); ?>
<?php endwhile; ?>
<?php get_footer(); ?>
If u look at the page source, it appears the theme has hijacked the bbpress user profile page with some weird vcard stuff…
I can offer 100 paypal to anyone who helps me fix this issue.
Ah…. I know why, apologies for saying not cool 😉
Make a copy of your page.php file and save it as bbpress.php in your themes folder (you can use page-sidebar.php if you prefer) and then bbPress will ‘wrap’ all of it’s pages in that template for you.
Wow! Bumping your own topic 7 minutes after first posting, not cool.
That said you are correct it is a compatibility issue with your theme and also bbPress does NOT support signatures ‘out of the box’
Why not just enter your custom bbPress CSS in your themes custom CSS Editor?
It should work just as it does for your themes CSS.
Here is our ‘Official’ stance on the ‘Unread’ feature/functionality:
https://bbpress.trac.wordpress.org/ticket/1937
The primary issue is performance, we have not seen a plugin that will work well for larger sites, if we implement this as a feature it must work for everyone who uses bbPress.
I just updated the list of ‘Unread’ type plugins I know of here:
Feature Plugins Tracking
1) An easy WYSIWYG editor in bbpress for normal users(frontend).
You can enable the TinyMCE Visual Editor with instructions shown here:
Enable Visual Editor
2) With an image “upload” feature, but is not working like an attachment like “GD bbPress Attachments”.
I’m only aware of the “GD bbPress Attachments” plugin that offers this for bbPress, you should be asking in their support forums for any issues relating to why this plugin doesn’t work for you.
3) All the uploaded images will be separated by folder(user name or individual name for an user).
bbPress does NOT support attachments or media uploads ‘out of the box’
I would also suggest you also contact the “GD bbPress Attachments” support forum to request any enhancements you would like to see in the plugin.
Set WP_DEBUG to false define('WP_DEBUG', false); in your wp-config.php file, this is a known issue.
More info on this:
https://bbpress.trac.wordpress.org/ticket/2309 https://core.trac.wordpress.org/ticket/24169
bbPress doesn’t actually support the use of signatures ‘out of the box’.
What we can do though is still import that data and store it in the wp_usermeta table, then if you do add a plugin that supports signatures in bbPress you can then copy that data (Using phpMyAdmin for example) from your imported database to however that plugin supports signatures.
Simply add this field map:
// User Signature (Stored in usermeta)
$this->field_map[] = array(
'from_tablename' => 'FORUM_MEMBERS',
'from_fieldname' => 'M_SIG',
'to_type' => 'user',
'to_fieldname' => '_bbp_snitz_user_sig'
);
Thus once you (if you do) add a plugin to support signatures to can then query against the _bbp_snitz_user_sig field directly with MySQL and update your user profile fields.
I just added the above to the Gist also, you can see the changes via the ‘revisions’ link.
Robin, hi again 🙂
I’m still working on my new bbPress and now I was looking for a solution to change the ‘freshness’ that bbPress displays to the date of topic. I’m excited because I found your posting here and read that there is a plugin now which does that. How great!!
I’ve installed it right now, but still I have a problem to activate it.
It is the message:
Plugin can not be activated because fatal error.
Parse error: syntax error, unexpected T_FUNCTION in …..myTestWP/wp-content/plugins/bbp-last-post/includes/lp-widgets.php on line 224
Do you have an idea, Robin, why it can not be activated at me?
Link unfortunately I have not currently, I’m still on my test server.
Would be glad to hear from you.
Thank you!
Morgensonne