Forum Replies Created
-
In reply to: The Link "Forum" not shownIn reply to: Topics Exist But Won't Show
wordpress 4.0 broke some things with themes and bbpress!
In reply to: Page not found 404ok, thanks for letting us know
In reply to: Page not found 404Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
In reply to: Topics Exist But Won't Showthanks, glad you’re sorted
In reply to: Weird Configuration MessageThis is a message from your theme I suspect, and may explain why you’re getting the [continue reading] box, which is definitely theme related.
Suggest you contact your theme provider
In reply to: Topics/Replies no longer show upI can’t even update my theme due to restrictions in the new template so I’m stuck!
Can you explain further why you can’t update your theme
In reply to: WP 4.0 update and bbpress returning 404ok, can you try resetting your permalinks
dashboard>settings>permalinks
change from whatever they are set to to something else, save and then reste them back and save.
Come back with the result
In reply to: Per Forum Permissions by Group@markthedoc – you’re welcome
In reply to: How to reset loop? 2 loops on 1 pageok, sorry you’ve exhausted my knowledge 🙂
In reply to: My impressions so farPeter – thanks fro posting that feedback
In reply to: Topics/Replies no longer show up@tonydes – can you try changing them to something else and click save, and then immediately change them back again, and see if this makes a difference. This seems to help some
In reply to: Topics/Replies no longer show upwhat is your setting in
dashboard>settings>permalinks
In reply to: Topics/Replies no longer show upTry
Dashboard>tools>forums>repair and run one at a time
In reply to: WP 4.0 update and bbpress returning 404ok, so the permalink for the 19th hole from your sidebar is
http://straight-talking-golf.com/members/stg/forums/forum/19th-hole/
can you go into
Dashboard>forums>all forums and select edit for the 19th hole
You’ll see under the title the permalink, come back and tell us what it says
In reply to: Page not found 404@stg – then it is probably a plugin conflict.
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
In reply to: WordPress 4.0 Broke BBpressStephen,
The issue seems to be when permalinks are set to default (whether plugins are contributing or not I don’t know), but on this other thread we have another two who ‘fixed’ the issue by going away from default permalinks.
In reply to: How to reset loop? 2 loops on 1 pageInteresting… WP_query has a tag parameter, lets try resetting that
Try
if ( bbp_has_topics( array( 'author' => 0, 'show_stickies' => false, 'order' => 'DESC', 'post_parent' => 'any', 'paged' => 1, 'posts_per_page' => $number_of_topics, 'tag' => '') ) ) : bbp_get_template_part( 'loop', 'mytopics' ); else : bbp_get_template_part( 'feedback', 'no-topics' ); endif;That for posting Kona, and let us know what comes back
@jwhammond20 – thanks for posting that – every post helps !
In reply to: How to reset loop? 2 loops on 1 pagewithout seeing the detail, not sure what you are trying to achieve.
I don’t think this has anything to do with resetting, rather that both queries are doing the same thing. post_parent deafulats to any in many cases.
Try running each individually to see if they produce separate results when only one is run
In reply to: Page not found 404@jeremy054 – thanks for this
In reply to: Page not found 404Ok, since others aren’t yelling about this, this may not be a common issue between you, and think I’ll treat this as two separate issues
so
@colbah can you rundashboard>tools<forums>repair forums, and run then one at a time
you could do the same, it wouldn’t hurt, but suspect that it won’t fix.
Rather can you describe in detail whether this is all forums, some forums, and what your users see when eg on topics, or forum lists etc.as you didn’t
Great glad you fine now Robkk, been a bit busy earning money, so haven’t been on here as much as I should 🙂
In reply to: Page not found 404