Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 20,101 through 20,125 (of 64,534 total)
  • Author
    Search Results
  • #147810
    Robin W
    Moderator

    OK, it may be a plugin conflict – ie 2.5.4 isn’t playing with one of your plugins.

    Try

    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, switch to a default theme such as twentytwelve, and see if this fixes.

    #147807
    Stephen Edgar
    Keymaster

    I’d like to support attachments in a future version but at this stage it is not supported.


    @cybmeta
    Has written a Joomla Kunena Forum Attachments converter for the GD bbPressAttachments plugin.

    You might be able to adapt that to grab your attached images with a couple of tweaks:

    https://github.com/CybMeta/kunena-attachments-to-bbpress

    Kunena converter for bbPress 2.4

    Kunena converter for bbPress 2.4

    #147806
    Robkk
    Moderator

    use css to make your changes

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

    everything is pretty much in there

    #147799
    Morgensonne
    Participant

    Thank you, Robin, for your feedback!!

    I did that first. Surely 3 times. It remains as it is: The title is missing (reply to …………) and the permalink does not take the title, but the ID. Probably because there is no title! The field is empty.

    I have just tested the following:

    1) new WordPress posts: permalink is as it should be.
    2) new post in the bbpress forum written in the admin area: permalink is as it should be.
    3) new post in bbpress forum written in the forum area: permalink is as it should be.
    4) reply to topic written in the forum area: permalink is incorrect (ID) and title is missing (field is empty)

    The problem therefore only occurs when replies are written in the forum area!!

    I’m getting quite desperate. I have no idea what I should do. 🙁
    In the older forum replies all is correct and now suddenly it no longer works.

    One more thing, please:
    How does the option works in the bbpress-admin:”Create new answer”?
    I can not set anywhere, on which post I want to write a reply…. (?)

    Thanks for the help!
    Morgensonne

    #147797
    Mareva
    Participant

    Ok, I’ve just did it… without any result!

    1- I desactivated all plugin except bbPress and Private Groups : Result list is still displaying results of all forums, even topics coming from private forum.

    2- I switched to TwentyTwelve : it neither work.

    gnnnn!

    Robkk
    Moderator

    https://github.com/aliso/bbpress-ajax-replies

    just wondering if anyone else tried it

    if you end up trying this plugin out tell me if it works on your site.

    I dont know if it works or not, or its just my theme or something

    when i post a new reply i dont see it posting with ajax just normally

    #147793
    Robin W
    Moderator
    #147792
    Robin W
    Moderator

    ok, think we need to eliminate any other factors

    Plugins

    Deactivate all but bbpress and private groups 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, switch to a default theme such as twentytwelve, and see if this fixes.

    Come back and let me know !

    #147790
    Mareva
    Participant

    In fact, it is not the only trouble I have with bbPress search.

    I’ve just found another one this afternoon choosing which widgets I should display in forum pages (forum index, topics, reply…):
    – I’ve installed the plugin “Display Widget” (https://wordpress.org/plugins/display-widgets/).
    – For widgets I want (or want not) to display on forum pages, I checked all Display Widget options related to forums in widgets areas.
    –> It works perfectly everywhere, except on the bbpress result pages, I mean in pages where the result list is displayed after using the bbPress search functionality.

    Then I wonder that the issue I told you about has really something to do with Private Groups.
    Maybe you just can’t do anything for me…

    regards
    m.

    #147787

    In reply to: Full Width Forum Help

    Robin W
    Moderator

    ok, this is not my strong area, but try making this as your bbpress.php page

    
    <?php 
    
    get_header(); // Loads the header.php template. ?>
     
    	<?php if ( is_bbpress() ) { ?>
     
    		<header class="entry-header">
    			<h1 class="entry-title"><?php single_post_title(); ?></h1>
    			<?php echo apply_atomic_shortcode( 'entry_byline', '<div class="entry-byline">' . __( 'Published by [entry-author] on [entry-published] [entry-comments-link before=" | "] [entry-edit-link before=" | "]', 'spine2' ) . '</div>' ); ?>
    		</header><!-- .entry-header -->
     
    		<?php while( have_posts() ): the_post(); ?>
     
    			<?php the_content(); ?>
     
    		<?php endwhile; ?>
     
     
    		<footer class="entry-footer">
    			<?php echo apply_atomic_shortcode( 'entry_meta', '<div class="entry-meta">' . __( '[entry-terms before="Posted in " taxonomy="category"] [entry-terms before="| Tagged "]', 'spine2' ) . '</div>' ); ?>
    		</footer><!-- .entry-footer -->
     
    	<?php } else { ?>
    	<div id="content" class="hfeed">
     
    		<?php get_template_part( 'loop-meta' ); // Loads the loop-meta.php template. ?>
     
    		<?php get_template_part( 'loop' ); // Loads the loop.php template. ?>
     
    		<?php get_template_part( 'loop-nav' ); // Loads the loop-nav.php template. ?>
     
    	</div><!-- #content -->
     
    <?php get_footer(); // Loads the footer.php template. ?>
    #147784
    shanebp
    Participant

    fyi – using bbPress 2.4.1 now and emails are being sent – so it’s not the host.

    #147780

    Likely broke with 2.5.4 and our change to BCC headers:

    https://bbpress.trac.wordpress.org/ticket/2618

    #147779
    shanebp
    Participant

    bbpress 2.5.4
    buddypress 2.0.1
    WordPress 3.9.1

    Logged in members are not getting reply email notifications.
    Group forums are not being used.

    Buddypress Activity mentions emails are being sent.
    I can use wp_mail to send mails.

    So it’s just bbpress that isn’t generating emails… any suggestions?

    Jerry
    Participant

    I have read the following explanation on using filters, and have become somewhat proficient on this. http://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum-part-5/

    I am having an issue, to which I believe there is probably a simple answer. I want to replace the word “Reply” with “Review This Book” in the admin links. Easy enough. But when I do that, there is no longer a link; I want to maintain the same link.

    According to the tutorial I have been using (above link), I am supposed to use a function like this:

    function jc_return_review( $args = array() ) {
     $args['reply_text'] = 'Review This Book';
     return $args;
    }

    Then I implement the following:
    add_filter( 'bbp_get_topic_reply_link','jc_return_review' );

    However, the above function causes the following error:
    “Warning: Illegal string offset ‘reply_text’ in /homepages/../../../../wp-content/plugins/bp-custom.php on line 111
    Ra href=”#new-post” class=”bbp-topic-reply-link”>Reply”

    But…, when using the following function

    function jc_return_review() {
    return 'Review This Book';
    }

    And the same filter above, the wording gets replaced just fine, but as I mentioned at the start of this post, there is no longer a link. In other words, without my filter, REPLY is a link that takes you to the reply window. When using my filter, Review This Book is present, but there is no link associated with Review This Book.

    Thanks for any help here.

    #147776
    Mareva
    Participant

    Hi!
    Thank you for the release.
    The top level forum issue is now fixed.
    Unfortunetly, there is no change about the search functionnality.

    When testing the new release :
    1- I deleted definitly forums and recreated new ones, with new names and new slugs. I kept existing groups (that were already defined in the plugin settings) and existing users settings. And, of course, I created new topics using various logged in users.
    Then I made some tests.
    2- I changed forums slugs and made some tests again : it seems to be ok (except for the search).

    I’m really embarrassing with the issue related to the not filtered search results list because I will be forced to disable search functionality in bbPress settings.

    Do you think it should be fixed or it is linked to my own configuration with no hope to repare it?

    Regards
    m.

    #147769
    wallyhood
    Participant

    Something is broken with my use of BBPress related to jQuery:

    Using the jQuery selector does not work. For example:

    $(".title")
    TypeError: undefined is not a function
    

    However, using
    jQuery(".title")

    does work. This is breaking other plugins and code I have on my site (http://www.wallyhood.org). I’ve tried disabling all other plugins except for BBPress, and the problem still occurs. I’ve tried enabling all plugins EXCEPT BBPress and the problem doesn’t occur. So it would seem that it must be BBPress causing the issue, except that I would assume lots of other people would be reporting it if that were the case.

    Any help?

    Stephen Edgar
    Keymaster

    Both bbPress.org and BuddyPress.org were #663399becca purple for a day.

    The Color Purple

    THE COLOR PURPLE

    WHEN my daughter was little, she used to ask me my favorite color. I was a grownup, and could only supply a grownup’s answer: “I love the way light looks in late afternoon,” I might say. Or, “Red and black can make powerful statements in graphic design.” Grownups don’t have favorite colors. But children do.

    Rebecca Meyer had a favorite color. It was purple. A color that might be expressed in the hexadecimal language of web design as #663399.

    As many of you know, Eric and Kat Meyer lost their daughter Rebecca to cancer on Saturday. Rebecca Alison Meyer was a ray of light. She was six years, eleven and a half hours old when she died.

    #147736
    Steve Truman
    Participant

    Hi Guys

    A conflict exists with bbPress and the WooSidebars plugin

    The conflict causes the whole forum to return a 503 Error. After much digging found the problem comes from this bbPress function

    bbp_get_topic_title() function

    and is fixed by changing

    $title = get_the_title( $topic_id )

    to

    $topic = get_post( $topic_id );
    $title = $topic->post_title;

    Hope you can add that fix to your next version update – Thank you – Steve

    Morgensonne
    Participant

    Hi,

    today I have made the update to version 2.54. Now it works no longer correctly with permalinks (instead of the topic-title, now the ID will be used). The settings in WordPress are unchanged: title in the permalink. In wordpress-posts the permalinks works well as always. The problem is only in bbpress.

    And one more thing:
    Until the update it was always automatically included as the reply-title:
    “Reply to: … (post title) …”.

    Now, the field for the title in a reply to a post is always empty!
    What’s going on? Until yesterday (before the update) everything was ok.
    Please, give me your help.

    Thank you very much says
    Morgensonne

    haitonesia
    Participant

    sorry for my english.

    i’ve installed bbpress for a month from importing smf too bbpress. i just realized the categories & tags become blank page when bbPress installed… ( i have deactivated bbpress, and the categories & tags become work)

    one of my category
    http://japanesia.org/category/berita-film-jepang-dan-dorama-jepang/

    any sollution?

    #147729

    In reply to: duplicate emails

    webbud65
    Participant

    Hello,

    It’s about email notifications on active topics and replies, sent to user who have subscribed.
    In addition to bbpress, last version, bbp moderation and bbp digest plugins are activated.

    The fact is that, in place of only one email, there are many email, the same email are sent twice and often more (sometimes more than 6 duplicate messages), in the same time, for the same message.

    I suspect redundant between plugins emails, but how to fix it?

    I submitted a ticket on the blog support bbp digest but no response to date.
    I peeked in the sending bbp digests script (events.php), but nothing special.

    As elsewhere and on another site I have, likewise, duplicate emails, but unrelated bbp (itheme security), I also wonder if it is not the function wp mail that bug or a problem with wp cron?

    Any idea about this?

    rsbthebest
    Participant

    What i mean is i am using bbpress on my wordpress site. It has forum and whenever someone post any thing some points are awarded to him using mcreed point system. But i dont want it to be over used.

    So i want to impose restriction like :-

    After posting 10 posts in a day the 11th post will not get any points

    Or

    A user can only post 10 post no more than that.

    I will prefer the first one more!
    Is there any way to do any of this? Pleas reply

    #147725
    Stephen Edgar
    Keymaster

    There is nothing you need to remove manually, if you go to Tools -> Forums -> Reset Forums all bbPress data will be deleted from the database.

    If you are changing the user ID directly in the database and ‘do it wrong’ you are most certainly going to have permission and capability issues with the user ID.

    You should create a new user, assign them the WordPress ‘Administrator’, then assign the bbPress role ‘Keymaster’. Logout of your current admin account and test your new admin account. If everything works and you have transferred any posts, pages, forums, topics, replies etc to the new user then go ahead and delete the old account once you have confirmed ‘all the things’.

    Note: Your posts were being picked up as spam by Akismet for some reason that is why they didn’t show up.

    #147724

    In reply to: Huh?

    Stephen Edgar
    Keymaster
    #147723

    In reply to: How to fix this bug?

    Stephen Edgar
    Keymaster
Viewing 25 results - 20,101 through 20,125 (of 64,534 total)
Skip to toolbar