Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 2,026 through 2,050 (of 11,570 total)
  • Author
    Search Results
  • #188764
    Perrorist
    Participant

    A user who has Editor role and is set to see the visual editor cannot see it. However, a test user I set up with identical settings can. The user claims to have seen it a few days ago. I’ve had him clear cache and reboot, but with no luck. Another user says she has the same problem.

    Any idea where the problem might lie?

    #188753
    strike3
    Participant

    Hi,
    Here are the ones that are tied to email/Buddypress/BBPress. I’m wondering–do new topic notifications work for approved topics on a clean BBPress install? I don’t think I can disable many plugins on this site since it’s getting a lot of traffic, but I could probably test it out on a different live site. I think it would have to be a live site or at least have an SMTP provider set up for the notification emails to go out.

    Plugins
    1. Buddypress

    2. AsynCRONous bbPress Subscriptions (added because the default method of BCC’ing all subscribers created too many recipients for our SMTP provider)

    3. bbP Toolkit

    4. BP Profile Search

    5. BBPress Moderation Tools (allows us to put all new topics into moderation, seems to use default BBPress actions for moderation)

    6. Fix Forum Emails (fixes issue where HTML tags/entities show up in notification emails: https://bbpress.trac.wordpress.org/ticket/2865)

    7. WordPress Mail Queue (queues/chunks all mail from wp_mail so we don’t go over SMTP provider limits)

    8. Wordfence Security

    #188750
    skiank
    Participant

    Someone can send me the last tapatalk plugin to test it on my forum?

    Since it is not supported I cannot find it on the web.

    #188728
    gbbuggs
    Participant

    Hello,

    My search box is searching the entire website and not just the forums, topics, etc. I also was looking for a geo-specific search for bbpress. The one I found is outdated and nonworking. Could you help? I am in strong belief that it was my theme, but when tested on another theme, but search box wouldn’t even allow me to click into it. Please advise. I have the service provider theme.

    #188710
    joeis
    Participant

    I am trying to copy my bbPress forum with all content to my test site using WP export import.
    The forum content is not visible on the new site!
    I have tried the repair tools included i bbPress, with no success.

    Looking at the admin/topic page i can see all the posts and under subject “Forum” it says “(no forum)”
    When I edit a post by selecting a forum, that post shows up.
    Now how do I make a mass edit of the field forum ???
    In admin/answers it shows the number of answers but no answers are listed.

    regards
    John Eistrøm

    Robin W
    Moderator

    ok, it’s maybe a clash of terms being used on your site – ie something else is using search

    As a test change the slug to say ‘find’ and see if it works then.#

    We can then narrow down the issue

    #188645
    Robin W
    Moderator

    I’d do two checks

    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

    #188640
    Robin W
    Moderator

    ok, I’ve just loaded the code below (same as in the post above) to my test site and it enables the tinymce editor on my test site

    //editor bbpress
    function bbp_enable_visual_editor( $args = array() ) {
        $args['tinymce'] = true;
        $args['teeny'] = false;
        return $args;
    }
    add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor' );
    
    //clean html when copy and paste into forum
    function bbp_tinymce_paste_plain_text( $plugins = array() ) {
        $plugins[] = 'paste';
        return $plugins;

    }
    add_filter( ‘bbp_get_tiny_mce_plugins’, ‘bbp_tinymce_paste_plain_text’ );

    So I suggest you start by doing some further testing

    Themes

    As a test switch to a default theme such as twentyfifteen, and see if this fixes.

    plugins

    If themes don’t pinpoint the problem, 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.

    Then come back

    #188639
    Robin W
    Moderator

    The recent replies widget should not be used.

    as per

    dashboard>settings>bbp private groups>widget warning !

    you should use (PG) Recent Replies or (PG) Latest Activity widget

    #188595
    Josh Campbell
    Participant

    Just tested this out on a newer theme and the css should look like this:

    .bbpress div#primary.content-area {
        margin: 0 auto;
        max-width: 980px;
        width: 100%;
    }

    Also, you can now just add this to Appearance > Edit CSS > Additional CSS.

    #188569
    lantaarntje
    Participant

    The converter won’t start? I try to make a test conversion from phpbb3 3.2 but nothing happens when i click start 😮

    #188441
    xfallseane
    Participant

    I have update my css with your code but don’t work, the profil picture is almost good !

    I have test different code the margin-left for reply-content is the problem maybe no ?

    #188440
    ytwebdesigns
    Participant

    Hi

    I am using bbpress on hebrew website.
    Using Poedit to translate
    I have managed to translate most strings but I have the string “on” in english on which appears on line 1186 in widgets.php
    i also tried editing the php code on this row and replacing “on” with a hebrew string and uploading to wp-content/child/bbpress/includes/common/widgets.php but this didnt work
    also in po file tried translating string and replacing “on” with “test” this didnt work either.

    I cant seem to apply any css on this either
    https://forumbaaleytshuva.co.il/category/%D7%9E%D7%90%D7%9E%D7%A8%D7%99%D7%9D/%D7%93%D7%99%D7%95%D7%9F-%D7%A0%D7%95%D7%A7%D7%91/

    screenshot below

    View post on imgur.com

    thanks

    #188439
    Robin W
    Moderator

    looks like something is erroring

    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

    #188436
    Robin W
    Moderator

    hmm, not suer why your bbpress.css file is in wp-content/plugins/templates rather than wp-content/plugins/bbpress/templates – have you altered this?

    In essence you want to set

    .bbp-reply-author width :100% ;
    .bbp-reply-content margin : 0px;

    This will force the content to the next line, and move it to the start of that line.

    I’d also add

    #bbpress-forums div.bbp-reply-author img.avatar {
    position: relative;
    }

    so you’d end up with (untested)

    @media only screen and (max-width: 480px) {
    
    .bbp-reply-author  {
    width :100% ;
    }
    .bbp-reply-content {
    margin : 0px;
    }
    
    #bbpress-forums div.bbp-reply-author img.avatar {
    	position: relative;
    	}
    
    }
    #188418

    In reply to:

    rubydwebguys
    Participant

    just for testinggg

    #188414
    peter-hamilton
    Participant

    You could use CSS to make the width of articles 100%

    .article {width: 100%;}

    You can use google Chrome to test/alter CSS to see what you need to do to fix things.
    Use right mouse button on an element on the screen and press “inspect”, then a window opens where you can play with CSS.

    You do have a child-theme I hope?

    seamusberkeley
    Participant

    Same ongoing issue after testing Robin’s suggestions.

    1. Email matches domain
    2. Check email plugin proved successfully; email sent and received
    3. Asynchronous plugin did not resolve

    The specific issue on greenpartytaos.org install is for replies to subscribed forums or topics. No email is being sent to any user, except when replying with site admin login. Even more odd, would not send mail to additional user even after setting their roles to keymaster and administrator.

    Any ideas?

    Sure would like the reply notification to work as it’s the main reason to install bbpress.

    Appreciate any help!

    #188343
    xfallseane
    Participant

    Hello !

    I have a problem with responsive theme in mobile..

    I want the author zone with profil image in the top of reply content.. the forum is not very beautiful and reading is difficult

    I have test more css fix but not working ..

    I use bpp style pack

    #188338
    Robin W
    Moderator

    I don’t know what “clean theme” means, however.

    sorry lazy writing – just means a wordpress default theme with no changes – eg twentyseventeen. The ones released by wordpress are tested against bbpress.

    I’ll contact you again via email.

    #188326
    Robin W
    Moderator

    ok, I’ve got the login information and looked at the issue.

    On my test site, I can replicate a page with

    [bbp-topic-index]
    [bbp-forum-index]
    [bbp-topic-form]

    and have no problem in pagination. page 2 comes up as

    http://mysite.com/forums/page/2/

    This is with a twentyseventen clean theme.

    #188277
    xfallseane
    Participant

    Mother of god the first time a habe extract in bad folder my plugin bbpress (in folder plugin) i have delete teste in the file in the root folder of plugins and it’s ok lol !

    #188276
    xfallseane
    Participant

    I have download the theme in my pc and nothing word “teste” in the file of template..

    #188275
    Robin W
    Moderator

    something is adding ‘teste’ I suggest you look for it.

    Copy the theme to your pc, and use the PC to look for the word

    #188273
    xfallseane
    Participant

    Hello i’m french and sorry for my english.

    I have modify the css and template of bbpress and i have copy the files in my host.
    But when i create a topic i have “teste Name of Topic“.

    In local i have check “Topics Loop – Single” and i have find “teste” i have delete this and prefix is deleted but in my host “teste” is not in Topics Loop – Single.
    I do not know what can create the prefix.

    I use bbp pack style and more plugins as bbpress2 bbcode, bp tools bp attachments.

    thank you in advance

Viewing 25 results - 2,026 through 2,050 (of 11,570 total)
Skip to toolbar