Forum Replies Created
-
In reply to: Arabic bbpress Language in english website
Arabic is 96% translated already, see this to get you started https://codex.bbpress.org/bbpress-in-your-language/
In reply to: No way for users to register and loginYou can add some widgets to your side bar or shortcodes to a page
https://codex.bbpress.org/shortcodes/ https://codex.bbpress.org/widgets/
Also there are a few other docs on the codex worth looking at
In reply to: get a replies parent forumCool, that will work, thanks for the follow up and code example π
Thanks for adding the Codex page @jwarren π
In reply to: Forum Index + Topics by FreshnessI just updated that page to ‘Topics β How many topics to show per page’
As to combining the ‘Forum Index with Topics by Freshness’ I’m not exactly sure what you mean by this, for example look at the following two pages here on bbpress.org
https://bbpress.org/forums/forum/installation/ <- That’s the ‘Instalation’ forum 25 topics/page
https://bbpress.org/forums/forum/troubleshooting/ <- That’s the ‘Troubleshooting’ forum 25 topics/pageIf you wanted to have something like below on a single page then you would have to customize your templates or use some shortcodes on your page to get the layout you want. It is quite doable but once you get 50 topics for example in a forum finding ‘Forum B’ or any other forums below that list will be extremely difficult.
-
Forum A
- Topic 1
- Topic 2
- Topic 3
- … etc
-
Forum B
- Topic 1
- Topic 2
- Topic 3
- … etc
In reply to: support for sms message when there is a forum updateGive this plugin a try, you should be able to customize the templates as needed.
https://wordpress.org/plugins/bbpress-custom-reply-notifications/
In reply to: miniBB – Import only latestSome seriously nice work in your script π
I have just merged your changes into mine
https://gist.github.com/ntwb/7889409/revisionsAnd I forked your Gist and merged those changes into yours https://gist.github.com/ntwb/7955389/revisions
Both files are the same and you can download either to use and test, using the /revisions it should show you a little clearer the changes I made.
In summary the main updates were:
* Fixes PHP Class name – FromExample_ConvertertominiBB
* Includes forum slug
* Uses thecallback_topic_reply_countfor topic/reply counts
* Added topic Author IP
* Added topic slug
* Added topic status (Open/Closed) and callback
* Added reply post id
* Added reply title and reply title callback
* Added reply slug
* Updated password verify classminiBB
* Stores custom user profile_bbp_minibb_user_instantmessenger,_bbp_minibb_user_occupation,_bbp_minibb_user_location&_bbp_minibb_user_interestsinwp_usermetaIn reply to: Request: Backticks optional?I see where you are coming from, I just went and took a look around backticks in Crayon Syntax Highligher.
Tex uses backticks and appears to render fine based on this http://aksandbox.webege.com/?p=92, I also tried some MySQL with backticks and that also rendered correctly.
You can also add/create your own languages for Crayon:
https://github.com/aramk/crayon-syntax-highlighter/blob/master/langs/readme.mdSome more background on the issues in the past can be read in these two tickets and this was one the main reasons
backtickswere implemented.
https://bbpress.trac.wordpress.org/ticket/2091 & https://bbpress.trac.wordpress.org/ticket/2317While looking for a solution I noticed that Iβm not the only one experiencing this back tick problem β frankly; the editor for bbPress needs some serious reconsideration β¦ isnβt it time for a capable WYSIWYG editor?
I also think we do need a better editor in bbPress, or more so a better editor in WordPress itself that we can use in the ‘front end’ of bbPress.
The install base and use of bbPress is quite large and varied and we try to make it work for all of these cases and is one of the reasons recommending to use plugins that work with bbPress to support your own use case.
Maybe we should have a wider discussion on the bbPress editor and the options available to us.
It looks like the issue is fixed?
Anyway see the comment on this ticket in Trac for more details https://bbpress.trac.wordpress.org/ticket/2204#comment:3
On each bbPress related page, the bbPress adds a class ‘bbPress’ to the body html element, so adding something like below would solve the problem in a non-obtrusive way.
body.bbPress #nav > li.menu-item-318 > a { formatting for the highlighted menu item class }Where, menu-item-318 is the id of the page which should have been highlighted by the current_page_parent or current_menu_item class, which are not attached (for which this ticket is for).
Of course, this is just a hack, but it does get the work done.In reply to: Participants seeing 404 on forum indexso would i add that line to the themes functions.php to test it?
Yes, if it works or doesn’t work a note on that ticket would also be helpful or any other notes such as any particulars of your setup that may help in tracking this down further would help.
Subscriptions should be fine, my ~600 subscriptions appear to be working fine :/
In reply to: Multiple background images.It’s all good, I still call myself a noob quite often π
In reply to: miniBB – Import only latestThanks, indeed it does help, gets some of those pesky regex strings half sorted out.
It be extremely keen on seeing what
JOINexpressions you used to join theposts&topicstable as if I remember correctly this was the only thing holding me back from including this as one of the new featured importers in bbPress 2.5.In reply to: get a replies parent forumYou probably want to look into WordPress’ ‘Conditional Tags’
https://codex.wordpress.org/Conditional_TagsAnd then a list of bbPress’ conditional tags https://codex.bbpress.org/bbpress-conditional-tags/
In reply to: Multiple background images.You can also go down the path of add Post Thumbnails to your forums and topics, not so much replies though unless you have some awesome templates π
There is some example code in this thread:
In reply to: Translate options selectThe creator/developer of bbPress or the Mods, can not help in translations, they just have to trust anybody whom submits a translation.
Kind of correct, all the translations are handled by the same translation process for WordPress
https://codex.bbpress.org/bbpress-in-your-language/
Using
pt_BRas an example if you take a look at: https://translate.wordpress.org/projects/bbpress/devYou will see that Portuguese (Brazil) is at 94% translated, 975 strings translated and 60 strings untranslated.
@tvieira If you open this link it shows you the 60 strings that have yet to be translated for bbPress. You can update these strings yourself and then contact the Brazilian translator team via one of these links to get these translations approved. Once approved they should then become available via WordPress’ automatic updates in the very near future.https://br.wordpress.org/contact/
https://br.forums.wordpress.org/
http://wp-brasil.org/In reply to: Unable to edit repliesIt looks like whatever plugin you are using to control user access to your forums is causing the URL’s of your links to be rather strange to say the least.
To try and resolve conflicts with other plugins please disable all your plugins except bbPress to see if the error persists. Re-enable each plugin one at a time and if things break again you should be able to now know which other plugin is causing the conflict.
In reply to: Request: Backticks optional?I know many sites that are using bbPress for code are using the ‘Crayon Syntax Highlighter’ plugin. Have you had a look at this plugin? Will that do what you require?
In reply to: BBPress Plugin does appear in WP MenuThis typically occurs if there is a plugin conflict.
Have you tried to see if bbPress is conflicting with another plugin?
To try and resolve conflicts with other plugins please disable all your plugins except bbPress to see if the error persists. Re-enable each plugin one at a time and if things break again you should be able to now know which other plugin is causing the conflict.
In reply to: Participants seeing 404 on forum indexIn reply to: Website input default value is "Array"It was late last night and maybe I was seeing things, I have just tried to reproduce the issue and cannot.
The fix for this was Trac Ticket #2476 and in changeset r5187.
Can you check the contents of this file on your server please, it should match this file at Line #92
/includes/users/functions.php#L92'url' => 'comment_author_url'In reply to: Edit time allowed issue, BUGCool, thanks for the update π
In reply to: Edit time allowed issue, BUGI am testing this now but I cannot reproduce it.
Do you the correct time zone +7UTC set in WordPress’ settings?
In reply to: Exclude WP plugin (page navi)Pushing my knowledge in this are so a quick stab before I go for the night (11pm here)
Rather than
is_singlehave a look atis_archiveIn reply to: Website input default value is "Array"Oops my bad, it looks like I can see what the issue is, I will try to get a patch worked up tomorrow (11pm here local time) and will report back.
In reply to: Hide "members" page or add "nofollow"I have recently installed BBPress into my WordPress theme, and have been having a few problems with spam registrations. Basically people are creating accounts, and in their profile text the are adding links to external sites. I would like βnofollowβ to be added to these links by default, though nothing I have found on this forum has worked. I have added various things to my functions.php file as instructed by people here β none have worked. Can anyone help with this?
This something we could look at implementing into the core of bbPress, could you create a ticket in Trac for this and we can take a closer look at the issue.
http://bbpress.trac.wordpress.org (Use the same wordpress.org/bbpress.org username and password)
I would also like to hide the β/membersβ page form being publicly accessible β is this possible?
This part is BuddyPress π