Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 5,301 through 5,325 (of 11,599 total)
  • Author
    Search Results
  • zilveer
    Participant

    I recommend you to just download the latest files from the trunk and upload it to your server and it should solve your issue.
    After the v2.4.1 is release you could then just update your bbpress plugin again

    #137955
    Jgonl
    Participant

    I use the theme Boldy
    but I’ve proven with the theme Twenty twelve
    I’ve also tested with the theme Buddypress Default 1,8,1

    and all makes me do the same.

    nested responses activated. paging not work
    Nested responses disabled. paging if it Works

    thanks Niuserre

    #137947

    In reply to: Ordering Forums

    niuserre
    Participant

    You can choose the order than forums appear in by giving them an Order value. I usually give mine order values like 10, 20, 30, 40 so that if I add another forum later I don’t have to reorder them I can just add order 25 to put it in between 2 existing forums.

    I don’t think there’s an easy way to have forums change order by activity but if activity is important to you then you should consider having Latest Topics as your default view instead of categories (like https://bbpress.org/forums/).

    #137940
    Jgonl
    Participant

    I have done a test with 25 response and 20 replies.
    and should jump pagination, I have it set to 2
    and nothing.
    I remove the nested responses and working properly.

    #137890
    EL45
    Participant

    Running the latest versions:

    WordPress: 3.6.1
    BBPress: 2.4

    #137880
    EL45
    Participant

    Hello,

    Calling <?php echo do_shortcode('[bbp-topic-index]'); ?> shows the latest 15 posts and it does show the pagination ie: “1 2 … 7 →”. However when selecting the next page (or any page for that matter) I get redirected to ?post_type=forum&paged=2 but the same 15 posts remain.

    Has anyone seen this or know a fix?

    #137824
    Unit9
    Participant

    I’d like this too. For some reason there was a default in my previous bbpress site, but in the latest installation, I have ‘No Forum’ selected.

    Any way we can change this?

    niuserre
    Participant

    Just tried it and that doesn’t work, it updates the slug but bbPress doesn’t seem to pull its title from anywhere editable within the admin area.

    However, if just changing the word Forums to Classrooms would solve your problem then it can be done via a function. This should work but please note I’m not a developer and I haven’t bug tested this or anything.

    http://pastebin.com/uz9Ndb4i

    I added this to my WordPress theme’s functions.php (before the end ?>) and it worked. Hope it will for you too!

    #137773

    In reply to: TAGContent error

    Stephen Edgar
    Keymaster

    Download the latest and specific vBulletin v3 importer from https://bbpress.trac.wordpress.org/ticket/2417

    https://bbpress.trac.wordpress.org/raw-attachment/ticket/2417/vBulletin3.php

    Upload with FTP to your server into to /wp-content/plugibs/bbpress/includes/admin/converters

    #137765

    In reply to: Freshness Link

    CC-Cailin
    Participant

    Awesome! Thank you… One more question though.
    After using your code, if there has been no posts made in a forum, it shows a random time (which seems to be the time I created the forum) and the topic title appears blank. How can I do this:

    if the forum has posts, show the latest post title and time (the code you gave me), otherwise show “No topics posted yet”.

    #137746
    joyanne1960
    Participant

    Thanks for the reply.

    I put the edit time to 30,000 minutes and 300,000 seconds. Then I entered a reply to my test post, clicked send, my reply posted. Then I clicked on the “edit” button. But instead of giving me my reply in edit form, I’m redirected to a “404” error.

    #137744
    Pippin Williamson
    Participant

    None of those look like super likely candidates, but I’d recommend deactivating all of them for a test to confirm.

    #137689
    nathan1342
    Participant

    I’ve installed bbpress, WordPress 3.6.1 and 2.4 for bbpress, and when I goto open the forum i get this error “Fatal error: Class ‘WP_Post’ not found in D:\xampp\htdocs\wordpress-test\wp-content\plugins\bbpress\includes\core\theme-compat.php on line 375”

    Anyone encountered this before and know how to fix it? I’ve searched the forums but came up empty.

    Thanks!

    Bryan Morgan
    Participant

    I am using the latest install of wordpress, buddypress and bbpress as well as gravity forms. I am needing to place a Gravity From inside a private bbpress forum topic as this form is meant to be seen only by members of this private buddypress group. When using the typical “add form” button at the top of the edit topic page which adds the shortcode to embed the form it places the shortcode there but then the shortcode is the only thing that appears when viewing the topic, not the intended form. Is shortcode not the way to do this and if not what is the best way to proceed to allow only members of this private group access to this form?

    #137677
    TheTwister
    Participant

    Hello, I’ve added a plugin into my wordpress (phpScheduleIt)and its interfering with this plugin. It is coming up with a message saying

    Fatal error: Call to a member function add_query_var() on a non-object in /home/guildfor/public_html/wp-includes/rewrite.php on line 47

    Any idea how I can solve it?

    I have the latest virsions of WordPress and bbPress.

    #137675
    younes0
    Participant

    Problem solved when upgrading to latest WordPress (2.6.1) and bbPress (2.4). I have WPML too.

    Great work , thanks.

    #137657
    jralston
    Participant

    I need some assistance please. I have looked all over the web and I have not found any information on how to get breadcrumbs to appear for bbpress installation. All is working fine for me so far. I am using plugin-bbpress.php as my template. There is already <?php bbp_breadcrumb(); ?> in that template but no breadcrumbs are appearing. Using the latest 2.4 bbpress plugin. Help?

    #137640
    Xevo
    Participant

    Best test is to always test in native themes, as most plugins are tested in this.

    #137620
    Kaliceos
    Participant

    In my test install with default theme, I don’t see any div in replies, only paragraphs. So I guess it’s true 😉

    #137595
    Biswadip
    Participant

    I am using WordPress 3.6.1 with plugins Buddypress 1.8.1 and bbpress 2.3. I am trying to import the latest topics and replies from specific bbpress forums into specific wordpress pages.

    I started with a Mysql query:

    $query=”SELECT * FROM wp_posts WHERE post_type = ‘topic’ OR post_type = ‘reply’ ORDER BY post_date DESC”;

    Then (in pseudo code) I planned to do the following:

    // since forum is a parent of topic which is a parent of reply
    // if post is topic get forum id
    // if post is reply get forum id from the parent of the topic
    //create an array of latest topics and replies associated with their forums
    //print latest topics and replies for each forum to different wordpress pages.

    The problem I cannot seem to solve is – where to get the name of the forum from? Without getting the name of the forum from somewhere in the database, my only option would seem to be to hardcode the forum id’s of each forum with their respective names. Which means every time a new forum is created this needs to be added in manually in the code. None of the tables I see in the wp database seems to contain the names of the different forums. Even if one of the other tables did contain it I am still not sure how I would then associate the forum id’s from the wp_posts table with the forum names from another table – presumably I would have to do some kind of join? Or maybe I am going about it completely the wrong way – is anyone able to help an inexperienced developer out of his depth navigate his way through this problem?

    #137582
    Kaliceos
    Participant

    Indeed, it looks like the new parent is not caught. It’s strange because in the code, the ID of the parent forum is correctly read as we can see in the <ul id="forums-list-17150" class="bbp-forums"> and is seen as a category. It seems like the post_parent argument is not used.

    Have you (or your theme creator) applied a filter to bbp_has_forums ?

    Can you check with an other theme ? (use https://wordpress.org/plugins/theme-test-drive/ if you don’t want to disturb your visitors)

    #137577
    vetto
    Participant

    set up a test forum so you can see the result of my messing around with the /includes/replies/template file

    Ignore the aesthetics, gotta get the structure right before I can finish the design.
    http://themainbrace.com/forums/forum/we-are-motorcycles/test/

    #137575
    vetto
    Participant

    WP 3.6.1
    BBP 2.4
    (buddypress 1.8.1 if that’s relevant)

    I am trying to style my loop-single-reply template.
    I am working on a copy placed in my wp_theme/bbpress directory…it is a copy of the default.

    The problem is in the bbp reply DIV (that contains the author div and the content div). I need to get the content function to stop automatically adding “div” tags around the content (I want to use span tags).

    I have tried to follow the rabbit trail through the files to figure out where these DIV tags are getting added, and the best I can figure is that there is a filter putting them in there.

    I only need the actual content and so I have commented out the filter applied in includes/replies/template.php around line 525, and simple replaced it with return $content

    That worked, but now bbcode is not working. Is there a way to stop this behavior without altering the bbpress plugin files (which will get destroyed during an upgrade)?

    My forum is private, but I can set a public test one up if that will help…

    #137567

    In reply to: SMF Import to bbPress

    Stephen Edgar
    Keymaster

    Yeah, nearly there, some suggestions for what some of those content conversions should be and testing to see if I missed any would be extremely helpful.

    #137561
    thelaw
    Participant

    I’ve tested bbpress with the Genesis 2 themes and the forum index doesn’t work. Some type of strange post page is created that has an image thumbnail on it and text of the index page (last post) but not functional. Change the theme and bbpress works like a charm.

Viewing 25 results - 5,301 through 5,325 (of 11,599 total)
Skip to toolbar