Skip to:
Content
Pages
Categories
Search
Top
Bottom

How do I turn off the redirect on an ajax favorite click?

Published on January 10th, 2019 by mattbru

WordPress v5.0.3
bbPress v2.5.14

Im using the function bbp_user_favorites_link() on my homepage post content to show a favorite link icon in the upper righthand corner of the post image.

When you click it, it goes to the single topic page. The “like” gets liked or unliked but I want to remain on the homepage. i dont want to go to the single topic page when clicking that icon from the homepage.

https://forum.thecritterdepot.com/

Note: You cannot “like” when youre not logged in. But I made a dummy icon that tells you you need to log in when clicked.

I tried looking through all the bbpress “favorites” functions but couldnt figure out how to remove this behavior.

Thanks!

Manage bbpress subscription

Published on January 9th, 2019 by djovanov

Hello,
I have a BBpress forum and a topic with question and answer. Users subscribe to notification topic when they answer or ask a question. Now, i would like to delete olds subcriptions to prevent user mark as spam notification (user who don’t use link in mail) and don’t use so many transactionals mails. How can i do that easily ?
Thanks

Forum first page Columns

Published on January 9th, 2019 by jesusmve

I have made a Forum <a http://www.mitesla.com/forums/
I have setup Category and forums but i will like to see the first forum page like the one i see when i enter a category page.

example
div
category topic post freshness

Forum 0. 0 0

Forum 0. 0. 0
</div>

<div>

category topic post freshness

Forum 0. 0 0

Forum 0. 0. 0
</div>

example

https://teslamotorsclub.com/tmc/

Events manager and bbpress

Published on January 9th, 2019 by mraljabry

I have both events manager and bbpress installed
I tried to give participants any capabilities in events manager but it’s not getting saved. Any bbp_role doesn’t allow me to edit their events manager capabilities, but it works fine with other roles I create using Ultimate Member or User Role Editor, and the bbpress roles don’t show up in the Role Editor so I can’t fix that manually from there.
Any advice?

The forum on different language page

Published on January 8th, 2019 by jamingnet

Hello,

My website is bilingual (with multi language plugin Bogo) and I’m inserting forum short cut

on both pages.

When I click “forum” on the English page, the forum doesn’t show up (the page says “Not Found”), then when I change the language, the forum shows up.
(The forum must be created by other language)

This is English page:
http://www.jaming.net/en/forums/forum/英語専用フォーラム-english-language-forum/
When I change the language (Click 日本語) from this page, I can see the forum below:

英語専用フォーラム (English language forum)

How can I set this up so that I’m able to open and see the forum on both language pages?

I hope this makes sense.
Thank you for your help.

Anonymous Post when it’s been disabled

Published on January 8th, 2019 by iwdteam

In our Forum settings, we don’t have the checkbox next to ” Allow guest users without accounts to create topics and replies” checked because we don’t want anonymous posts, however, someone created an anonymous post on the forum recently, and I’m not sure how they were able to.

Can someone help?

Thanks!

The post editor is not fully displayed on mobile devices

Published on January 8th, 2019 by xqfans

The post editor of bbpress is not fully displayed on mobile devices. WordPress version is 5.0 and bbpress version is 2.5.14.

I’ve tried different mobile devices and the problem remains. This is a recent problem, which has been normal before.

pic

bbPress with TinyMCE advanced

Published on January 8th, 2019 by chaaampy

WP : 5.0.2
bbPress : 2.5.14
Theme : Custom (built with _S)

Hi everyone,

Im trying to build a custom tinyMCE menubar in my forums.
I disabled the text editor and get to a pretty nice ending, but I don’t know why, I just can’t display the “media” and the “emoticons” button.

Here is my code :

function bbp_enable_visual_editor( $buttons = array() ) {

$buttons[‘quicktags’] = false;
$buttons[‘tinymce’] = array(
‘toolbar1′ =>’bold, italic, underline, strikethrough, blockquote, bullist, numlist, link, unlink, cleanup, media, image, emoticons’);
return $buttons;
}

add_filter( ‘bbp_after_get_the_content_parse_args’, ‘bbp_enable_visual_editor’ );

Other ones are working fine … Any idea ? Im also trying to build a custom spoiler button, without plugins, but I don’t know where to start either …

Cheers,

Champy.

Video Embed using Youtube Link is not Responsive

Published on January 7th, 2019 by InventiveWebDesign

I am trying to allow users to embed videos by using links such as Youtube. When I do so the videos appears but is cut off because the box is to small to fit the iframe that is added to the site when wordpress adds the embed code. You can see an example here: http://b67.3d8.myftpupload.com/no-shift/topic/messed-up-divorce/

I did some searching and found some CSS that doesn’t work either. Basically it adjusts the width but breaks on the height.

.bbp-reply-content {
    overflow:hidden;
    padding-bottom:56.25% !important;
    position:relative;
    height:0;
}
.bbp-reply-content iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

Is there a way to make the WordPress auto embed code responsive in BBPress?

forum moderator role

Published on January 7th, 2019 by sudhakarcw

Hi
i am new to bbpress in forum bbpress roles moderator has capability to edit forums but in my site i have moderator role but does not have access to edit forum i have even used advanced capabilties plugin no use, somebody help me please

Skip to toolbar