Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 13,301 through 13,325 (of 64,487 total)
  • Author
    Search Results
  • #168458
    Pascal Casier
    Moderator

    Hi,

    First of all to reply to your question: I have never seen a plugin like this, but then of course, I don’t know all the plugins around bbpress as every day new ones are created or updated.
    If you really don’t find it and are willing to pay, you could post your request on http://jobs.wordpress.net/

    But then just some thoughts: Is this really a strict/blocking requirement to move to bbPress ? Nowadays in all modern email readers, all threads are grouped one under the other. So if you have 1 new reply or 10 new replies, you will only see 1 email with (10) threads, so it should not really bother people.
    And if I subscribe to a topic, I’m really interested in it and want to follow it by email. The only thing could be a ‘digest email’ on an hourly/daily bases, but that’s a slightly different topic.

    Pascal.

    #168457
    vinaynellagi
    Participant

    Hi, I am trying to import from vBulletin 4.2.2 to BBpress The forum is pretty big with Data of 2.4 GB.

    Every time I start the import it gets stuck at 45458th record of topics with when it is executing this statement (I saw the number of records from WP Admin in under Topics section)

    —————————
    SELECT convert(thread.threadid USING “utf8mb4”) AS threadid,convert(thread.forumid USING “utf8mb4”) AS forumid,convert(thread.replycount USING “utf8mb4”) AS replycount,convert(thread.postuserid USING “utf8mb4”) AS postuserid,convert(post.ipaddress USING “utf8mb4”) AS ipaddress,convert(thread.title USING “utf8mb4”) AS title,convert(post.pagetext USING “utf8mb4”) AS pagetext,convert(thread.open USING “utf8mb4”) AS open,convert(thread.sticky USING “utf8mb4”) AS sticky,convert(thread.dateline USING “utf8mb4”) AS dateline,convert(thread.lastpost USING “utf8mb4”) AS lastpost FROM thread AS thread INNER JOIN post AS post USING (threadid) WHERE post.parentid = 0 LIMIT 45300, 100
    —————————

    I followed this but it stops again at every ~50 records.

    But When I run this query in the PhpMyAdmin i get proper results of 100 records. I have tried to sanitize all the data that looked suspicious to me. Can someone please guide me to identify this offending data. What should I watch out for ?

    I have setup my BBpress on it on my local server which sits on a RAMDisk of 10GB (Makes I/O, hence import process lighting fast). Is this an issue ?

    Or are there any logs that I can inspect to see what error occurred ?

    #168456

    In reply to: Author avatar issue

    Robkk
    Moderator

    Well that code is very specific for every button in your bbPress forums, but if it works I guess use it.

    I should have told you use this CSS instead earlier since it just pinpoints the quicktag toolbar buttons and not customize every input field in the content wrapper div.

    #bbpress-forums .quicktags-toolbar input.button {
        color: black;
    }
    #168454
    Robkk
    Moderator

    I am just going to reply to your other topic about this since you already asked the question.

    Display Lead Topic only

    #168453
    Robkk
    Moderator

    I just want to know what “bbPress ready” “works with bbPress” means
    What are some characteristics that make a “theme bbPress ready/compatible”?

    Most common theme related issues are not visible with the theme.

    If a WordPress theme is reviewed in an article and is said to work for bbPress

    There are quite a few, like a handful of paid themes that actual go out and style everything and add something custom in their forum layout. Some others just say it just works but do not really customize the layout much.

    Same thing with free themes, only a few I have seen actually customize the layout. There are some good free ones.

    What do the results imply when I search for themes for bbPress, what can I expect in general?

    The theme has no possible theme issues with bbPress and possibly some minor or major customization in the default bbPress forums look.

    I have been struggling with themes, like all bbPress newbies. I don’t understand the structure of bbPress – the layout, navigation, hierarchy and the pages it generates. It’s a new surprise with each theme I try. (Yes, I have used Theme 2015 to check things.)

    It is close to a traditional forum layout (except the categories/forum layout). Can you please explain exactly why some things might not understandable so I can help you better?? I do not want to try to assume things from what you meant by structure or the pages generated.

    In /forums page is the forum post type archive, same goes for the topic post type and /topics. In some themes they configure a custom page title for Archive pages. Since you can use the regular WordPress conditional is_archive() and affect bbPress, well it affects bbPress.

    Here is the code in the free version of that theme that outputs the Archives title for any archive using if_archive() and some extra conditionals to check if it is a category archive or an author archive and so on. Since the bbPress archive page does not follow one of the other conditionals, the title ends up just Archives.

    function ample_header_title() {
       if( is_archive() ) {
          if ( is_category() ) :
             $ample_header_title = single_cat_title( '', FALSE );
    
          elseif ( is_tag() ) :
             $ample_header_title = single_tag_title( '', FALSE );
    
          elseif ( is_author() ) :
             /* Queue the first post, that way we know
              * what author we're dealing with (if that is the case).
             */
             the_post();
             $ample_header_title =  sprintf( __( 'Author: %s', 'ample' ), '<span class="vcard">' . get_the_author() . '</span>' );
             /* Since we called the_post() above, we need to
              * rewind the loop back to the beginning that way
              * we can run the loop properly, in full.
              */
             rewind_posts();
    
          elseif ( is_day() ) :
             $ample_header_title = sprintf( __( 'Day: %s', 'ample' ), '<span>' . get_the_date() . '</span>' );
    
          elseif ( is_month() ) :
             $ample_header_title = sprintf( __( 'Month: %s', 'ample' ), '<span>' . get_the_date( 'F Y' ) . '</span>' );
    
          elseif ( is_year() ) :
             $ample_header_title = sprintf( __( 'Year: %s', 'ample' ), '<span>' . get_the_date( 'Y' ) . '</span>' );
    
          else :
             $ample_header_title = __( 'Archives', 'ample' );
    
          endif;
       }
    #168452
    Robkk
    Moderator

    @casiepa

    Those are hidden forums.


    @paragbhagwat

    In bbPress a private forums posts should only show if the user is logged in. If you have a BuddyPress group and it is private the posts should only be visible if the user is logged in and a member. The users are able to see the title of the private group that may want to join.

    IF you want, change to a hidden group where only members can be invited to the group to see the content. You should be able to keep it as a private forum as well.

    Make sure to run the repair tools one at a time after you have made your choice on what you want exactly. The repair tools are in Tools > Forums. I know there is one exactly for BuddyPress Groups and one for private and hidden forums, but just running the repair tools once in a while is not a bad thing to do.

    #168450
    sb73542
    Participant

    Hi there,

    I am interested in migrating a very active forum to bbPress. But a critical piece of functionality for my users is the ability to subscribe to a thread and receive email notifications for new posts, but only receive *one* notification until the user returns to view the thread again. Is there any kind of plugin that would give me this functionality on bbPress? I’ve looked all over and I can’t find anything.

    Thanks a lot!

    #168447
    Robkk
    Moderator

    @tkserver

    Well I think @jovito just put shortcodes in a regular WordPress static page and just wants how it looks to be across all bbPress pages, and that is where the bbpress.php would help.

    with a custom file bbpress.php in my theme, would it be directed to that page when I hit submit for a new topic or new reply, instead of the topic page mentioned above?

    The bbpress templates using theme compatibility will use a template like page.php or bbpress.php in your theme, but the topic page content will be inside of the loop of that template. Instead of using a bbpress.php file, you can put single-topic.php from the extras folder and customize it and place it in your child theme root for a template specific to a single topic page.

    Is there sth like a template for the display of topics?

    These are all the templates that are being used in a single topic. Using single-topic.php in the root of your child theme will be the main template being used instead of a bbpress.php template or a page.php template.

    Also @jovito what kind of options for shortcodes are you talking about??

    #168444
    paragbhagwat
    Participant

    That’s where i am getting confused. Let’s say i have the following public forums

    A
    B
    C

    and a group called private group 1 which has a private forum D.

    When a non logged in user visits the site he correctly sees only A,B,C but if testuser1 logs in who does not have access to private group 1 goes to forums he sees A,B,C and D. When he clicks on Forum D it says its private.

    Is that how bbpress Forums work?

    Thanks,
    Parag

    #168441
    Robkk
    Moderator

    @argema

    Run the repair tools one at a time in Tools > Forums to see if this fixes the issue.

    Edit: If it doesn’t work, there might be a bug in the bbPress trac somewhere about this.

    #168440
    Pascal Casier
    Moderator

    Hi,

    Sometimes messages do not get out, installing the below plugin helps in most of the cases:
    https://wordpress.org/plugins/asyncronous-bbpress-subscriptions/

    Also consider to have a good SMTP plugin like ‘Postman SMTP’ or equal. I like this one a lot because of all the debugging to understand where it goes wrong.

    Pascal.

    #168430
    TKServer
    Participant

    @Robkk it seems @jovito is in an area I’ve been mucking with lately. So let me ask this… with a custom file bbpress.php in my theme, would it be directed to that page when I hit submit for a new topic or new reply, instead of the topic page mentioned above?

    #168428
    Toni
    Participant

    MultiSite with bbPress plugin – the latest
    One subsite dedicated to bbPress forum

    I just want to know what “bbPress ready” “works with bbPress” means
    What are some characteristics that make a “theme bbPress ready/compatible”?
    What do the results imply when I search for themes for bbPress, what can I expect in general?
    – If a WordPress theme is reviewed in an article and is said to work for bbPress
    – If I search WordPress themes using bbPress keyword

    I have been struggling with themes, like all bbPress newbies. I don’t understand the structure of bbPress – the layout, navigation, hierarchy and the pages it generates. It’s a new surprise with each theme I try. (Yes, I have used Theme 2015 to check things.)

    Surprise Example:
    theme Ample, forum looks great but the Home/Forums/… (bbPress breadcrumb navigation) “Forums” page renders all the topics with the heading “Archives”, I had to use Edit Menu to add a custom link to add that page to the WP menu, and I had created a page to list only the forums with the bbPress short code, but then it was not part of the bbPress nav, and it was unusable – too bizarrely rendered to try to correct.

    I prefer not to have to get into editing generated pages and editing whatever to get the breadcrumb navigation/menus to correlate. Little comprehension, skill, or time.

    Thank you

    #168425

    In reply to: Author avatar issue

    leirof
    Participant

    Ok, that’s good, I found !

    #bbpress-forums .button {
      background-color: gray;
      color: red;
    }
    #168401
    Pascal Casier
    Moderator

    Hi o.m.j,

    CSS will not help you in this case, not even nth-child or things like

    #bbpress-forums .bbp-pagination-count {
    	display: none;
    }
    #bbpress-forums .bbp-pagination-count ~ .bbp-pagination-count {
    	display: block;
    }

    will not work because the pagination is inside different divs and other elements.

    The only possibility would be somewhere going for a javascript like

    window.onload = function(){
        document.getElementsByClassName('bbp-pagination-count')[0].style.display = 'none';
    }

    (not tested yet) or go for some coding.

    Pascal.

    #168400
    Pascal Casier
    Moderator

    Ok, well, a example feed would be https://bbpress.org/feed/?post_type=topic/

    Pascal.

    #168397
    Pascal Casier
    Moderator

    dayan89,

    Please don’t revive 6 year old threads, but start your own one describing the issue that you have or the help you are looking for. As bbPress changed a lot in these years, in a lot of cases what was explained is no longer valid in current versions.

    Pascal.

    #168395

    In reply to: Delete “Header”

    Robkk
    Moderator

    You can use this custom CSS to hide it.

    #bbpress-forums li.bbp-header {
        display: none;
    }

    Or you can copy loop-topics.php to your child theme in a folder called bbpress. And remove these lines.

    <li class="bbp-header">
    
    		<ul class="forum-titles">
    			<li class="bbp-topic-title"><?php _e( 'Topic', 'bbpress' ); ?></li>
    			<li class="bbp-topic-voice-count"><?php _e( 'Voices', 'bbpress' ); ?></li>
    			<li class="bbp-topic-reply-count"><?php bbp_show_lead_topic() ? _e( 'Replies', 'bbpress' ) : _e( 'Posts', 'bbpress' ); ?></li>
    			<li class="bbp-topic-freshness"><?php _e( 'Freshness', 'bbpress' ); ?></li>
    		</ul>
    
    	</li>
    #168374
    alex59
    Participant

    Thank you for your prompt reply ^^ .
    There I miss this feature in order to launch my site for good and finally be able to do like all great name.
    I do not understand no one thought of before . I want to actually do that, because I want to store all the news in the forum corresponding with comments .

    The plugin that is made for this kind of thing and it https://wordpress.org/plugins/bbpress-post-topics/ , but it is not updated for 2 years.

    I know a site that has managed to do this in wordpress game-guide.fr but uses XenForo this Generais me to have to repay a subscription to a forum .

    If you intend to develop a plugin , I ‘m interested.
    After all depends on the time that you need .

    Sincerely, Alex

    #168373
    Pascal Casier
    Moderator

    Bonjour Alex, l’anglais suffit pour ici, merci 🙂

    I don’t know if you somewhere spy on me somewhere, but yesterday and this morning I had some discussions and checks on that for bbPress. There seem to be some old ‘converters’ from posts to topics and some requests to have this kind of functionality but it seems that today, nothing exists.

    As I indicated yesterday, I might try to develop something around this, but don’t want to put any timeframe on it.

    You can follow the discussion on https://wordpress.org/support/topic/feature-request-385

    Pascal.

    #168370
    alex59
    Participant

    French

    Lier les articles et pages de wordpress au forum

    Bonjour

    Je suis actuellement possesseur d’un site WordPress je, recherche le moyen de pouvoir afficher les commentaires sur le forum ?

    Par exemple, lorsque je publie une actualité sur un jeu vidéo, j’aimerais que les commentaires apparaissent sur le forum là où sera lié l’article.
    Voici un exemple de site http://www.gamekult.com/actu/nintendo-les-resultats-du-semestre-A155037.html.
    Lorsque l’on clique sur « Voir tous les commentaires » cela nous amène sur le forum.
    Je veux faire exactement la même chose est-ce que l’on peut avec bbpress ?
    Si oui, merci de me dire comment je peux faire cela ?

    Cordialement, Alex

    in english

    Link articles and pages wordpress forum

    Hello

    I am currently the owner of a WordPress website are, looking the way to display the comments on the forums ?

    For example, when I published a news on a video game , I wish that the comments appear on the forum where the article will be linked.
    An example site http://www.gamekult.com/actu/nintendo-les-resultats-du-semestre-A155037.html .
    When you click on ” View all comments or Voir tous les commentaires ” that brings us on the forum.
    I want to do exactly the same thing is what we can with bbpress ?
    If so, thank you to tell me how I can do this ?

    Sincerely, Alex

    #168368
    Robkk
    Moderator

    Its the only plugin I can find with this feature that works great with bbPress.

    Hope it works well for you though! 🙂

    #168365
    Robkk
    Moderator

    BbPress post hierarchy does not allow categories to contain topics, only forums can.

    Start with a category that contains forums, with that containing topics.

    #168364
    Robkk
    Moderator

    It might be better to create a bbpress.php instead of a regular static WordPress page, because that 1 static page will not work for all of the bbPress pages. If you create a bbpress.php, all your bbPress pages will use that template instead.

    See if this guide helps you any.

    Getting Started in Modifying the Main bbPress Template

    Since you using shortcodes you can echo the shortcodes in the bbPRess template like this.

    <?php echo do_shortcode("[shortcode]"); ?>

    #168363
    oliver_rub
    Participant

    Hi @robkk
    (somehow i managed to unsubscribe from my own topic…thus the delayed response). Thanks for your answer.
    My forums are intended to be group forums for buddypress. And this is also the case in which I have this bug.
    So in regular forums a user who has the overall moderator priviledge (set in user settings) can set tags. Works as expected.
    In the case where a user has overall participant priviledges and I set a user in the group management setting (I suppose thats BuddyPress) to be moderator, then the user cant assign tags anymore although he could as a normal member. This is the behaviour I would consider a bug 😉
    No I havent tried creating custom roles. I´m also not sure about the interaction with BuddyPress, thus I tried to get some help here first.
    On my regular installation I have a role editing plugin, but not on the new test platform. Thus I would discard this as a cause for the bug.
    I just ran the repair feature which updated 1 user on the test platform, but this didnt affect the priviledge to post tags. It just resets the overall moderator role of a person to normal participant (if the user has a WordPress subscriber role).

    Regerding the other trouble shooting:
    – Its a fresh installation
    – With 2015 theme
    – Only bbPress & BuddyPress as plugins
    – I just ran the repair functions again, since this is a fresh install nothing has been updated according to the notifications from the repair functions.

    I´m aware that this seems to be an issue between bbPress & BuddyPress and I´m not sure which plugin causes this bug. Since bbPress tags are disappearing I thought it might be bbPress.
    Any further ideas how to approach this?

Viewing 25 results - 13,301 through 13,325 (of 64,487 total)
Skip to toolbar