Forum Replies Created
-
In reply to: Customising bbp_list_forums – Last Poster Block
Nice work, thanks for this π
In reply to: I'm finished (I think?)Indeed it does look good, and looks good in Chrome 22 π
Along with Chrome as my default browser I do all my ‘dev’ stuff in ‘Chrome Canary’ which allows for a ‘side-by-side install’ so that I can run Canary and Chrome Stable at the same time.
In reply to: bbPress.org Updated to 2.1> Blockquote @JJJ have a look at https://bbpress.org/contact/ at footer links. Itβs redirecting us to MY OWN created topic
@Erlend Can you create a new page for this, WP/bbPress can’t find /contact so it is best guessing that this thread is what it’s looking for https://bbpress.org/forums/topic/contact-us-form-captcha-plugin/In reply to: Changing bbPress headings/titles languageHave you looked at BuddyPress Courseware? It’s BuddyPress & bbPress with ‘all that stuff’ you list above already integrated in a ‘LMS – Learning Management System’ http://buddypress.coursewa.re/
In reply to: Forum log-in problems with wordpressThere are some plugins that should be able to do what you are looking for. Neither of the two below specifically list being bbPress compatible, so contact the developers to see if they will do what you want them to.
https://wordpress.org/extend/plugins/welcome-email-editor/
It would also be an idea to upgrade to bbPress 2.1 π
I have not used Semisecure Login, but a quick look around found this:-
https://wordpress.org/support/topic/simple-modal-login-and-semisecure-login-reimagined> “I didn’t used with SimpleModal Login. But maybe “Theme My Login” is a good alternative for you?! That works with Semisecure Login Reimagined.”
> “This plugin themes the WordPress login, registration and forgot password pages according to your current theme. It creates a page to use in place of wp-login.php, using a page template from your theme. Also includes a widget for sidebar login.” https://wordpress.org/extend/plugins/theme-my-login/
You may be able to create a new login page/template and get around the issue that way.
Have a good read at a few other sites with other alternatives as the Semisecure Login Reimagined plugin is no longer being developed and there may be other solutions that are actively supported to meet your needs.> When activated bbPress will use bbpress.css in your theme directory instead of the one included in bbPress core. https://wordpress.org/extend/plugins/bbpress-custom-css-file/
I hope this doesn’t confuse things further, if it does help sorry I think of it earlier. π
@Erlend The site is running bbPress Plugin 2.x
(‘View Source’ /wp-content/plugins/bbpress/bbp-themes/bbp-twentten/css/bbpress.css?ver=20110807b)In reply to: bbPress.org Updated to 2.1Markdown Plugin
I like Markdown, though cutting & pasting the above text/reply crashed Safari on the iPad twice.
Reproduce Steps: start a reply, I’m using this post itself for an idea on size, it is now so slow and I can’t type or delete text faster than one character a second.Forum Wide Search
See Trac Ticket #1575 https://bbpress.trac.wordpress.org/ticket/1575
The code in #1575 is a WP plugin ‘Search bbPress’ though it needs an update for bbPress 2.1 (remove old widget typo bug code and whatever else may need updating)
Ideally getting #1575 closed and built into bbPress would be the ideal scenario πBreadcrumbs & Tags
These are features available in the bbPress software, as such I think they should be used here at bbPress.org/forums to help showcase the features of bbPress. As for the actual user experience/implementation of said features, ideas on how you use them and how they could be best used here would be great.(~typing at only one character per second here, there is some performance issue with Markdown going on here or at least on iPad Safari)
In reply to: bbPress.org Updated to 2.1> @ziadmasry: Great work!! Is there a recent translation for Arabic version WP?
Ziadmasry,
You can see the current status of bbPress translations here:
https://translate.wordpress.org/projects/bbpress/pluginΒ(Arabic has 132 of 842 translations, though all additional contributions would be welcome :))
Please see this post How do I change the language? (We will add this to the docs in the near future.)
That post has instructions for Spanish, its the same process except you substitute ES (Spanish) for AR (Arabic) where applicable, it’s an identical process for bbPress as it is for WordPress itself.
Β 1: https://bbpress.org/forums/topic/how-do-i-change-the-language/#post-113281
In reply to: How do I change the language?The index page for bbPress translations is here:-
https://translate.wordpress.org/projects/bbpress/plugin
If you can contribute translations that would be great π
In the WordPress database’s ‘_options’ table there should be a field ‘_bbp_converter_query’ and this stores the last executed SQL query that the converter used. Have a look at this query to determine the topic id range and then open up your bbPress 1 database and the ‘_topics’ table to look at the ‘topic_id’ range that the converter is getting stuck at and see if the appears to be any bad/funky/broken data in those topics that could be causing the converter to terminate.
In reply to: Update to 2.1 and category links act strange…I just had a quick look at your site and it looks like its working properly now.
The very first setting on the ‘Import Forum’ page has a drop down to select which forum software you are wanting to import from bbPress, phpBB etc,
And to clarify bbPress1 is the same as bbPress Standalone
In reply to: bbpress integration with wordpressAdd the ‘bbPRess Recent Topics’ widget to a sidebar
https://codex.bbpress.org/widgets/
Or use the [bbp-topic-index] shorcode
Make a static page and as you have the ‘members’ plugin you should see ‘Content Permissions’ available so protect it using that.
In reply to: Importing Mingle Forums into 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 Mingle 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
If you look at converting Mingle it would be great if contributed this back to bbPress for other Mingle users https://bbpress.trac.wordpress.org/
In reply to: Several Questions (sorry)1. See the ‘Getting Started’ on Public, Private & Hidden forums
https://codex.bbpress.org/getting-started-with-bbpress/#getting-to-know-bbpress
2. See ‘Theme Compatibilty’
In reply to: Latest posts in a specific forumYou can use ‘shortcodes’ on your WP pages
In reply to: Width of topic 2.0.xThe CSS unspoken-brockman.css has you setting it to only 460px
Single *****/
.single .hentry-content {width: 460px; overflow: hidden;}
In reply to: Upgrade to 2.1 broke the forum… : /Here is something to start with on 2.1 themes.
There will be an update released in the not to distant future addressing these 2.1 bugs.
The visibility of forums is/should be at the moment:
Public – Anyone can see these forums
Private: Only logged in registered users can see these forums
Hidden: Only Moderators/Admins can see these forums
As for a work around, I would suggest a static page or text widget with links to the forums you want publicly listed
In reply to: Error with "do_shortcode" and "have_posts"I have just tried the same by adding the below to a template and is working perfectly for me.
Code:<?php echo do_shortcode(‘[bbp-topic-index]‘);?>Currently bbPress has the URL structure that is has that is that, you are indeed welcome to write a plugin or contribute to the code base as JJJ wrote above to implement other URL options for bbPress.
Confirmed Bug https://bbpress.trac.wordpress.org/ticket/1891