Search Results for '+.+default+.+'
-
Search Results
-
Hi
I embedded the Forum Index inside a WordPress page: http://tsalawchamber.org/?page_id=251 . Created a new forum (‘General’). But when I open the new forum and afterwards want to go back to the original WordPress page where the Forum Index was embedded, I can’t. When I click the “To Forums List” blue button at the top of the new Forum, it goes to a new page – which is I guess is called ‘Forum Root’ (?). This page also displays a list of existing Forums like the original WordPress page where I embedded the Forum Index, but I don’t want to go to this page by clicking “To Forums List” button – I want to go back to the original WordPress page. How can I do this? How can I change the destination of the “To Forums List” button and point it to the original WordPress page (not just for one forum, but automatically for all new forums) ?
I tried this by deleting the default Forum Root Slug “forums” from Settings and leaving the field blank, but this didn’t work. It only rendered the “To Forums List” button inactive. I also changed the default Forum Root Slug to the original wordpress page slug, but this did not work either. So, how can I do this?Also, if this cannot be achieved through the “To Forums List” button, then how can I stop this button from appearing in new forums and insert a custom button which will point to the original WordPress page?
Please help me!
[My bbPress version: 2.5.4 (don’t want to update this one at this moment), WordPress version: 4.3.1 ]
Hi.
I’m showing my replies as a timestream, meaning I display the newest replies above the oldest one. Like this:function custom_bbp_reorder_replies($args) { $args['order'] = 'DESC'; // 'ASC' (Ascending, Default), 'DESC' (Descending) return $args; } add_filter('bbp_before_has_replies_parse_args', 'custom_bbp_reorder_replies' );Well, in My Replies Created I’m showing a list of replies with a link to corresponding thread like this:
<a href=" <?php echo bbp_get_reply_url() ?>" class="bbp-topic-edit-link">...</a>But that is not working because bbp_get_reply_url() is considering default order instead of reverse. So, when doing this it returns the wrong page:
$reply_page = ceil( (int) bbp_get_reply_position( $reply_id, $topic_id ) / (int) bbp_get_replies_per_page() );(that code is in includes/replies/template.php, line 487)
Maybe a hook around there would help.
By now I’m not sure how to solve it for myself.
Hi Guys,
I’ve been sort of getting on with bbpress installation but have hit a wall.
The page designated to host the forums isn’t showing my default WordPress left side bar.
I think I’ve unticked and re-ticked every option on every bit of setting I can find but it still wont show. I’ve even installed Content Aware Sidebars with the idea of inserting one that way but I cant get that to work either.
What the heck am I missing (I’m a WP newbie). WP: 4.3.1 Theme: Jolene
The affected page is here.
Club News & Forums
(the password to these learn-as-I-go pages is ccc but don’t tell anyone.
Cheers in advance,
Eugene.Topic: Auto Subscribe
I have a small, niche single forum install of bbPress and one of the things I need to do is figure out how to subscribe everyone to the single forum by default.
What I know so far:
1) The notify plugins won’t do because we WANT people to be subscribed and allowed to opt-out by unsubscribing in their settings.
2) We only want to auto-subscribe them to a single forum, not replies. This way they see all new topics, but not ALL convos.
3) This will also eventually be part of a membership to the site, thus the people subscribing are doing it, in part, to gain access and be a part of the conversation.Seems like I am not the only one that would use a forum this way, but have found no insight on how to accomplish it.
