Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 2,976 through 3,000 (of 11,589 total)
  • Author
    Search Results
  • #171656

    In reply to: Logins

    Robin W
    Moderator

    bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes

    It could be a theme or plugin issue

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

    Then come back

    #171646
    Robin W
    Moderator

    before you do that, lets just eliminate theme and plugin.

    bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes

    It could be a theme or plugin issue

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

    Then come back

    #171645

    In reply to: Admin Bar Menu Editing

    Pascal Casier
    Moderator

    Hi,
    Are you sure your $current_user already has data at that moment ?

    Just before your if statement, try to run
    get_currentuserinfo();
    And just to make a quick test, you could always echo the ID just after running the above function to verify
    echo 'User ID: ' . $current_user->ID . "\n";
    Pascal.

    #171618
    pwonlineblog
    Participant

    I had looked at several videos and none of them talked about step 3 and setting up a page. I have now done that and I can view the page (called: forums). And the test forum I set up has “forums” in the forum root slug heading. But I still get page not found. This is the address of the forum I have set up:

    http://portwennonline.com/wordpress/forums/forum/dmforum/

    I’m now starting to wonder if the issue has to do with Aabaco. This is the company that recently took over the Yahoo web hosting. I followed the guide above step-by-step I’ve even tried deleting all of the created pages and forums I’ve set up, deleted bbpress from my plugins and then reinstalled it and tried again – I’ve actually done this several times. Do you think a call to Aabaco might solve the issue?

    #171605
    pwonlineblog
    Participant

    I submitted a new post because I finally deleted the WordPress and started over – but I’m still getting the same “page not found”

    Here is the blog site: http://www.portwennonline.com/wordpress/

    And one of the test forums: http://portwennonline.com/wordpress/forums/forum/testforum1/

    #171523
    pwonlineblog
    Participant

    I set up a new WordPress blog today and set it up with no changes. I may not ever use the blog but wanted the bbpress forum. I added the plugin and created several test forums. But every time I create a forum I cannot view it – I get “This page can’t be displayed”. I’ve tried just about everything you recommend (everything I can understand) and even deleted the plugin and reinstalled it. Nothing seems to work.

    My main website: http://www.portwennonline.com
    Wordpress blog: http://www.portwennonline.com/blog3/
    Two of the forums I created:
    http://portwennonline.com/blog3/forums/forum/newesttest/
    http://portwennonline.com/blog3/forums/forum/testforum/

    #171367

    In reply to: Freshness all wrong

    Robin W
    Moderator

    It could be a theme or plugin issue

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

    Then come back

    #171357
    MattConway
    Participant

    Hi @peterwsterling – Thanks for getting back to me so quickly. Is it OK to ask a question here?

    Is there a character limit to answers?

    Please take at look at the test poll I set up here: http://www.walthamforestforum.org/forums/topic/poll-test-4-identical-to-problem/

    I can select an option but clicking “vote” has no impact.

    The otherwise identical test poll here: http://www.walthamforestforum.org/forums/topic/poll-test-5-please-ignore/ that has cut down answers operates OK.

    #171356
    Pascal Casier
    Moderator

    Hi,

    Check out ‘Peter’s Login Redirect plugin’.

    I saw somebody also using this (but did not test myself):

    function login_redirect( $redirect_to, $request, $user ){
        return home_url('forums');
    }
    add_filter( 'login_redirect', 'login_redirect', 10, 3 );

    Pascal.

    #171353
    Robin W
    Moderator

    It could be a theme or plugin issue

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

    #171344
    Robin W
    Moderator

    bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes

    It could be a theme or plugin issue

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

    #171316
    Robin W
    Moderator

    If you made different versions of this function, you could test which url you are on and do the appropriate one?

    eg

    function change_root_english ( $args = array() ) {..the code in here with English words....}
    
    function change_root_danish ( $args = array() ) {..the code in here with Danish words....}
    

    then

    if [site is English one]  {
    add_filter ('bbp_get_breadcrumb', 'change_root_english') ;
    }
    if [site is Danish one] {
    add_filter ('bbp_get_breadcrumb', 'change_root_danish') ;
    }
    

    I’m sure some googling would produce a test for which site you are on to go in the [].

    #171315
    peterwsterling
    Participant

    Yes, the plugin still works fine with the latest version of WP.

    Stephen Edgar
    Keymaster

    If I was to try this I would jump into the database directly to have a closer look, but thats me, and I’m pretty confident I know what I’m doing here 😉

    Presuming your taking backups so your data is safe and you have tested restoring from backup.

    I’ve never actually tried this but what happens if you de-activate bbPress on the single site and then network activate it?

    #171259
    Stephen Edgar
    Keymaster

    @dots I’d suggest setting up a test site to test your imports before importing into your live site to iron out any issues you come across. The best process is to “reset” bbPress which will remove/delete all your bbPress data, you can then start the import with a fresh/clean slate for bbPress.

    I cannot guarantee that it will work perfectly importing everything though I really hope it does, as I stated in my previous reply there hasn’t been much testing with Xenforo so any feedback would be great to hear, any issues and I’ll try to implement those fixes.

    Unless people test the importers and give us feedback I cannot improve them 🙂

    #171250
    terranova23
    Participant

    Hi there,

    I’m helping a client resolve an issue with their bbPress Activity Stream. Their website has many online classes that are kept separate from each other, and their wish is to have the Activity Stream only show activity that is relevant to the forum a user has access to, and keep info from other forums private (they are using MemberMouse to restrict access). I did some research on here and on Google and found several threads that talked about similar issues, but wasn’t able to find any solutions.

    The site uses the latest version of WP (4.4.2) and bbPress (2.5.8) and is located at http://www.themysticdreamacademy.com/

    I thought the bbPress Activity Stream Shortcode Plugin would do the job, so I installed that and did a quick test, but I’m getting this error: Fatal error: Call to undefined function bp_has_activities() in /home/myst1cadm1n/public_html/wp-content/plugins/bp-activity-shortcode/bp-activity-as-shortcode.php on line 102

    If that issue could be resolved, we may be all set since we can set up shortcodes to display different streams for different forums. Otherwise, we’d like to know if there’s a way to limit the Activity Stream to only show content the user has access to.

    Finally, my client is also concerned about the default forums page, which shows a listing of recent topics from all forums and is visible to anyone who finds it: http://www.themysticdreamacademy.com/forums/ Users who aren’t logged in aren’t able to click any of the links, but they are still concerned about privacy. Is it possible to make this page private so only logged-in admins can see it? Or can it be removed somehow?

    Thanks for your time,
    Rory

    #171193
    phraisohn
    Participant

    I have the same problem. I just download WordPress 4.4.1 and Fresh install. Then install bbPress latest version.

    When I visit Forum category I can’t see the link or button that I can create new topic. It’s show only “This forum is empty.”. I try with basic theme Twentyfourteen which came with WordPress.

    Any Idea to solve this please?

    hooohn
    Participant

    I have WP 4.4.1 with the latest bbpress Version 2.5.8 installed on a local machine (therefore no link). The theme is base on the warp engine from yootheme.com

    I am testdriving bbpress locally. As an admin, I can set up forums and topics etc. but in the front end, I can not create topics in a forum nor answer to topics created by admin the backend.

    Front-end posting even does not work as an admin logged in, and it’s browser independantly not working.

    All I get is the general error message: “Are you sure you want to do this?”

    Even with all other plugins deactivated, there is no change.

    Only changes to the standard setup are “allow non registered users to create topics” and the permalink rewrite from “forums” to “xxx-yyy-zzzz”

    Help is highly appreciated! thx in advance

    #171160
    Andrew Tibbetts
    Participant

    Ooops.
    I have been jumping back and forth testing forum home and topics as they both don’t work and I copied the wrong line I was using.
    So, correction:

    …when i put echo is_singular( bbp_get_topic_post_type() ) ? 'yes' : 'no'; exit; on line 255 of bbpress/includes/common/template.php inside bbp_is_single_topic(), I get a white page that says “no”.

    I get the same “no” doing the forum check in the forum function while on the forum page.

    #171150
    Stephen Edgar
    Keymaster

    @ dots Nice size forum, heres a few things that I hope will help:

    Firstly, can you try by using bbPress 2.6-alpha, you can find it here https://bbpress.org/download/

    1) Sometimes scripts are automatically stopped and script not start automatically.

    Sometimes things timeout, a workaround for this is to open another tab in your browser to example.com/wp-admin and refresh it occasionally

    2) Currently, lots of data is still pending to import in BBPress but the script is not running and in tools bottom section I can see only “Starting Conversion” and loader.

    This is similar to 1), by refreshing you should in another browser tab this should keep that issue at bay, this particular issue is usually when PHP drops the MySQL connection and needs refreshing to update the connection between WordPress and the database.

    3) I have noticed in the tool having the duplication issue you can see above in Xenforo only 83,813 topics but BBPress tool imported 83,867 records. So 54 records are duplicates. so this issue resolved using BBPress repair forum tabs?

    It could be duplicates, though I’ve only ever tested 3 or 4 Xenforo forums with bbPress, potentially using the repair tools might fix this though without some more information here it will be hard to take a guess. If you can supply a copy of a couple of duplicates I can take a closer look as to the reason why.

    4) BBPress import tool taking random data from the Xenforo database. I have noticed when I have started the script first the users come from the Xenforo. But unfortunately, the users are skipped and the tool has started to import the topic. So, I am a bit confused here BBpress import tool can complete import all the users, topic, forums, and replies successfully? you can see above my total Xenforo user is 1,59,679 and BBPress tool has imported only 94,600. and the now script has started to import replies.

    Again, it should do all of this correctly, though testing with bbPress 2.6-alpha per above will hopefully fix many, or most of the issues you are having, can you try using 2.6-alpha and let me know how that goes for you please 🙂

    Also a couple more tips in our docs:

    Import Troubleshooting

    #171134
    JC1520
    Participant

    How do i remove “Create New Topic” as it shows as default at the bottom of my forum i would like to remove this.
    I want to disable “Create New Topic” in for all logon users
    I want to control the topics myself and only allow particpants to reply to topics that are in the forum. I have the lastest version of WP and BBpress.

    #171109
    Manuel Fritsch
    Participant

    So, after further testing, I can indeed confirm what I found yesterday. It is a bug, from my point of view, since changing forum descriptions can hardly be counted as activity in the forum itself. That means mixing up meta and operative level. (And I don’t think it is a MS issue at all, could anyone test that in a single install?) Could be something for 2.6, then.

    #171108
    Manuel Fritsch
    Participant

    @Johnnieasear: To me, MS is the future of WP. Why have one site, if I can have at least one more for testing purposes? That was what I thought about before setting up my network. Of course, that means mostly styling tests, since plugins are integrated with the network and some plugins can only be (de-)activated on network level, so testing is limited. But still.

    Do you refer to this Guide? “Extensive” would too far-fetched a word for that, in my opinion. It’s more of a brief overview. Useful, of course. 🙂

    #171100
    Andrew Tibbetts
    Participant

    I am trying to figure out why bbPress (inside Buddypress) isn’t enqueueing topic.js on topic pages so that favoriting and subscribing buttons ajax instead of refresh (which they currently do).

    In enqueue_scripts(), bbp_is_single_topic() is being checked before allowing the js files to be enqueued.

    In the bbp_is_single_topic() function declaration, is_singular( bbp_get_topic_post_type() ) || bbp_is_query_name( 'bbp_single_topic' ) must be satisfied to return true.

    Issue: is_singular( bbp_get_topic_post_type() ) returns false (also is_singluar('topic') and just is_singluar() — also, no matter where I go in bbpress, is_singluar() returns false).
    Tangential: echoing bbp_get_query_name() returns nothing.

    Any ideas?

    NB: This was tested on fresh Twenty Twelve with all non-essential plugins disabled and bp-custom.php emptied.

    WP: 4.4.1
    BP: 2.4.3
    BBP: 2.5.8

    Pascal Casier
    Moderator

    Yeah, well, I realized myself only some minutes ago that my reasoning was wrong. Of course only stable gets ‘downloaded’. That’s how it goes.
    If you have 2.6 alpha installed and you want to use the latest dev translation, you will have to download the po file and put it locally.
    Pascal.

Viewing 25 results - 2,976 through 3,000 (of 11,589 total)
Skip to toolbar