Skip to:
Content
Pages
Categories
Search
Top
Bottom

developing login re-direct issues

Published on December 17th, 2020 by silviach

After the first couple of days when everything seemed to work, we started having login re-direct issues: after login the user was sent to her Profile page. To re-direct the user to the homepage, a message pointing to the copyright link at the bottom of the page was inserted in the Profile page.

Another couple of days later, now the top Login link sends the user to the Members page (no login) and the user needs to click on the Login link at the bottom of the page to login, find herself on her Profile page, go to the bottom etc.to go back to the homepage.

This is by far too complicated for our users – they need to stay on the homepage after login. How can I do that ? And why are things changing every couple of days ? How is it that the top Login link and the bottom do not work the same ?

WordPress version: 5.5.3–it_IT
bbPress version: 2.6.6
site: https://www.durecomemuri.it

Forum subscriptions are not displayed in profile

Published on December 17th, 2020 by simonlepamplemousse

Hi

In user profile, forum subscriptions are not displayed

It’s ok in all other tabs : responses, engagments, topics started

And in this tab Subscriptions, sucjets subscriptions displayed well
but only not forum…

An idea ?

Tanks for your help and sorry for my tourist english 😉

Quoted replies

Published on December 16th, 2020 by pflanzenoma

Hello,

what is the actual solution for quoted replies? The discussion here is from 2016 and points to a plugin that is still older.
Is there a new recommendation? Or am I blind again?

Pflanzenoma

Vbulletin to bbpress

Published on December 15th, 2020 by Ricsca2

vBulletin

I found this guide there is no written how to do it …

Special Feature to keep Spammer out

Published on December 15th, 2020 by pflanzenoma

Hello Robin,

in another forum (based on phpBB) they have a very useful feature to keep spammers out: It is not allowed to place links before someone has made 30 postings.

I suggest that the owner of this forum has made a script himself, because it does not work very good – the error message “Links not yet allowed” appears also when answers with quote are started. But I find the idea very good!

Do you think that something like this might be implemented in bbPress?

Best wishes
Hannelore

Additional Taxonomies for Posts and Replies

Published on December 14th, 2020 by Back to Front

Hi there,

I’m looking for a general advice if I’m hading in the right direction how to allow users to categorise their topics and replies? I’m making progess but having trouble to display those topics in the term archives, display the terms in the forum posts, etc.

In building in custom taxonomies should I be building on top of the existing topic tags, making them hierarchical –

Or taking the approach of registering two new taxonomies –

  • ‘region’ eg ‘Australia, New Zealand, Tasmania’
  • ‘issue’ eg ‘homelessness, rough sleeping, couchsurfing

I’ve then added a term picker to the new topic form –

But I’m stuck getting topics/replies to display on the the term archives,
this doesn’t seem to work to eg to display topic on this archive
https://www.forum.backtofrontdesign.co/region/victoria/
am i using the correct post type slugs?

function add_post_types_to_archives( $query ) {
	// We do not want unintended consequences.
	if ( is_admin() || ! $query->is_main_query() ) {
		return;    
	}

        if ( is_category() && empty( $query->query_vars['suppress_filters'] ) ) {

		// Add more slugs with the other CPTs.
		$post_types = array( 'topic');

		$query->set(
	  		'post_type',
			array_merge(
				array( 'post' ),
				$post_types
			)
		);
	}
}

I’ll keep persevering to display the terms on forum archives and single topics, but any advice or assistance from the community would be so much appreciated to get this campaign up and running.

Forums


A project for https://www.oldertenants.org.au/

Do I have to stay in version 2.5 for life?

Published on December 14th, 2020 by supermagicien

Bonjour,

BBpress est un programme chouette, le souci est que je suis obligé de revenir à la version 2.5.14 car dès que je passe à l’une des versions récentes le forum rencontre de nombreux soucis, pb horodatage, sujets qui disparaissent, édition d ‘ un post impossible sans perdre le sujet complet, bref, compliqué!

Je précise que j’ai changé d’hébergeur et de thème ces derniers mois… c’est bien BBPRESS le souci…

J’attends la version 2.6.7 avec espoir…

Hello,

BBpress is a nice program, the problem is that I have to go back to version 2.5.14 because as soon as I upgrade to one of the recent versions the forum encounters many problems, bp timestamp, topics that disappear, editing a post impossible without losing the complete topic, in short, complicated!

I would like to point out that I have changed host and topic in the last few months… it’s BBPRESS the concern…

I’m waiting for version 2.6.7 with hope…

New Views Code Help

Published on December 14th, 2020 by erich199

I’m creating my own custom forum view using the register_views code. The function works but for some reason the url isn’t working. What am I missing?

       function my_custom_register_views() {
     // Latest Replies Custom View
    bbp_register_view(
        'latest-replies',
        __( 'Latest Replies', 'my_custom_register_views' ),
        apply_filters( 'bbp_register_view_latest_replies', array(
                'orderby' => 'meta_value',
                'order' => 'DESC',
                'meta_key' => '_bbp_last_active_time',
                'post_status' => array(bbp_get_public_status_id(), bbp_get_closed_status_id()),
                'post_type' => bbp_get_topic_post_type(),
                'show_stickies' => false
        )
    ) );
}

Bbpress – caching mobile pages plugin

Published on December 14th, 2020 by neon67

Friends, can you name a plugin that would cache all kinds of pages (desktop and mobile) for all anonymous users. And did not cache for registered ones.
*For a long time Im have been using the Fastes cache plugin – and only recently found out that it does not have a mobile cache)))

Which one has? VPS server Nginx, OS Debian.

How can I show who is admin and moderator on my homepage bbpress with elementor?

Published on December 14th, 2020 by herdager

Hello, please I need help to how to show who is admin and moderator in my homepage, can I set a border color in his or her thumbnail to differentiate who is admin or moderator?
Attach a screenshot

My website is jes.klu.cl

Thanks!

Greetings
https://jes.klu.cl/wp-content/uploads/2020/12/admin-moderators.png

Skip to toolbar