Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 5,651 through 5,675 (of 11,591 total)
  • Author
    Search Results
  • #133506

    In reply to: update 2.3 problems

    kannued
    Participant

    I guess it is NOT the latest posts, which is wp, but the lasts topics of bbpress that used to be listed instead of the forum summary page.

    #133501

    In reply to: update 2.3 problems

    kannued
    Participant

    When I removed the bbpress Moderation, nothing happened.

    Thanks for the link on hiding the bbpress search box, Jared.

    Now, all I need is to get my latest posts back on my front page.

    #133496

    In reply to: update 2.3 problems

    kannued
    Participant

    In my index.php, I eliminated the shortcode “ which got rid of the Oh bother! No topics were found here!

    In my index.php, I do have the shortcode

    If I eliminated that, would the front page show the latest posts?

    #133495

    In reply to: update 2.3 problems

    kannued
    Participant

    Previously only the wordpress search was on the page on the left side column. I thought that would be sufficient to search through bbpress posts especially with the plugin that I have, see below. I would like to disable the bbpress search box.

    My plugins are bbpress, bbpressmoderation, bbpress topics for posts, en Spam, search bbpress 2.0, and wanguard.

    Here is my link. http://www.canadianbookclubs.com/forums2/

    Where you see the forum summary section, it used to be the latest posts.

    #133491
    kannued
    Participant

    I updated bbpress. Never had problems with the previous updates. Now, I have the following problems on my front page:

    Oh bother! No topics were found here! (why has this appeared? Comes from div id=”bbpress-forums” and div class=”bbp-template-notice”

    Even though my front page is checked for latest posts. It is now showing my forum summary page. Why is bbpress plugin superseding the wordpress of only showing latest posts?

    I never changed anything in bbpress files.

    #133484
    Klaas Koopman
    Participant

    Hi All,

    I am working on bbpress on my new site, so it works together with buddypress. But I really hate the way the url structure looks on the forum.

    now it’s forums/forum/test and I changed that already to forum/subject

    But now when I look at a topic, it’s /topic/post instead of forum/subject/post.

    Any way to fix this? I did find some guys talk about a nicer permalinks plugin, but when I click that link I keep getting back to a post about it on this forum…

    I got the latest install of wordpress, buddypress bbpress

    #133475
    Sami Keijonen
    Participant

    For now I pulled back 2.2.4 on live site. I run some more tests what’s going on and let you know if I find anything.

    #133438
    ianhaycox
    Participant

    Hi,

    There is a development version at https://downloads.wordpress.org/plugin/bbpressmoderation.zip with a fix for the hidden topics/replies.

    Unzip the download and replace /wp-content/plugins/bbpressmoderation

    I’ve only done limited testing as I’m not a bbPress user anymore – so feedback appreciated on the changes.

    Thank to @netweb for the pointer – I’ve followed JJJ advice to use a posts_where filter to add the pending status so moderated topics and replies are included in the query.

    It’s a real ugly fix (see the source comments for details), but hopefully it should get you through until moderation makes it into bbPress for real.

    Ian.

    #133390
    ubound
    Participant

    Hello everyone,

    bbPress Moderation plugin breaks the latest version of bbPress 2.3, so I had to uninstall it. But I can’t stay without moderation, I’ll be spammed to death. Can anyone suggest another moderation plugin that works with the latest version of bbPress?

    Thanks!

    #133382
    dhruwal
    Participant

    Hello i did a fresh setup of latest version, and even though i have sub forums and 1 of the sub forum even has post in it. Though on main page of forum, it shows as 0. Even the parent forum shows as 0 topic.

    Any way to fix it?

    URL: http://www.facesilike.com/forums/
    This Forum has topic: http://www.facesilike.com/forums/topic/megan-fox-pregnant-bikini-kona-hawaii-vacation-pictures/

    #133378
    kraigg
    Participant

    @ovizii

    How I got it working was to set the Forum Role for all existing users (non-admin) to ‘Participant’. I did this in Dashboard > Users > All Users, then found the users that had no forum roles. Once I changed these users to ‘Participant’ they were then able to post again.

    To automate this process, I set ‘Participant’ as the default forum role for users. I did this in Settings > Forums
    “Default user role”: Participant
    “Auto role”: (tick) Automatically assign default role to new, registered users upon visiting the site.

    However I think this problem may have been fixed in the latest bbPress

    #133377
    acousticwebdesign
    Participant

    I tried upgrading but I’m experiencing some really strange issues. First of all, there is no longer an “Edit” admin link so I can’t test that the issue still exists. Was this the solution?

    Secondly, I’m having a really weird problem with my styles after the upgrade. I think the framework is choking somewhere during the request but no errors are displayed. It looks like many of my bbpress-related styles are not being applied.

    If I turn on debug mode, the problem goes away and everything displays as normal. But as soon as I turn it off again, it gets screwed up somewhere. Weird!

    I know my stylesheet is being loaded and some of the styles are being applied properly, but some aren’t and the one’s that aren’t don’t even show up in firebug with a line through the middle saying they’ve been overridden, they just aren’t appearing at all. I’ve never seen anything like this before.

    I’ve tried disabling all other plugins, no luck. Any idea what’s going on here.

    #133368
    felixpage
    Participant

    I have tested with Twenty Eleven and Twenty Twelve and It doesn’t work. There is no topics and forums count (it shows 0).

    #133316
    Sami Keijonen
    Participant

    I let you know when I’m back on my computer. I’m on localhost and testing with WP 1.6 beta.

    #133301
    Stephen Edgar
    Keymaster

    Are you using the latest bbPress 2.3?

    What version of vBulletin are you using? I have only tested vBulletin 4.x

    Here is the list of known issues with vBulletin https://codex.bbpress.org/import-forums/vBulletin/

    #133275

    In reply to: Multisite Error

    Try updating to bbPress 2.3. I’m not able to duplicate this using the latest version, using either the wp-signup.php way, or via the Network admin area.

    #133268

    @premitheme – I’ve used and tested with PHP 5.2/5.3/5.4 without incident.

    The “Are you sure you wanted to do that?” errors come from nonce requests failing inside of the `bbp_verify_nonce_request()` function. My guess is the `$requested_url`, `$matched_url`, and `$home_url` are coming up with some kind of mismatch, causing `$result` to return `false` and the nonce check to fail.

    It’s also possible that the parsing and comparisons in `bbp_verify_nonce_request()` could use improvement. This function was modified in 2.3 to allow for reverse-proxying, which may have broken some other type of URL. If so, would love your help there. 🙂

    #133267

    i seem to be a newbie at this, can you please walk me through the steps?

    You’ll want to search bbPress’s files for the above function, and test to make sure it’s working correctly. If you’re operating a site as the main developer, you’ll want to know how to touch files on the server (with an code editor, FTP program, etc…)

    Then, you’ll want to search the web for common PHP debugging techniques (var_dump(), echo(), die(), debug_backtrace(), etc…) so you can gain a better understanding of how the code you’re trusting to make your site function works.

    This is one of those times where, hopefully, a little tough love will pay in dividends for you later.

    #133262

    In reply to: TAGContent error

    Stephen Edgar
    Keymaster

    I have only had access to test vBulletin 4.x to test importing into bbPress.

    Does vBulletin 3.8.x support topic tags at all?

    Also this doc has any other known issues https://codex.bbpress.org/import-forums/vBulletin/

    #133259
    realhood
    Participant

    @netweb you can check it out on my testwebsite  http://realhood.xicp.net/forums

    leave your email,  I will send a account to you if smile..

    #133249
    Stephen Edgar
    Keymaster

    @realhood I still cannot reproduce your issue using the same settings you have above or with ‘Forum Prefix’ unchecked.

    This works perfectly http://127.0.0.1/search?bbp_search=test

    #133240
    ehong33234
    Participant

    I am running the latest BBPress 2.3 and I don’t see any link for the user to be able to update their profile (i.e. avatar, signature, password, etc.). So, I want to be able to put a hyperlink in the menu or somewhere else on my wordpress site that allows the user to access this page. I have found it to reside in http://www.domain.com/forums/users/nameofuser

    The problem is, I can’t figure out a way to call out the username in the url. I tried http://www.domain.com/forums/users/%s and that didn’t work. I am using permalinks and tried http://www.domain.com/forums/users/%username%/ and still nothing.

    Someone please help, thank you!

    #133230

    I just tested a fresh install of bbP 2.3 and WP 3.6 trunk on MAMP Pro and can’t replicate any issues.

    #133218
    premitheme
    Participant

    I have installed XAMPP 1.8.1 for Windows and see no issues with ‘localhost’

    For those using MAMP, what version are you using?


    @netweb
    I’m using 2.1.4 (the current). As I said the problem doesn’t appear with all localhost environments, I tested “MAMP”, “DesktopServer” (uses XAMPP), “Bitnami MAMP Stack”, live host and Mac OS X built-in localhost. It works with every thing but MAMP and Bitnami. I could say the problem with MAMP, BUT there was no problem with the older versions of bbPress, this makes me thing that the problem is in bbPress, not MAMP.

    #133216
    Stephen Edgar
    Keymaster

    @realhood I cannot reproduce your issue of ‘why my search function can’t work, when I use it,it always jump to the home page’

    I see no issues using or not using the bbPress ‘forums prefix’

    http://localhost/search/?bbp_search=test
    http://localhost/forums/search/?bbp_search=test
    http://example.com/search/?bbp_search=test
    http://example.com/forums/search/?bbp_search=test

    What do you have your permalinks set to? (‘Settings’ -> ‘Permalinks’)
    What is the ‘Search Slug’ for bbPress set to? (‘Settings’ -> ‘Forums’ )

Viewing 25 results - 5,651 through 5,675 (of 11,591 total)
Skip to toolbar