Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 13,251 through 13,275 (of 64,454 total)
  • Author
    Search Results
  • #168527
    Billistic
    Participant

    So niuserre’s fix ain’t happening anymore?

    Changing Post Dates

    I want to change the date because I’ve decided to make forum posts the comments for a post instead of using post comments and I made the most recent post the first forum by accident.

    TKServer
    Participant

    Following. I’m doing a threaded view outside of bbpress. I’ve got topics and replies all working as well as a modal window for new topics and replies. Just polishing off some of the extra queries. Interested to see what you do.

    antonydennis
    Participant

    Hello there…

    I am trying to implement a view of Buddypress that looks like the Facebook newsfeed – a single page, which lists topics, each one having an add reply form underneath, and then a list of the existing replies. I have made the list of topics and replies, but I’m having trouble putting a working add reply form underneath each topic.

    The loop structure I have used is:

    
    $forum_ID_list = //a list of forum IDs
    foreach ($forum in $forum_list)
        // WP_Query to get the topic ID list
        foreach ($topic in $topic_ID_list)
            // output topic
            // output new reply form -BUT HOW...?
            WP_Query to get the reply ID list
            foreach ($reply in $reply_list)
                // WP_Query to get the reply details
                // Output the replydetails
    

    So I am not using calls to bbpress() in the loop.

    My question is: with this loop structure, how do I implement the output of the new reply form?

    I have tried embedding the reply form as follows:

    
    <form id="new-reply-XXX" name="new-post" method="post" action="">
    	<fieldset class="bbp-form">		
    	<textarea class="bbp-the-content wp-editor-area" rows="3" cols="10" tabindex="101" name="bbp_reply_content" id="bbp_reply_content"></textarea>
    	
    	<input type="hidden" name="bbp_topic_id"    id="bbp_topic_id"    value="TOPIC_ID" />'
    	<input type="hidden" name="bbp_reply_to"    id="bbp_reply_to"    value="0" />';
    	<input type="hidden" name="action"          id="bbp_post_action" value="bbp-new-reply" />
    	<input type="hidden" name="_wpnonce"        id="_wpnonce"        value="99e426b2cf" />'; // NOT SURE WHAT THIS DOES AND IF I NEED TO CHANGE IT
    	<input type="hidden" name="_wp_http_referer"                     value="" /> // CAN THIS JUST BE LEFT BLANK?
    	<input type="hidden" id="bbp_redirect_to" name="redirect_to"     value="MY_HOME_PAGE" />
    	
    	<button type="submit" form="new-reply-XXX" tabindex="104" id="bbp_reply_submit" name="bbp_reply_submit" class="button submit">SEND</button>';
    

    When I use this form, I am redirected to my home page, but the reply is not added to the topic.

    So my questions are:

    1. Can I do it by looping this way using WP_Query, and if so, can you answer my questions in upper case above about the form so it will add the topic correctly?

    2. If I cannot used my WP_Query based loops, what other way can I loop and make the form work?

    I’m using bbpress 2.5.8 with Buddypress 2.3.3 and WP 4.0.8

    Thanks in anticipation! Antony.

    onno1984
    Participant

    Hello

    I’ve installed wp 4.3.1 with buddypress 2.5.8 and bbpress latest version
    To see the custom profile field i use bbp buddypress profile information with BuddyPress XProfile Image Field with is working.

    In that forum i have the following details with the forum reply’s.
    link

    But where it is saing he file path there should be a picture where can i change that to see the image.
    I’ve been trying things for days now but i cant find it anywhere.

    Thanks for the help.

    Onno

    #168509
    Billistic
    Participant

    When I edit the forum and look at the Publish box, there’s no date edit option. The box only has a preview changes button.

    Wordpress Version 4.3.1

    BBPress Version 2.5.8

    #168506
    manteli
    Participant

    Using latest versions of WP and bbPress. I’ve been searching and searching, is there anyone who could help me to shorten the freshness to show only year(s) OR week(s) OR day(s) OR minute(s) instead of the whole time stamp?

    I found this https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/#10-shorten-freshness-wording but it doesn’t seem to work properly. I don’t know if I’m missing something. I still got “1 hour, 20 minutes” etc. Is the code supposed to do this / is it possible to show only one time variable like this?

    50 seconds ago
    33 minutes ago
    2 hours ago
    3 days ago
    1 year ago
    etc

    I would be so happy if someone could help! Thanks!

    #168505
    Toni
    Participant

    Oops, to continue…those mystery pages I mentioned from the breadcrumb are usually blank. And they fall at the top level of the breadcrumb nav hierarchy – the first or second item.

    When I first installed bbPress I had 2 forum entries in the breadcrumb – Forums/forums/… the first one (I think it was the first menu item) had nothing on it.

    #168487
    tlatch89
    Participant

    Hey everyone,

    I started styling up a little support/development forum for my clients to use. It requires a little bit more customization but I have most of the basics down.

    Wordpress – Latest
    BBPress – Latest
    Theme – Salient
    Website Forum Page – https://wapp.guru/support/

    I’m not using any short codes because this theme actually handles the default BBPress pretty well. I’m just letting the default post types do their thing with Yoast SEO attached. I’ve added a plugin that adds login, log out, and register buttons to the forum itself.

    1. How do I set up my site to where people can log in with a WordPress / Gravatar account?

    2. The profile page title does not show up and using the Yoast plugin I can’t find any way to target it. Any advice?

    View post on imgur.com

    3. What’s a good plugin to use for things such as easy navigation for users? I have a few of the widgets in the hamburger menu on the top left. There’s a default login form but nothing regarding registration so I hard coded a link in. There’s a little login form, but no register form. I’ve tried (bbk style pack) but it seems to just place links in the main navigation menu which I don’t really like. It just seems like it’s difficult to navigate around.

    Overall I know the forum is open source and requires a good bit of customization. I’m just looking for the simplest way without having to use 50 additional plugins that conflict with one another.

    Thanks!

    #168484

    In reply to: vBulletin import help

    With every iteration, bbPress writes to the _bbp_converter_query option to record the last successful query. You can use that to cross-check what the converter is putting out against what the records are that are being imported.

    Usually when this happens, it’s a database encoding issue, and MySQL is getting stuck on a specific character in a specific record.

    To confirm if this is the case, you’ll want to go back into phpMyAdmin (or your favorite database management tool) and bisect that range of posts to identify exactly which post in your vBulletin installation that bbPress is getting hung up on.

    For example, when I converted bbPress.org from bbPress 1.2 to bbPress 2.0, it got stuck on 8 individual posts that had had encoding issues from 10 years ago when someone changed the encoding from whatever it was to latin1, and because WordPress usually expected to be UTF-8 and we have HyperDB in the middle to route queries around, bbPress’s converter would do exactly what yours is doing.

    If it’s database encoding or some other anomaly, isolating what is goofy with exactly which post(s) is the only way to get around it. I’m anxious to hear what you figure out here, and very happy to improve our importer if there’s anything we can do on our end.

    #168482
    Pascal Casier
    Moderator

    Hi,
    It’s unfortunately a known issue in current version:
    https://bbpress.trac.wordpress.org/ticket/2685

    Hopefully fixed in next upcoming release.

    Pascal.

    #168477
    Emineminero
    Participant

    I just tried Asyncronus bbpress Subscriptions but doesnt seem to fix it.
    Im also using wp smtp. I think this started happening with the last bbpress update

    #168473
    martineva
    Participant

    Hello there !
    I’ve been on troubble since a few days, just trying to let my forum users to delete their own topics.

    I tried several plugins, on WordPress, but it seems that even if I create a new role and custom it with the “delete topic” option, it won’t be memorized, maybe due to php bbpress capabilities ?? Anyway those plugins seem to create only WordPress roles, not bbpress roles. So even if there is “forum options” set, maybe it’s not the good way to do it properly.

    Then I’ve been reading this : https://codex.bbpress.org/custom-capabilities/, and I was able to set a new role, but still, even if the 'delete_topics' => true," is set, the users can’t see anything like a delete button on the front end (same with the “delete replies” option, BTW).

    Following this other thread https://bbpress.org/forums/topic/bbpress-custom-user-role/ I created a separated php file, but once again I could see no effect, worse : I got 404 pages instead of my website pages.

    I must say it’s my first forum, and I’m not a good coder, so if anybody could help me to get this solved, it would be very, very nice !

    #168469
    Pascal Casier
    Moderator

    Great !

    We all deserve a good weekend now with coffee … or something stronger 🙂

    Enjoy bbPress !
    Pascal.

    #168464

    In reply to: vBulletin import help

    Pascal Casier
    Moderator

    Did you also try to change some php.ini settings as described here ?

    Conversion MyBB to bbPress

    #168462
    Robkk
    Moderator

    The forum feeds are still there, you just have to go to the original forum feed url as stated in this new trac ticket I just created.

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

    #168460
    ynteligent
    Participant

    That php / bbpress more friendly solution I meant something like:
    <?php bbp_get_template_part( ‘content’, ‘single-topic-lead’ ); ?> …. related somehow to $topic_id…. but I am really not abble to figure out how to do it this way….Maybe you have some idea…

    Peter

    #168459
    ynteligent
    Participant

    I found this tricky solution yesterday evening too…

    I created new template page where I put complete code from content-single-topic-lead.php and added $topic_id into brackets () almost everywhere- that worked for me…. But I am pretty shure that there is easier and bbpress / php more friendly way how to do this ….If you have any idea just let me know, for the moment I am going to use content-single-topic-lead.php code. I really appreciate your help.

    I am going to finish my page within few days, I learned a lot during the process, so I think that I can help other people on this support forum like you do…

    Thank you Robkk

    #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??

Viewing 25 results - 13,251 through 13,275 (of 64,454 total)
Skip to toolbar