Forum Replies Created
-
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.
In reply to: Arabic bbpress Language in english websiteArabic 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_Converter
tominiBB
* Includes forum slug
* Uses thecallback_topic_reply_count
for 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_interests
inwp_usermeta
In 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
backticks
were 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
JOIN
expressions you used to join theposts
&topics
table 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_BR
as 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_single
have a look atis_archive
In 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.