Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 16,951 through 16,975 (of 64,516 total)
  • Author
    Search Results
  • #157234
    Robin W
    Moderator

    The you’ll need to add it into a function and add it to two actions

    ‘bbp_theme_before_reply_content’

    and

    ‘bbp_theme_after_reply_content’

    so for example

    Function agbams_share () {
    your code in here
    }
    
    add_action ('bbp_theme_after_reply_content' , 'agbams_share' ) ;
    add_action ('bbp_theme_after_reply_content' , 'agbams_share' ) ;
    

    see

    Step by step guide to setting up a bbPress forum – part 4

    #157233

    In reply to: BreadCrumb

    Robin W
    Moderator

    ok, not sure that bbpress takes multiple paths in the slug – you might have to play a bit to see

    #157231
    Robin W
    Moderator

    it will all depend on the order that the different css files bare loaded, so bbpress may be overwriting your theme ones

    try

    {
     font-size: 13px !important;
     }

    That says ‘don’t overwrite’

    #157222
    Grantiusmaximus III
    Participant

    hey guys, im a complete noob to this whole CSS and webdesign stuff and need some help

    I am trying to increase the size of the font in the forum titles, (the info, topic, replies and freshness)

    i used this piece of css code but it isn’t working

    #bbpress-forums ul.bbp-lead-topic,
    #bbpress-forums ul.bbp-topics,
    #bbpress-forums ul.bbp-forums,
    #bbpress-forums ul.bbp-replies,
    #bbpress-forums ul.bbp-search-results
    {
    font-size: 13px;
    }

    (the theme i am using gives me a built in css sheet to pop any snippets that i may require in there and updates it live without going into the back end)

    here is the link to my forum.

    http://kamikazenoodle.co.uk/forums/

    #157221

    In reply to: bbPress Moderation

    Robin W
    Moderator

    ok, that isn’t really that helpful.

    Presume the error only occurs with the moderation plugin?

    If so try their support site

    https://wordpress.org/support/plugin/bbpressmoderation

    although it looks as though someone has already posted that problem

    laddi
    Participant

    Hello to all the bbPress Scientists out there.

    I am almost mad about to show bbPress User Role on BuddyPress Profile Page. And I am currently using this code, but it is not perfect and correct.

    
    function show_user_role () 
    		{
    		global $bp;
    		$reply_id = bbp_get_reply_id( $reply_id );
    		$abc_role = bbp_get_user_display_role( bbp_get_reply_author_id( $reply_id ) );
    		echo '<span class="profile-role ' . $abc_role . '"><i class="fa fa-star"></i> <em>';
    		echo $abc_role;
    		echo '</em></span>';
    	}
    add_action( 'bp_before_member_header_meta', 'show_user_role' );
    

    The demo output can be seen on http://www.punjabi.cc/ website by visiting any members profile.

    First problem with this code is, it does not show correct name for dynamic roles when user is not logged in.

    Second problem, the users who are blocked also tagged ‘Member’ not ‘Blocked’.

    Please either correct it or provide me a another perfect piece of code, I will be highly thankful.

    Regards,
    Laddi

    mvaginger
    Participant

    Hello,
    I am experiencing a strange issue. After upgrade to wp4.1 and lates Theme updates when I try to activate bbpress (latest) all my blog articles are not visible. Basically the HOME page loads but when I click anything, any blog, the URL is trying to open but page stays BLANK, strange. Then I need to be manually deactivate bbpress and all goes to normal.
    Now I dont know where to look for error BBpress, WP or Theme compatibility between those, i am lost. Did you experienced someting similar in a past ?
    thank you for your advices.

    #157206
    Diesel88
    Participant

    Hello,

    I currently use bbPress as an integration within Buddypress. The forums have worked beautifully for a while but I’ve noticed all of the sudden when we try and post a new topic to a forum that it apparently submits but gives me a blank page. Have tried a few things to fix this (reset, etc) but nothing has worked. Almost all my plugins are disabled and none of them post an issue previously.

    I’ve seen multiple posts on your site about this but with no real solid answer. Please push me in the right direction.

    Cheers.

    #157205
    van24
    Participant

    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?

    #157201
    wewillc
    Participant

    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.

    #157200
    cbalke
    Participant

    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

    #157191
    kmal91
    Participant

    Thanks Robin! I got it fixed by following these instructions https://bbpress.org/forums/topic/forums-page-rendering-excerpt-forum-archive/#post-157189

    #157190
    Robin W
    Moderator

    I think the FRESHNESS field should display the date of the last reply or topic, but instead it only shows the date of the last topic.

    This is what it should do (and does on my test site)

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.

    #157188
    Robin W
    Moderator

    This is a theme issue.

    You need to get bbpress to use the right theme template if possible.

    Suggest you look at

    Step by step guide to setting up a bbPress forum – Part 1

    and/or check with the theme author

    Touda
    Participant

    After some tests, I tried to deactivate one-by-one the last plugins I’ve installed. And after deactivating Google Anlytics by Yoast, it made the trick!

    Forums are back now! All are listed. Widget is back on all the pages, I can reply and create topics… I hope this helps other people. This plugin seems to be incompatible with bbPress plugin!

    #157183
    kmal91
    Participant

    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

    #157180
    Sparkey
    Participant

    Well thank you so much Robin and Robkk for trying, and Robin, I know what you mean about Buddypress, I tried this question over there on the forum and didn’t get any response.

    I guess nobody knows how it works LOL

    I have been trying to think of a more specific way to word the question, I assume that BBPress looks into the database somehow – somewhere to create these crazy permalinks.

    Anyway Thank you

    #157171

    In reply to: Group Forums

    eVersatile
    Participant

    That did not work. I’m thinking it may not be possible since buddypress group forums integrate with bbpress forums globally

    #157162

    In reply to: BreadCrumb

    Robin W
    Moderator

    I’ve just re-read your original post, and you are not using bbpress breadcrumbs, but rather those that come with your theme – yes?

    #157155

    In reply to: BBpress width

    Robin W
    Moderator

    ok, gentle response !!

    your forum is sitting within a class of .entry-content which is set to max-width: 474px;

    so you need to add

    .entry-content {
      max-width: 100% !important;
    }
    

    to your theme style.css at the end

    Strictly speaking you should add this to a child theme

    Functions files and child themes – explained !

    but if you add it to your main theme, juts keep a note of it, as you will need to re-add it should your theme be updated

    Come back if anything not clear, and I’ll help further !

    #157149
    Robin W
    Moderator
    #157148
    cyclesha
    Participant

    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?

    #157146
    UgoDimma
    Participant

    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

    #157137
    Robin W
    Moderator

    This is a wordpress question rather than bbpress. bbpress just uses wordpress and allocates a role on first login.

    so google something like

    ‘wordpress user registration plugin’

    I did and got, and plenty of other references

    20+ WordPress Plugins for Improved User Login and Registration

    #157135

    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!

Viewing 25 results - 16,951 through 16,975 (of 64,516 total)
Skip to toolbar