Skip to:
Content
Pages
Categories
Search
Top
Bottom

Paragraphs or quotes?

Published on January 23rd, 2015 by van24

Hi everyone. I am having problems styling the paragraph text within replies. There is some inconsistency between the tags used to surround them, and I don’t know why.

For example, in one thread that was created a few days ago, the topic and the first three replies all use <p></p> for each paragraph. But then in the fourth reply, the entire answer is surrounded by these tags:
<div id=”d4p-bbp-quote-167005″></div>

In another thread, a reply is surrounded by similar tags and paragraphs are created by using both <p> AND <br />! So for example:
<div id=”d4p-bbp-quote-122521″>first paragraph
<br>
second paragraph
<p>third paragraph</p></div>

This makes it extremely difficult to format without messing up other elements of the design. Do you have any idea why this is happening? It doesn’t seem to be related to whether users are admin or not. From the name of the div tag I guess its something to do with the quotes module of the GD bbPress plugin. Is this a known issue?

bbPress Reply By Email + GD bbPress Attachments

Published on January 23rd, 2015 by wewillc

WordPress 4.1 // bbPress 2.5.3 // bbPress SubScriptions 0.4dev // GD bbPress Attachments 2.0

I see where the data is being prepared before use of send_email():
self::$handler->send_mail($user_ids, $subject, $text, compact(‘topic_id’, ‘reply_author_name’));

Where I am stuck is what to include in send_email() so that the GD image file (d4p_attachment[]) is included in the reply email, as well as the reply post.

All thoughts and ideas appreciated.

Thanks.

Image code question

Published on January 23rd, 2015 by cbalke

How do I go about getting into and editing the coding for the “img” button?

Currently the code that is applied is (img src=”xxxxxxxx” alt=”ffs” /) with the ( ) being < > and the xxx’s being the images URL.

I want to change the coding to (url=xxxxx)(img)xxxxx(/img)(/url) with the parentheses replaced with square brackets and xxxxx with the photo’s url.

By doing so, the images can be clicked which would open a lightbox

Thanks in advance for the help.
Wordpress 4.1
bbPress 2.5.4-5380

Forums Archive Shows Only Text And Not Archive

Published on January 22nd, 2015 by kmal91

Hey guys,

the forums archive page is messing up and I am hoping I can receive some help here. This is what it looks like: any ideas?

bbpress forums archive issue

Navigation menu renaming

Published on January 22nd, 2015 by eVersatile

Hello. I have been trying to rename the navigation menu “forum” within groups.
Currently, I have this code implemented

function jm_move_group_activity_tab() {
  global $bp;
  if (isset($bp->groups->current_group->slug) && $bp->groups->current_group->slug == $bp->current_item) {
    $bp->bp_options_nav[$bp->groups->current_group->slug]['forum']['name'] = 'new name';
    $bp->bp_options_nav[$bp->groups->current_group->slug]['home']['name'] = 'new name';
    $bp->bp_options_nav[$bp->groups->current_group->slug]['members']['name'] = 'new name';
    $bp->bp_options_nav[$bp->groups->current_group->slug]['admin']['name'] = 'new name';
    $bp->bp_options_nav[$bp->groups->current_group->slug]['send-invites']['name'] = 'new name';
  }
}
add_action('bp_init', 'jm_move_group_activity_tab');

Everything works except for ‘forum’

[Resolved] minor debug notice with BuddyPress Version 2.2-beta

Published on January 21st, 2015 by shanebp

Strict Standards: Declaration of BBP_Forums_Group_Extension::display() should be compatible with BP_Group_Extension::display($group_id = NULL) in …/wp-content/plugins/bbpress/includes/extend/buddypress/groups.php on line 28

bbPress Moderation

Published on January 21st, 2015 by cyclesha

Have WP 4.1

bbPress Moderation 1.8.3

Can’t moderate replies. Get error 505.

http://cycleshanty.com/?post_type=reply&p=522

What to do?

Confusion with Forums root and Forums slug.

Published on January 21st, 2015 by flashandshine

Hello,

I have no idea what’s going on. I’m using a Genesis child theme. My forums page has gone full width for some reason (it used to be content-sidebar).

I can get to the forums page, but when I click on a topic I get a 404 error. Can anyone tell me what might be wrong? I’ve attached a screen shot of my settings, and here is the link to the forums:
http://www.theblogloft.com/forums
Forum Settings

where should i add code to appear in forum posts

Published on January 21st, 2015 by UgoDimma

I want to add ShareThis sharing button at the top and bottom of every posts, but I dont know which file to edit and where exactly to add the code. Please someone guide me through. Am using bbpress 2.5.4 wordpress 4.1

you can have a look at this screenshot to understand what I really need,
http://s1382.photobucket.com/albums/ah248agbams/?action=view&current=sharethis_zps1df4998b.png

Hold in moderation topics only?

Published on January 21st, 2015 by Food Research Collaboration

Hi there,

I’m looking for an option to hold new topics by non-admin users in moderation for approval before they are visible. I’ve tried looking at this plugin: https://wordpress.org/plugins/bbpressmoderation/ but it deals with topics and replies together- you have to moderate both or not moderate both. I’m not interested in moderating replies, just topic starters.
Could anybody by any chance suggest a different plugin, a code snippet to use etc. to work around this issue?
(I’m running the latest versions on WordPress, BuddyPress and bbPress).
Thank you very much!

Skip to toolbar