How to retrieve favorite posts from our forum?

Posted in: Newspaper
Post count: 140

I had Favorited some forum threads, but i am unable to retrieve it.

How can i retrieve them?

Post count: 6600

Hi,

Try this filter:

function user_favorites_link( $args ) {
		$args['favorite'] = 'Maak favoriet';
		$args['favorited'] = 'geen favoriet meer';
		return $args;
	}
add_filter( 'bbp_after_get_user_favorites_link_parse_args','user_favorites_link'); 

Thanks

  • This reply was modified 11 years by Lucian.
Post count: 140

I am asking about to retrieve the favorite posts from forum.tagdiv.com

Not from the theme

Hope you might understand.

Expecting your reply

Post count: 3343

Hi,

The favorite function is default from bbPress and work with Buddypress and on our forum support we don’t have budypress installed, because is not necessary. If you want to stay tuned on a topic use the subscribe button and all subscribed topics are on your profile page: http://screencast.com/t/Wb1Ajt3BxcaB

We will investigate this issue and we will try to find a solution.
Thanks for the message!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.