Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 4,576 through 4,600 (of 11,589 total)
  • Author
    Search Results
  • jtabrams
    Participant

    I cleared all my caches and went to the site and tested the search for hello. It is only turning up “Latest Posts.” I’ve tried this in a few different broswers, logged in and logged out of WordPress…

    The screen shot is what I’m seeing. http://awesomescreenshot.com/05430dw20f

    jtabrams
    Participant

    Its’s with everything I type. I tried typing in Hello, hello, on the homepage search box and go this:
    http://awesomescreenshot.com/05430dw20f

    It says Latest posts and gives the most recent posts we have and isn’t formatted. I tried clearing my caches and the problem still exists.

    #147971
    cstef
    Participant

    I figured it out for anyone else who may need the answer. I added a new callback method to converter.php that checks for the old vanilla ID of the reply_to and returns the new post ID.

    https://gist.github.com/stefanich/4f8f7b436b87287f44bf

    Tested it, it works πŸ™‚

    #147968
    Killerrabbit2
    Participant

    I believe the issue is that users do not receive notifications when the topic is created on the back-end. If topics are created on the front end and users are subscribed to the forum they should get the notifications.

    I found this previous post that describes the issue:

    Users don't receive notifications for new topics created in admin

    What this means in my case is that I need to instruct my keymasters or moderators to create their topics on the front end for proper notifications to happen. I have tested this and I believe it works. A pain I know, but at least there is a work-around.

    #147955
    Stephen Edgar
    Keymaster

    Probably disable wpMandrill for bbPress notifications would be the quickest way and let WordPress’ send the emails as BCC is fully supported.

    You can try the following plugin that I whipped up, I have only tested it on a local install and works for me…

    https://gist.github.com/ntwb/d45948672dbf5fd580c9

    That said, if you already have custom functions using the wpMandrill mandrill_payload filter in another plugin or functions.php file then updating the relevant section of that for bbPress would be the suggested route. I’m also not sure how this will affect any other templates or custom configurations you may be using either via the wpMandrill plugin config options or any options you have set in your Mandrill API/Setup/Config. (As stated, I’ve only just fired up wpMandrill to have a a quick look for the first time a couple of hours ago)

    #147953
    Sudar Muthu
    Participant

    Onto the biggest issue is that the wpMandrill plugin for WordPress DOES NOT support BCC

    Oops! and thanks for catching it. I tested it one bcc address and it worked. So I assumed that it works for all the email address that were sent in bcc.

    #147952
    PhillipGibbs
    Participant

    Hi there,

    I’m looking for a little help and guidance with the transfer of a forum.

    We’ve been updating a website which runs a bbpress forum. We’ve developed the new wordpress site on a dummy domain using ‘Duplicator’ to copy the old website over and run the various theme / design updates. Whilst we have been doing this the current website has still be running.

    We now need to copy the forum activity which has happened in the last 3 weeks from the current site to update the new design before transferring it all back the live domain.

    Hope this makes sense!

    For clarification we run:-
    Wordpress 3.9.1
    BBPress 2.5.4
    S2Member 140614
    Proper live domain:- lifeafterlondon.com
    Dummy test domain:- lifeafterlondon.co.uk

    #147946
    Robkk
    Moderator

    look up the css in inspect element

    and youll see that when you look at http://desimedicos.com/forums/view/latest-topics/

    on the recent forum topics widget the id of the widget is #bbp_topics_widget-8 now

    so now you would have to also add the custom css

    #bbp_topics_widget-8 ul li {
    border-bottom: 1px solid #F1F1F1;
    }

    look for changes like that on each page you have those widgets

    #147923
    BuddyBoss
    Participant

    The solution lies in : wp-content/plugins/bbpress/includes/common/functions.php

    Currently it is this : $do_not_reply = '<noreply@' . ltrim( get_home_url(), '^(http|https)://' ) . '>';

    Needs to be: $do_not_reply = '<noreply@' . str_replace("www.","",ltrim( get_home_url(), '^(http|https)://' )) . '>';

    I got this issue on my server w the latest bbPress update. I believe the most recent ticket will fix it in the next update, but this is what we did internally and it’s working.

    #147915
    Stephen Edgar
    Keymaster

    @shazahm1hotmailcom Did you also add 2618.4.diff to the r5409 changeset you tested?

    You should not need to use one of the filters to have the correct email address, they are only there if you need to specifically override the email address.

    We’d also like to have this fixed and not break any sites or backwards compatibility and are pretty sad it has at the moment πŸ™

    Could you explain what you mean regarding ‘revert to the previous method of send notifications’?

    #147914
    shanebp
    Participant

    Site and home urls are http://www.***.com

    Last test used trunk (as of 9AM PST ) and the 2618.4.diff.

    #147912
    Stephen Edgar
    Keymaster

    Thinking on this some more, as it is a client site I presume it has it’s own domain name.

    Is the clients domain name being used for the notifications with 2.5.1?
    eg noreply@example.com

    As you pointed out above that both the site URL and home URL use www and your emails are showing using the Bluehost’s subdomain box557.bluehost.com so is your site and home URL’s http://www.box557.bluehost.com?

    And for completeness did your last test use changeset r5409 and 2618.4.diff?

    #147910
    shanebp
    Participant

    Stephen – tested 2618, still no emails.
    We going to stick with 2.5.1 for now.

    #147908
    Morgensonne
    Participant

    Robin, thank you very much for your feedback, so it does not feel so alone. πŸ™

    I have two test areas at two different hosters. Both WP and bbpress is installed and runs identically with the same theme and – at the moment – without other plugins. BOTH give only up to version 2.41 the reply-title automatically in the title bar. I have deinstalled and installed several times versions after 2.50. My hope was that the problem only occurs with one of the two webservers and so I could find a trace, but the problem is in both installations.

    All versions after 2.41 (without plugins and with WP standard theme) have this issue.

    It would be great if Stephen would stop by. He would certainly have an idea on what I could still keep trying.

    Thanks again for your feedback!!

    #147898
    Robin W
    Moderator

    I’m here, but this is beyond my technical knowledge – I was hoping that Stephen would pick this up, but he hasn’t – he may be away, or think that I have it under control πŸ™‚

    Ok, so with no other plugins and 2.54 you have this problem??

    I have 2.54 with twentyten and no issues, permalinks are topic title.

    So must be peculiar to your site – so something needs setting/resetting, and obviously permalinks aren’t the answer as they’re working with wordpress. So bbpress is not playing nicely.

    How much of a test area do you have that you can try stuff in?

    #147889
    tharsheblows
    Participant

    Eg as on this page – this is a link to http://thefastdiet.co.uk/forums/users/vicki/replies/page/2/ but it redirects to http://thefastdiet.co.uk/forums/users/vicki/replies/ Why does it redirect? I can’t figure it out.

    I’m not sure quite how to start troubleshooting this. I’ve re-saved the permalinks and the profile on the top is just added via the bbp_template_before_user_details hook. I don’t know if the user topics have the same problem as no one’s started >50 topics.

    It would actually be really helpful to know if this is just me or a bug but I don’t have anything set up to test it – this forum is BuddyPress and uses those user profiles, I think (BuddyPress works! I might start there).

    Thanks!

    #147866
    Stephen Edgar
    Keymaster

    Mandrill complains that the format isn’t an email address and fails validation.

    The issue I am presuming here is that that the from address is being generated as noreply@www.example.com, we are also now stripping the www as most setups won’t include a www alias for their mail server configuration.

    If you test this and run into any issues please let us know. πŸ™‚

    #147861
    meowmethod
    Participant

    Hey Robin, thanks for your reply

    I followed step 8 exactly as they said. I renamed the following files to bbpress.php

    content-rightsidebar.php – when I did this both the /forums and /forums/forum/test-forum/ became very distorted – as if no theme was present.

    I tried the same with
    page-template-blog-full-content.php
    page-template-blog-image-large.php
    page-template-blog-image-medium.php

    Again /forums doesn’t display properly. And /forums/forum/test-forum/ works like usual.

    Is there any way to completely skip the forums index? I don’t see why I would need multiple forums when I can have 1 main forum with different topics.

    http://www.meowmethod.com/forums/ – does not work
    http://www.meowmethod.com/forums/forum/test-forum/ – works

    #147854
    Stephen Edgar
    Keymaster

    Shane you should be able to test the updated solution in 2618 now if you like πŸ˜‰

    #147842
    Jon Christopher
    Participant

    It looks like the issue is compounded by

    // Setup the From header
    $headers[] = 'From: ' . get_bloginfo( 'name' ) . ' ' . $do_not_reply;

    as well. Mandrill complains that the format isn’t an email address and fails validation. Not sure if this is a change in the latest bbPress update but I had to modify that as well.

    Running a few tests, it looks like the new BCC setup continues to work as expected through Mandrill.

    #147841
    Jon Christopher
    Participant

    I just found myself in this situation as well, took me a while to figure out what happened but you’re right when it comes to wpMandrill. I’ve just made the change a few minutes ago by hard-coding an email address Mandrill knows about, but I’m not sure how it’s going to react to BCC’ing all the recipients. Have you had any luck in testing/verifying it still works?

    #147839
    meowmethod
    Participant

    Hi, I recently installed bbPress and BuddyPress to create a forum. Everything is looking great so far except the /forums page. It is not displaying correctly. I am using the Interface Theme (free WordPress theme) which supports both bbPress and BuddyPress. You can see the problem below:

    http://www.meowmethod.com/forums

    The forum topics ARE working, so my problem is only with the forums page.

    http://www.meowmethod.com/forums/forum/test-forum/

    Troubleshooting:
    *** The problem goes away when I activated the 2014 WordPress Theme, but I don’t want to use that one. So I am inclined to believe that it might be a theme problem. ***
    I don’t have a forums wordpress page created (problem occurs with one created). The problem persists with BuddyPress deactivated.

    I would appreciate any opinions and advice !!
    Thanks in advance πŸ™‚

    I am using WordPress Version 3.9.1
    and the latest version of bbPress (installed today).

    rsg2
    Participant

    hello

    i have a wordpress site with bbpress installed. i have 3 subforums in bbpress. on the homepage of my wordpress site, i would like to list out those 3 forums with the lastest 5 posts from each.

    please take a look at this image:

    the styling doesn’t have to look like the attached as long as i can list out the individual subforums and 5 of its most recent posts.

    i have setup 3 columns with ability to put shortcodes.

    i tried using some of the shortcodes provided by bbpress with no luck.

    SOS please!!! i’m running out of options…lol

    thanks in advance,

    chris

    #147834

    In reply to: Can't see any topics

    valuser
    Participant

    Hi,


    @netweb
    many thanks for the info:

    If you use WordPress 4.0.x (Any alpha or beta of the next version of WordPress) bbPress will not work, we are currently investigating this.

    Please post when this issue has been resolved.

    no joy to-date – on test local installs – but no pain either!

    #147832
    Mareva
    Participant

    On my configuration, following settings are different than yours (others are similar):

    – dashboard>settings>private groups> General settings : all checked (please note that ” Hide topic and reply counts” option doesn’t change anything. But I don’t care).

    – search as non-logged in : I can’t test it because a non-logged in user is not able to see forums pages : the user has to log in before.

    ———————-
    Just to let you know:
    – search as user1 : ok (I get similar result)
    – search as user2 : ok (I get similar result).
    – Here is the point : if I log on as user2 and search for a term I know is only in forum 1, it shows the result but it should not.

Viewing 25 results - 4,576 through 4,600 (of 11,589 total)
Skip to toolbar