Forum Replies Created
-
so ‘Showroom’ is a forum – yes ?
In reply to: Displaying XSL / XML syntax sample codehow are you adding tinymce to bbpress ?
@hardel – thanks, can you give me an example on your site where it is not correct?
In reply to: Forums List Widget Displaying in Reverse OrderI’ve just taken a look at the code, and yes in 2.6 it is reversed
includes/common/widgets.php
in 2.5 it says
'orderby' => 'menu_order title', 'order' => 'ASC'
in 2.6 it says
// Order 'orderby' => 'menu_order title', 'order' => 'DESC',
There is no available filter to change this
@johnjamesjacoby was this change deliberate ?@cassel – what I need is
your forum hierarchy
a repeatable process – for ajtruckle this was a reply in a private forum under a public categoryBy the way, if you want an instant solution, just move your private forum so it is not under a public category 🙂
I’ve kicked this around for the last couple of hours.
The issue is not new with 2.6.
The core set up you have is that you have a private forum listed under a public category.
This gives a problem for what bbpress should store as last active time.
For logged in users this should be the ‘true’ last active for all sub forums, but for non-logged in users this should be the last active time of any PUBLIC sub forums, so in theory you should have two ‘last active’ times one for logged in and one for non-logged in. But bbpress does not have this.
To complicate matters, this is handled differently for topics and replies
The topic_walker function doesn’t check for private sub forums, so it creates the last active as a link to a private topic. So non logged in users see a ‘last active’ time, but if they click this, it goes to a 404 as the topic is not visible.
The reply_walker function DOES check for private forum status, and doesn’t update if the forum is private.
That is why you see Topics being added, but not replies.
I’ll think about how best to resolve, it may need a trac ticket
In reply to: Posts with 3 or more linksgreat
ignore that – not thinking straight !
so this is putting an entry into a private forum belong to a public category – yes ?
so if working ‘correctly’, and someone posts a reply into the private forum, what would you expect someone not logged in to see?
In reply to: BB Press Version 2.6.1great -glad you are fixed
In reply to: BB Press Version 2.6.1ok, can you try setting the order on each to 0, and when you have done all of them see if that makes them appear. Then set them back to the order you want, and again check.
In reply to: bbp-topic-form won’t show up properly on mobileok, change your code to
@media only screen and (max-width: 600px) { #new-topic-0.bbp-topic-form, .bbp-reply-form { width: 50%; } }
In reply to: BB Press Version 2.6.1ok, can you go into each of the sub forums (dashboard>forums>edit Forum) and on the right hand side see if ‘order’ is set, and if so come back with a list of the sub forums and the order.
that’s great, can you give me your hierarchy for one chain, and whether category or forum
eg
‘help forum’ – category
‘self help’ – forum – parent ‘help forum’ order 0
‘self help ideas’ – forum – parent ‘self help’ order 0etc.
Then I can see if I can replicate on my test site
@ajtruckle yes the post meta table – glad you found it.
interesting that it set the last active to the topic date in all three settings, as thugh no reply had been set.ok we seem to have issues with moderation and freshness and this post also seems to be an issue.
Notification is showing latest update for unapproved replies
1. can you confirm you now have moderation turned off ?
and
2. having run the correction, can you replicate the issue, ie make it happen again or does it just randomly do so?In reply to: Forums List Widget Displaying in Reverse Ordersoemone else had this problem, and found the following fixed
Can you go into each forum in turn and just click save
@johnjamesjacoby for then other poster, this seemed to be related to post order in the forumsIn reply to: sub topics not showinglink to your site so we can see the problem?
In reply to: Lead Topic won’t stay on topthink you are now fixed
In reply to: ArgumentCountError throwndon’t need to !!
@ajtruckle- thanks
great – glad you are fixed
In reply to: Child CSSpresume you are running
each capcha would be specific.
Do you want to pick one that works when logged in but not when logged out, and I’ll spend 15 mins seeing if it can easily be overcome.
what version of bbpress are you using?
In reply to: bbp-topic-form won’t show up properly on mobiledepends on the mobile see
and select the phone – you’ll see the css width listed under each