Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 2,926 through 2,950 (of 11,618 total)
  • Author
    Search Results
  • #172985
    tech55541
    Participant

    Hello,
    URL: http://yourtechadvisors.com/forums/topic/testing-safe-to-ignore/
    For some reason on mobile devices, part of the reply and post text will overlap the bar where the date is. I have tried deactivating all plugins and checking to see that there are no syntax errors in my CSS. Could someone please check my forum to see what is happening?

    Here is an image link, as you can see the mobile view looks pretty bad.
    https://drive.google.com/file/d/0B_h6oU4LzDtleElpclF5QV9BajA/view?usp=sharing

    I cannot switch to the default theme, I do not want to lose any changes, so a CSS fix would be nice if at all possible.

    Thanks for your help.

    #172977

    In reply to: Updating my import

    Pascal Casier
    Moderator

    Hi,
    1.8 million should not be the issue, as others run without those issues.
    Could you import your old topics into your test too so you could play with it ? Did you ever try to switch to a default theme ?

    If you are really convinced to delete in production, we can discuss further on that on how to clean.

    Pascal.

    #172975

    In reply to: Updating my import

    blandow
    Participant

    So I made a fresh forum for testing and the posting was instant. So it looks like 1.8 Millions entries in our wp_posts table is just too big a strain. I want to try to mass delete a lot of the old stuff from years ago, but I don’t want to delete regular WP posts. So what in the SQL is unique to bbpress so I can run the correct query?

    #172940
    tech55541
    Participant

    Hello,
    Forum Post URL: http://yourtechadvisors.com/forums/topic/testing-safe-to-ignore/
    I was looking around in Firefox doing some mobile tests, when I came accross an issue. Please see screenshot at below link.
    https://drive.google.com/file/d/0B_h6oU4LzDtleElpclF5QV9BajA/view?usp=sharing

    Is this a bug?

    Thanks.

    #172905
    kodacollider
    Participant

    I’m not able to link to the site directly right now, unfortunately, but this is what the source looks like for the pagination area:

    <div class="bbp-pagination-links">
    <p>	<span class="page-numbers current">1</span><br>
    <a class="page-numbers" href="https://www.com/topic/test-1/page/2/">2</a><br>
    <a class="next page-numbers" href="https://www.com/topic/test-1/page/2/">→</a>
    </p></div>
    #172891
    tech55541
    Participant

    Hello,
    URL: http://yourtechadvisors.com/forums/topic/testing-safe-to-ignore/
    I am using this plugin to add signatures: https://wordpress.org/plugins/gd-bbpress-tools/

    I would like the Revision information to align under the Signiture. I am currently using this CSS.

    .topic.type-topic.status-publish > .bbp-reply-content,
    .reply.type-reply.status-publish > .bbp-reply-content{
        display: -webkit-box;
        display: -moz-box;
        display: box;
    
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
    }
    
    .topic.type-topic.status-publish > .bbp-reply-content > .bbp-topic-revision-log,
    .reply.type-reply.status-publish > .bbp-reply-content > .bbp-reply-revision-log{
    	-webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
    }
    
    .topic.type-topic.status-publish > .bbp-reply-content > .bbp-signature,
    .reply.type-reply.status-publish > .bbp-reply-content > .bbp-signature{
      -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
    }

    It is working fine in Firefox, but not in Internet Explorer and Safari on apple devices such as IPhones. Can you please take a look for me?

    Thanks.

    #172868
    Robin W
    Moderator

    and of course

    By default, you do NOT receive emails for your own topics/replies, only if somebody else replies on your subscribed topics

    so testing would need two email accounts to prove !

    #172856
    berkelmudez
    Participant

    Hi, to test what boolean came out I tested bbp_has_topics() in: custom_theme/bbpress/loop-topics.php.
    In my custom theme it returns false and in wp twenty fifteen theme it returns true. Maybe using buddypress has something to do with it?

    #172854
    Robin W
    Moderator

    ok, so

    AS A TEST ONLY –
    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

    #172852
    Pluew
    Participant

    Thank you.
    I checked both points. I received the test email successfully. So it is bbpress.

    #172836
    Robin W
    Moderator

    @netweb

    @brovashift

    Ok I’ve done some testing.

    bbpress uses the display_name as stored in wp_user table.

    If you allow registration

    ie – Dashboard>settings>membership – anyone can register

    then yes, the user_nicename and the display_name in wp_user table are the same and the same as the username entered by the person registering.

    If you don’t allow registration, and you add users manually

    ie Dashboard>users>add new user

    and you don’t enter the first and last name, then the user_nicename and display_name are the same

    BUT if you enter the firstname and lastname, then the nice_name is the username, but the display_name is saved as firstname followed by lastname !

    So a bit of inconsistency by WordPress.

    Now display_name is all that we can play with in bbpress, and users can change their display_name under bbpress in the profile area.

    So I plan to put a function in my style pack that will let the user choose what the default display_name is, and optionally disable users from creating a nickname and/or changing the default.

    #172813
    jfboisvert
    Participant

    I just installed the latest version (2.5.8) on bbPress on a WordPress site where The Event Calendar plugins (vers. 4.0.7) was installed. After that, I wasn’t able to add or modify an event. I disabled bbPress, and then The Event Calendar works well as before.
    Does anayone khow about this problem ? I would like to keep using The Event Calendar but also start using bbPress.

    Thank you for your help!
    Jean-François Boisvert

    #172806

    In reply to: No submit button?

    Pascal Casier
    Moderator

    Hi,
    Not sure what customizations you have, but I normally switch theme to do a test and so far I never had issues in switching back. But we need to exclude that it’s a theme issue.

    (I have no access to the site, so I’m only guessing).

    Pascal.

    #172727
    Stephen Edgar
    Keymaster

    Did I get it backwards? I confused myself when testing this. :/

    Can you test this with a new user please and create the appropriate ticket based on the results if needed 🙂

    • When a new user is created they *only* have a username
    • The user does *not* have a first and last name
    • Once a user adds their first and last name the username is still used
    • Now, if a user goes to their profile and *chooses* their display name to *use* their first and last name then that is that users *choice*

    #172717
    Robin W
    Moderator

    @netweb On my test site it does firstname/lastname. Am I going mad?

    #172687
    Robin W
    Moderator

    load up my stylepack plugin and use latest activity widget

    https://wordpress.org/plugins/bbp-style-pack/

    #172654

    In reply to: forum page

    stussi
    Participant

    thanks they seem to be showing up now. Do I have to approve every topic and reply made? i created a new test topic and in the breadcrumb it says +1 hidden.

    #172433
    Don
    Participant

    Hello,

    I just updated a recent installation of bbPress (version 2.4.? to 2.5.8) today and “Change Forum Role” in the Users>All Users interface is not working. However, the all roles (site role & forum role) are editable when following the edit link under the users’ name. This is a version 4.4.2 Multisite installation and I have tested bbPress both as a Network install and a single site install with the same results. Here are some screen captures…

    Selecting user and moderator:
    select user and moderator

    Clicking the Change button:
    click change

    After clicking the Change button:
    no change

    Thank you,
    Don

    #172612

    In reply to: forum page

    stussi
    Participant

    So it isn’t taking you to where you want it to also huh? I click on public discussion and it takes me to my post page, which I dont have any post since this is not a blog site. I have latest bbpress and wordpress.

    #172590
    Robkk
    Moderator

    Sorry for the late reply.

    If it is pending the only thing in bbPress’ code that can add posts into pending is when a post contains a word in the comment moderation input box in Settings > Discussion and like I said before some plugins could add their own blacklist and hook into this, so make sure you have some spam plugins while you are testing this.

    In the past there was a user that had to approve posts manually because a plugin at the root of the users server called “mojo marketplace” has a hidden blacklist inside of it that affected the posts.

    You may also want to remove the “http” and “wwww” in your blacklist as this may be affecting it too.

    #172584
    Robkk
    Moderator

    @uschesch

    Are you using a free theme?? We could test to see if we can duplicate this issue.

    #172504
    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 twentyfifteen, and see if this fixes.

    Then come back

    siparker
    Participant

    @_az_ I am happy to do whatever I can. have you set up the GitHub repo or shall i do it and add the necessary people?

    If you need any further research into any variables or testing to see results etc please just tell me and i will find all the info i can.

    #172463
    Robin W
    Moderator

    sorry still don’t understand.

    Have you done

    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

    #172448
    Pascal Casier
    Moderator

    Well, it is fixed in bbPress 2.6 that should come up pretty soon, so if you can hold a bit longer… If not, feel free to install the alpha version (for testing) that is pretty stable : https://bbpress.org/download/

    Any input would be welcome !

    Thanks, Pascal.

Viewing 25 results - 2,926 through 2,950 (of 11,618 total)
Skip to toolbar