Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 2,076 through 2,100 (of 11,570 total)
  • Author
    Search Results
  • #187654
    tmazawi
    Participant

    Hi
    I have a weird problem with bbpress
    most of the words in bbpress is not translated but some is
    like: Freshness is in english but the no topics is translated to arabic
    i have the latest version of bbpress
    i have configured wp_config.php to arabic
    and my default wordpress language is arabic
    also i double checked all the translation files in this directory
    –/wp-content/languages/bbpress
    and
    —/wp-content/languages/plugins/bbpress
    and still a lot of sentences is completely in english even though when i use the loco translation plugin and search for this words they show up translated just fine

    #187608
    websmyth
    Participant

    Hi John,

    Sorry for the delay…further testing has revealed it’s the Mailgun plugin causing the 502… Argh!

    Dave

    #187604
    vamshidhar
    Participant

    I have an old forum running on phpBB 2+ version. It has nearly 70000 users and 400000 artcles.
    Now I need to migrate it to latest bbPress. In bbPress documentation I read that it support importing from phpBB 3.0+, So how can I achieve this migration?

    #187602
    bigidol
    Participant

    I’m running: BBPRESS 2.5.14, WordPress 4.8.2 and BuddyPress 2.9.1
    Website: http://www.bigidolforum.org

    I am currently building the site, utilizing the “Highend” Theme. Feel free to create user accounts and test at will.

    1: The hyperlinks attached to profile images and usernames work perfectly in BuddyPress sections of the site such as Groups and Profile Pages.

    2: The hyperlinks attached to profile images and usernames do not exist on bbpress pages. This makes it nearly impossible to navigate to other user profiles.

    3: While logged out and viewing Forum Index, usernames and respective profile images appear under Freshness display time. There are no hyperlinks on these while logged out.

    4: While logged in and viewing the Forum Index, Freshness displays only time, no usernames or profile images.

    The most important thing to me right now is repairing the missing hyperlinks while viewing the forum. I would like to stabilize the Freshness situation by removing profile images/usernames completely or making it entirely functional. I am an entry level site builder looking to learn as I go. This site will be used by hundreds or thousands due to a large social media following. I love the challenge but it’s hard to find where to start on these issues.

    #187537
    mithrandir
    Participant

    Yes that would be the best solution, depending on their support for theme customization. I have extracted(just for testing purposes) the CSS from there live demo site for ‘discoverypro’, and can confirm it is the cause of the bbPress styling issues.

    Users names from under their profile pictures trail off the right side of the screens

    fix:

    .bbp-body .bbp-topic-meta .bbp-author-name{
    	display:block;
    }

    when reading posts and replies within topics, all the users profile pics squash themselves all together at the top left hand-side of the screen.

    *I cannot recreate this issue as it is specific to your website, however if you could provide a link to your forums/website it would be possible to fix the issue.

    #187532
    mithrandir
    Participant

    A quick google search listed the following plugins

    For converting topics to posts one at a time:

    Post Type Switcher
    By John James Jacoby

    For bulk converting topics to posts:

    Convert Post Types
    By Stephanie Leary

    However these plugins do not convert replies to comments. You will have the option to convert topics to posts, and separately convert replies to posts. They do not automatically sync replies as comments to the post. (I have not thoroughly tested the plugins and I could be mistaken)

    Warning: I do not recommend running these on a live site as there is a potential for things going very wrong. Before converting or making changes to the database always make backups, and test locally first.

    You could make a request with the authors of the respective plugins, and possibly you may find a solution

    #187528
    Kristian Yngve
    Participant

    Sure, here’s all that info:

    I am using the very latest WordPress, I updated recently but unaware if the problem existed beforehand. I have had this wp theme for 3 years and I remember BBpress working well when I first installed it just over 2 years ago.

    The only affected area is only within topic at the point of conversation threads. The issue happens when the screen is at iPhone6+ size and smaller when viewed on the portrait side.

    All avatars shift to the top left-hand side of screen together as they all sit on top of each other. I have viewed this on the chrome and safari browser.

    Any ideas upon what I can do to overcome this?

    #187492

    We’ve changed the email address gathering & sending methods in bbPress 2.6 to try and accommodate bigger sets of users. You could try upgrading your forums to the latest 2.6 release candidate, and see if it makes a difference.

    #187470
    mithrandir
    Participant

    I understand, just my two cents, it is most likely an issue with one of the plugins.

    In the wordpress dashboard under settings > bbP private groups –> under the topic permissions tab try to disable topic permissions or change configuration in the plugin.

    I can not replicate your issue as i have tested the smart magazine theme and bbpress is working just fine for me. I am not familiar with the bbP private groups plugin, but i have just tested it, and it is throwing some php errors for me. It might be a compatibility issue with the latest version of wordpress or bbpress.

    I would recommend to start by disabling the bbP private groups plugin first and disable plugins one by one to trace the cause of the issue.

    I’m sorry if i could not be much help, hope you can share your results , and perhaps someone else could offer a solution

    #187466
    mithrandir
    Participant

    To find the location of the template files navigate to:
    ‘wp-content/plugins/bbpress/templates/default/bppress/’

    You will find all the template parts in this folder. It is recommended to not modify the files directly, instead create a folder named bbPress in the ‘generatepress’ theme root folder. ie. ‘wp-content/themes/generatepress/bbpress/’ copy any files you wish to modify into this folder. This way updates to bbPress wont overwrite any files you have modified and your changes wont be lost.

    Test this by copying the content-archive-forum.php to the newly created bbpress folder and begin to modify the file.

    a simple php echo command will confirm it is working by printing a message at the top of the content-forum-archive template.

    <?php echo "Hello world!"; ?>

    The Example provided in the previous reply can be pasted on top, or wherever you would like to display the topics. Some formatting is required, by adding appropriate div classes and styling with css as necessary. Would be happy to help with any of the html, php or wordpress functions if there is any difficulty.

    *my apologies if this a duplicate reply, previous reply did not get submitted properly,spam protection may have blocked it, since it included links to screenshots on imgur.

    #187412

    In reply to: Need Help Reinstalling

    s1r0n
    Participant

    you can see the problem here

    General Discussion

    there are two test posts in the forum. It says “This forum contains 2 topics” but the topics are not properly listed

    #187307
    slanglois
    Participant

    I’m not using a browser extension and I’m using the latest version of browser.

    #187306
    Vinod Dalvi
    Participant

    If you are using any browser extension then try disabling it.

    Make sure you are using latest version of browser.

    #187273
    Vinod Dalvi
    Participant

    Sorry to hear of the problem you are having.

    I have tested it on my test site and it’s working fine for me using latest version of bbPress plugin.

    Are you getting it on visiting the following URL where you have to replace yoursite.com with your site domain?

    http://yoursite.com/wp-admin/edit.php?post_type=forum

    Try deactivating and reactivating bbPress plugin.

    This can be due to plugin conflict on your site so please try temporary deactivating all plugins except bbPress plugin and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.

    #187235

    In reply to: bbpress performance

    https://core.trac.wordpress.org/ticket/41134 seems relevant here.


    @fabian
    If you wanted to take a stab at sprucing bbPress up with its own polyfill for autoload support, I’m happy to help test and implement.

    We should probably open a ticket on our Trac as well.

    #187120
    heppusiel
    Participant

    I just try latest version of BBPress, and this problem exist. Is there any fix coming? Codes above didn’t work for me.

    #187107
    Robin W
    Moderator

    if you disable (as a test) any/all of Active Member 360 / Active Campaign / Buddy Boss Social Learner / BBPress / Learn Dash.

    Does the problem go away, suspect the issue is related to those plugins

    Krupa Nanda
    Participant

    Steps:
    1. Goto /wp-admin/post-new.php?post_type=forum Page.
    2. Check Preview button UI.
    3. Output is something like as show here.

    Anyone facing the same problem?

    Cross checked in Chrome, Firefox and Safari with latest versions.
    bbPress Version – Version 2.5.14
    WP Version – 4.8.2

    #187042

    In reply to: bbpress performance

    Fabian
    Participant

    1) It is true and I’ll show you some more precise benchmarks on this for a concrete example. Take the filter bbp_map_meta_caps, it’s within a filter recursion, where the filter fires it self again. The recursively fires 4 times with bbpress only. Now if another plugins does the same, it could get up to 16. Plugin run times include each other through the filter api. In worst case you can’t just add them to each other, they bias by some non-linear function that is definitely not O(n).
    Your point is true, that you can’t blame a plugin for being slower in conjuntion to others. But, you as a developer, should avoid that other plugins can slowdown your own plugin, by minimal intrusion into the WordPress plugin API. And bbPress does not have this minimal intrusion. Of course it is a big software product, but there is high potential to conditionally hook into WP only on pages it needs to.

    2) No its not completely irrelevant. I wasnt clear enouh here, I’m not referring to file count, but yeah -how you said- file size or LLOC. Were not talking about vulcanizing scripts. You’re right, the PHP interpreter got very fast and it should not matter, but consider:

    a) Only the inclusion of bbpress main file makes PHP allocate about 600 KB. Thats a lot, considering 0 output bytes. And this happens on every request, every REST.

    b) Think about who runs a WordPress site, not people that have a dedicated high performance server. Usually its a webspace in a VM. These systems can power hundreds of sites, so the webserver does not just read 500 files at the same time, but lets say 10000. This lowers the chance to find the same PHP code in some cache between subsequent requests. The code size per request starts to matter here.

    b) It is a style thing, I dont want my programs to load 1MB code without using it. And yeah, there are many plugins that just follow WordPress style to include everything, but this does not mean it is a good style to follow. Unfortunately, there is no well known code metric that covers this. WP was created in darker times of PHP, without autoloaders. Why do we have them now? I dont get it why so few plugins properly use them, it takes a day to refactor your plugin and another to test.

    bbPress is not doing bad. It could just be more minimal if the forum is just a smaller part of your website. I dont expect 25 plugins to allocate 0 memory, but I expect 25 plugins not to clog my dashboard and frontpage, where I do not want them to load. I want them to do what they are supposed to do on specific pages within the front- and backend.
    Its true that woocomerce is the worst.
    I could optimize it though. It only loads on the shop frontpage, on the checkout page, on product pages, specific ajax actions and REST endpoints. The cart can be XHR, or one can keep on loading the plugin once a cookie is set. This technique makes the wp-admin dashboard fast too.

    (I’ll back with the benchmarks)

    #187020

    In reply to: bbpress performance

    Milan Petrovic
    Participant

    1. That is simply not true. I developed many plugins for bbPress, and I always do extensive benchmarking of bbPress and various plugins, and if you have 25 plugins or if you have 5 plugins, bbPress has the same impact on WP regardless. If two websites add 0.1 seconds slowdown, you can’t blame one of the plugins for what other is doing.

    2. That is completely irrelevant to loading performance. It is possible to merge all files any plugin has into one huge file. A number of files don’t have too much impact on the loading, and it is even recommended to have a lot of smaller files to help with the code organization, improve loading of what is needed when it is needed (for the most part). WordPress loads about 200 files on average for each page request, and even more on the admin side, and I have seen plugins that load 100 or more files. Size of files have more impact on performance, then the number of files. And with modern servers using SSD discs and a lot of memory, files loading is negligible.

    The biggest impact of performance of any plugin has to work with the database in any way (getting posts, filtering). And yes, bbPress up to version 2.5 was not best optimized, and it was on the slower side when dealing with large topics or large forums. Version 2.6 (currently in Beta/RC stage), has significant performance improvements related to database operations, loading posts and processing them.

    PHP has Opcache, and other performance related tools for a reason: PHP is not compiled, it is interpreted, and that is always a slower method for doing things, and PHP needs help to make things faster. It is a good thing to have and use Opcache or Memcached. For instance, my website without Opcache uses 60MB for PHP process on average, with Opcache that goes down to 12MB. WordPress without Opcache uses about 20MB on its own, bbPress adds about 5MB, WooCommerce adds closer to 10MB, BuddyPress around 6-7MB. Huge and complex plugins always need memory to work, you can’t expect to run 25 plugins and keep memory to a zero. That is why we have systems to optimize PHP, we have cache plugins.

    Once the bbPress 2.6 is released, I will do a new benchmark to compare 2.5 to 2.6 and see how much gains are there when using bbPress with a forum having a large number of topics and replies. But, from current testing I am doing with 2.6, it is much faster than last 2.5.

    Milan

    #186990
    TKServer
    Participant

    New feature I’m building for my bbPress app: latest activity

    #186986
    theacademicperson
    Participant

    Hi friends,

    I know I’m posting on a topic that was asked many times on this forum before (including my post from the last year).

    There need to be a voting option (upvote and/or downvote) in the forum topics. It is a must to have a functionality to automatically arrange the topics based on voting by viewers.

    Almost all the popular interactive forums on the web contains this feature…Stackexchange, Reddit to name a few. Others have a voting system without any rearrangement of the posts based on it…Google plus, Facebook etc.

    I admit bbPress is a great forum builder on the greatest CMS at this moment (WordPress)…but it (and all forums build on it) lacks this critical feature.

    As I already said this feature is being requested for a very long time, but it wasn’t added on the updates of bbPress.

    So it is my earnest request to please add this feature.

    You can see how many people has been requesting this by just doing a quick search in this forum – https://bbpress.org/forums/search/vote/

    #186978
    Robin W
    Moderator

    can you test that a user gets a reminder if they click the wp-admin lost password ? Not suggesting this as a solution, this is a bit of fault finding.

    #186930
    Syxguns
    Participant

    WordPress 4.8.1
    bbPress 2.5.14
    Running PHP v.7.1
    https://idwph.com/sitemap_index.xml

    I currently have bbPress disabled and now my sitemap works. I didn’t have this problem with the last version. I will search for it to install it again.

    Edit:
    Nope, just installed 2.5.13 and still have a sitemap error. Is there a place to get an even older version or do I just need to go with mybb?

    #186907

    In reply to: PHP Fatal Error

    Vinod Dalvi
    Participant

    Sorry to hear of the problem you are having.

    It is working fine on my test site without any issue.

    Could you please try fixing the issue as described in the following pages?

    https://codex.wordpress.org/Common_WordPress_Errors#Maximum_execution_time_exceeded
    http://kb.wpbeaverbuilder.com/article/37-how-to-increase-the-wordpress-allowed-memory-size
    http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/

    You can also try using the below upcoming version 2.6 of bbPress.

    https://downloads.wordpress.org/plugin/bbpress.2.6-rc-3.zip

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