Forum Replies Created
-
In reply to: Relink a Forum title to another page
Give this plugin a try
bbPress Forum Redirect
Allows you to override the default behaviour of bbPress forums, linking them to an external site. bbPress Forum Redirect requires no real configuration… it simply adds a metabox to the forum edit screen allowing you to specify an override URL.In reply to: Website input default value is "Array"Arghhhhhh….. I still can’t reproduce this error using “Luminescence LiteVersion: 1.1.9”
Do you have any custom templates in your themes folder?
eg.
\wp-content\themes\luminescence-lite\bbpressIn reply to: Subscribe to Topics not sending an e-mailIt does work fine with WordPress 3.8 🙂
We should also update bbPress to also say “Compatible up to: 3.8” rather than the current 3.6.1 😉
In reply to: Subscribe to Topics not sending an e-mailI have used this plugin to test email, seems to test what’s needed.
Remember to deactivate/delete it after you have done your testing.
In reply to: Sidebars in BBpress profileThe classes are set by the following:
<body class="topic bbpress single single-topic...<-bbp_is_single_topic
<body class="forum-archive bbpress archive...<-bbp_is_forum_archive
<body class="bbp-user-page single singular bbpress...<-bbp_is_single_user
<body class="bbp-view bbpress...<-bbp_is_single_viewTake a look at the source for any others here
In reply to: Adding a bbpress used without WordPress userWhen I try and do it manually on the WP admin dashboard, it also forces me to make them a user on the blog, which I don’t want. I want them to only access the forum.
bbPress users ARE WordPress users so as @ronthai points out just make the users WordPress role ‘Subscriber’ to which point you may as well just use the built in users panel in your WordPress admin.
In reply to: Duplicated admin nick after import from phpBB– Open up the WordPress admin users section
– Click delete onimported_LinDan94
– Check the box “Attribute all posts to:”
– Select the usernameLinDan94from the dropdown
– Click ‘Confirm Deletion’Yes, they work really well together, actually developed side by side most of the time.
To get an idea of what is in BuddyPress check this out:
In reply to: Can't remove "Topic Status:" and "type"As it is used in many spots I would suggest you add the translation now.
Most of these translations only happened in the past two days so I would expect you won’t have to wait long for the translations to be updated.
Once you translate that string fill out this form https://he.wordpress.org/contact/
More info is also here in Hebrew https://he.wordpress.org/translate-wordpress/
In reply to: Can't remove "Topic Status:" and "type"You can I think… Add the translation “Topic Status” as I linked to above.
Then at the bottom of that screen you can select ‘Export’, though the dropdowns to the right you want to select “only matching the filter” then to right select “Portable Object Message Catalog (.po)” and then click the ‘export’ link on the left, save this file as
bbpress-he.pothen select “Machine Object Message Catalog (.mo)” and click ‘export’ again and save this file asbbpress-he.moand then using FTP upload both these files to/wp-content/languages/bbpress/and you evertyhting should be perfect. 🙂In reply to: Can't remove "Topic Status:" and "type"It looks like “Topic Status” has not been translated yet 🙁
Hebrew 91% Translated 943 Strings Translated 92 Strings untranslated
You could help by translating those 91 remaining strings and then fill out the form here and let them know “There are some strings for bbPress waiting to be validated”, once these are approved you can update your translations.
Note: In the very near future any updated translations will arrive via WordPress’ automatic updates 🙂
In reply to: Replies not showing up in forumIf you are talking about this plugin https://wordpress.org/plugins/bbpress-threaded-replies/ then you are probably correct as “threaded replies” are now build into bbPress.
I am sorry but http://megm.wpengine.com/forums/topic/hello-world/ October 29, 2013 at 10:39 pm was NOT created a couple of days ago.
You have all kinds of stuff installed on this site and that is breaking it.
In reply to: Forum Index + Topics by FreshnessNice, thanks for the follow up 🙂
In reply to: Replies not showing up in forumI see this at the bottom of your site when viewing a topic
add_shortcode( 'member', 'member_check_shortcode' ); function member_check_shortcode( $atts, $content = null ) { if ( is_user_logged_in() && !is_null( $content ) && !is_feed() ) return $content; return ''; }In reply to: Guest NotificationIn reply to: Website input default value is "Array"What theme are you using?
This is not even a new test site as you mention above, this is still your old test site from that article I linked to above.
Whatever previous hacks and or workarounds you have added are most likely still in place causing the issue, delete that entire site and database and start with a clean slate, install WordPress with a clean database then install bbPress.
In reply to: Number of PostsSee this thread on adding post counts https://bbpress.org/forums/topic/list-user-post-total/
And this one on creating custom role names https://bbpress.org/forums/topic/changing-forum-role-output/#post-140027
bbPress does not have groups. BuddyPress does have groups 😉
In reply to: Closed Forum, Open TopicMaybe this plugin will do what you want 🙂
bbPress Protected Forums adds a metabox, shown while editing a forum, that allows you to disable new topic creation for determined user roles. The plugin is perfect for those situations that you may want your users to see the list of topics of a forum but don’t want them to create new topics.
In reply to: bbPress 2.5.1 is out!@cyberdrone See this to get the translations or get started with translating bbPress. https://wordpress.org/plugins/bbpress-protected-forums/
@david7h6 What shortcode is broken?In reply to: Website input default value is "Array"Where do see the error? It must be in another area to where I am looking :/
I don’t see it when creating a new topic or a new reply to an existing topic.
In reply to: List user post totalTry
bbp_is_anonymousto check if it’s an anonymous user before outputting the post count.I just read this http://www.kriesi.at/support/topic/bbpress-user-profile-page-problem/
Whatever the issue was with your theme that you had the issue with in July and fixed in August is back. As you stated in that thread bbPress works fine with Twenty Twelve, I am not sure what these dynamic templates are or how they work but most certainly this is your issue and not a bbPress issue.
I would also recommend if you are going to setup a test site to test WordPress & bbPress, you don’t add all the extra plugins like BuddyPress, Members, Jetpack etc as they add more complexity to an issue you are trying to isolate, so you should remove all your plugins except bbPress.