Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Avatar Displaced on Custom Community theme

Published on April 23rd, 2016 by lordzden

Test This URL: http://opononline.com/topic/test-post/

Check the screenshot and focus on the highlight:
http://screencast.com/t/inCTM2EELk6T

Code I copied when I right clicked the page in Mobile view:


@media only screen and (max-width: 480px)
#bbpress-forums .bbp-body div.bbp-reply-author {
    margin: -15px 10px 10px;
    min-height: 100px;
    padding-left: 80px;
    position: relative;
    text-align: left;
    width: 100%;
}
#bbpress-forums div.bbp-forum-author, #bbpress-forums div.bbp-topic-author, #bbpress-forums div.bbp-reply-author {
    float: left;
    text-align: center;
    width: 115px;
}

I tried TS but not successful.

[Resolved] how can i fix Forum url structure

Published on April 23rd, 2016 by twomou

hi,
i set a new forum “hand”

the link shows “/forums/forum/hand”

what can i fix it shows”/forum/hand”

thanks

Change BBPress Role if WordPress Role changes

Published on April 22nd, 2016 by Eric Greenspan

Hi all!
I use Woo Memberships and Subscriptions to run a pretty healthy membership type site at schoolofbookkeeping.com. The public should be able to view forums, but not reply or create topics. When a subscriber logins, of course they should be able to. However, if they cancel their subscription, Woo turns “subscriber” into “customer” BUT I have no idea how to turn “participant” into “spectator.” I’ve tried to bulk edit in users, but it won’t stick. Each user has “customer, participant.” I am forced to edit each user and change it within their user profile. This can be extremely time consuming. Any ideas?

Remove character from Subscribe/Unsubscribe link

Published on April 22nd, 2016 by tech55541

Hello,
I tried to use this code to remove the little character between the Subscribe and Favorite link, but it does not seem to work.

/*Fix character issue with BBPress admin links menu*/
function hide_before2 ($args = array() ) {
$args['before'] = '&nbsp';
$args['subscribe'] = 'Subscribe';  
$args['unsubscribe'] = 'Unsubscribe';
 
 return $args;
} 

add_filter('bbp_before_get_user_subscribe_link_parse_args', 'hide_before2');

http://yourtechadvisors.com/forums/topic/testing/

Feel free to create an account, I think the biggest problem is the Subscribe/Unsubscribe link that can be found under the Options menu. Please check screenshot.
https://drive.google.com/file/d/0B_h6oU4LzDtlYU44LUNCQVNaZ0U/view?usp=sharing

Any suggestions?

Reply Link as a Button on the Bottom.

Published on April 22nd, 2016 by Soul

WP 4.5
Theme: Twenty Sixteen
WebSite: https://hatunn.com

Hi,
I searched a week along on different portals but couldnt find any tutorial or solution to generate a button instead of the reply link. Also i was searching to put the reply link to the bottom of the replied message. Seems to be I am the only one who needs this.

I activated the: Reply Threading -> Enable threaded (nested) replies 5 levels deep.
So the reply link is on the top place.
I need to put the reply link to the bottom after the message.
People (most women) are confused where to click to reply.
I want it to the bottom right after the message. And if possible as a button like on the screenshot.

Now the one million Dolar question.
How can I do this? 🙂

Thanks for your assistance in before.

Best Regards

Reply Link as a button on the bottom.

Freshness look style

Published on April 22nd, 2016 by nirzol

Hello

Someone can help me and tell me where I can change the style of freshness.

I would like to have something like :

Thanks

WP Notices after installation

Published on April 22nd, 2016 by Maksym

Hi!
We’ve found a bug and we’d like to notify you about it.
Slider Revolution 5.2.5 + BuddyPress 2.5.2 + bbPress 2.5.8 shows next notices:

Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in wp-includes\functions.php on line 3901

Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 1.7.) in wp-includes\functions.php on line 3901

Best regards,
Maksym

No formatting or linking in my topics and replies

Published on April 21st, 2016 by Andrea Barghigiani

Hello there,

I have a really strange problem… In the last few days I’ve noticed that all my messages do not show paragraphs, bolds, italics and neither links inside my topics.

I find it really strange and if you want to have a look to this is the link on a page where this happens. Inside this response there was some links and formatting but everything is gone.

It seems like WordPress is stripping out all the formatting my users add to the text and if you inspect the code you’ll find out that not a single <p> has been used…

I am using custom template pages but in order to test I’ve also renamed the bbpress/ folder inside my theme and the problem is still present. Tryed to use Twenty Fiftheen and the problem persists. Also checked the settings but everything seems normal.

The only thing I’ve done is update WordPress to the version 4.5, at least is the last action that I can recall.

Hope you can help me and thank you for your advices.

All the best,
Andrea

WordPress Version: 4.5
bbPress Version: 2.5.8
Genesis Version: 2.2.7
bbPress Genesis Extend Version: 1.1.1

Last answer displayed directly

Published on April 21st, 2016 by Henky

Hello BBPress professionals,

You can certainly help me.
Unfortunately I do not find the suitable shortcut to.

I want to be the last answer displayed directly.

*Demo*
User
The text of the response

Thanks for the help, good races greetings from Austria

String missing from translation file

Published on April 21st, 2016 by rothaar

Hi,

could it be that there is a string missing in the bbPress translation file? I’m currently creating my forum. As far as I can see all the strings are translated fine but one.

http://screencast.com/t/Itg0OHkV9Gs

I’ve looked through all the strings that contain ‘by’ and they are all translated correctly with the German word ‘von’. However, I’m thinking that this particular ‘by’ is not even in the list and therefore not translated. Can somebody help me with this?

I’m using:
WordPress 4.5
BuddyPress 2.5.2
bbPress 2.5.8
Polylang 1.8.5
Loco Translate 1.5.5

Skip to toolbar