Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 3,451 through 3,475 (of 11,618 total)
  • Author
    Search Results
  • #164992
    Robkk
    Moderator

    All of what is listed is here, only the German language you are using is the 100% finished translation.

    https://translate.wordpress.org/projects/wp-plugins/bbpress/stable

    Shouldn’t it be Dein Profil for a straight translation of Your Profile which is what bbPress has for profiles??

    For custom plugin translations I have to look into it, there use to be a way to have custom plugin translations.

    This old code is what I think you could use and test. Edit the existing German language files with something like Poedit. Save them. And Place them in a child theme for example, and put the url in the code below.

    function load_bbpress_tr_mofile( $mofile, $domain )
    {
        if ( 'bbpress' == $domain )
        {
            // replace this. :)
            return 'FULL_PATH_TO_YOUR_FILE';
        }
        return $mofile;
    }
    add_filter( 'load_textdomain_mofile', 'load_bbpress_tr_mofile', 10, 2 );
    #164988
    Robkk
    Moderator

    Okay well there might be a way to bulk create bbPress posts, there are already a bunch of WordPress plugins that do this for blog posts. I will test to see if I can find one that works with custom taxonomies and custom post types.

    I don’t think you have to go through that trouble, it would be way easier if bbPress has its own tables but it doesn’t, the posts are in wp_posts and post meta in wp_postmeta.

    Stored Database Data

    #164967
    mst
    Participant

    I need to add a button to bbPress instance of the teeny MCE.

    I’ve used the following code to test how my mce plugin work:

    // add new buttons
    add_filter('mce_buttons', 'myplugin_register_buttons');
    
    function myplugin_register_buttons($buttons) {
       array_push($buttons, 'separator', 'myplugin');
       return $buttons;
    }
     
    // Load the TinyMCE plugin : editor_plugin.js (wp2.5)
    add_filter('mce_external_plugins', 'myplugin_register_tinymce_javascript');
    
    function myplugin_register_tinymce_javascript($plugin_array) {
       $plugin_array['myplugin'] = plugins_url('/js/tinymce-plugin.js',__FILE__);
       return $plugin_array;
    }

    This works like it should on the admin side.

    I can’t wrap my head around how to get the same principle to work for bbPress instance of teeny mce. Which filter/action do I need to use and where? I’ve tried using the teeny_mce_buttons filter without any luck.

    WP 4.2.4, bbPress 2.5.8

    Robkk
    Moderator

    This works when I tested it.

    <?php if ( $forum->post_content=="" ) { echo "yes";};?>

    #164884
    Shaktimaan
    Participant

    Plugin you have shared does not even works for topics. I can unsubscribe only myself with it.

    I am using latest bbpress Version 2.5.8

    #164881
    Robkk
    Moderator

    Not sure about forum subscriptions or if this would work with group forums, but it might be worth a try.

    Install this plugin, put the widget into your sidebar, and go to each topic and remove the users subscriptions manually.

    https://github.com/easydigitaldownloads/bbPress-Topic-Subscribers

    Other than this plugin for topic subscritptions, I do not know what else to recommend right now.

    If group admin ban a user, Ideally banned user should be automatically unsubscribed to group forum. But according to my tests new notifications are still sent by bbpress plugin to banned or removed users.

    Will keep a note of this, because this is expected if you ban a user. Maybe bbPress or BuddyPress could add this in the future.

    #164879
    Shaktimaan
    Participant

    I am talking about only hidden or private buddypress groups.

    Admin can ban or remove users from groups in buddypress. I have tested that new topic notifications with message are sent to banned users that i don’t want, if they are subscribed to group forum.

    If group admin ban a user, Ideally banned user should be automatically unsubscribed to group forum. But according to my tests new notifications are still sent by bbpress plugin to banned or removed users.

    How can i myself unsubscribe a user to a forum or topic?

    #164869

    In reply to: Proper Emoji Plugin

    Robkk
    Moderator

    I think you can use emoji in the latest version of WordPress.

    https://codex.wordpress.org/Emoji

    🎅 👻 👹 👺 💩 💀 👽 👾

    Shaktimaan
    Participant

    I am using bbpress with buddypress and i have enabled group forums.

    I have tested forum and new topic subscription settings for private and hidden groups. I have found new topic or reply notifications are also sent to even banned users as well as removed users, if they are subscribed to the topics or forums.

    I want new reply are topic notifications are not sent to banned and those users that are removed from group. How and where can i change these setting?

    #164837
    project_subdomain
    Participant

    Just made a new updated installation of bbpress, just in case..with latest german language file.
    now the prefix is “I” in German on all profile pages. Should be:
    My (singular, German: “Mein”) Profile
    My (plural, German: “Meine”) posts, replies, subscriptions, favorites,..

    #164818
    Robkk
    Moderator

    You are using the latest German language file right??

    #164770
    Robkk
    Moderator

    Well backing up your forums, for all the data on your site,you backup your database. Just the bbPress post types and data from all that, I might need to do some testing. It might just be using the export tool in WordPress Tools section, it might be using a plugin to backup one forum at a time, or whatever alternative I can find.

    #164769
    Robkk
    Moderator

    what loop-forum?? If you are using mine or someone else s custom file on the internet, I will check to see if I/they messed up something??

    Does switching to a default theme and clicking the link lead you to the latest reply??

    #164759
    Robkk
    Moderator

    @project_subdomain

    I tried the German translation and it seems to translate the titles for the profile pages well, I tested it without an SEO plugin activated though.

    #164711
    Kaynechiro
    Participant

    Thank’s for your quick reply Robkk!
    By the way, I forgot to mention that I’m using the loop forum;
    Anyway, the freshness link head to the latest topic created, and the author link into latest topic author avatar…
    I’ve not tried to check the cache, I’ll do it ASAP.

    #164707
    Robkk
    Moderator

    @steo83

    This topic was for issues made in bbPress version 1 which was a standalone version, the latest is a plugin for WordPress. The registration process on your site is mostly handled by WordPress. bbPress does have a registration form shortcode, but even that kind of piggybacks off of the WordPress registration form. If there is something wrong with your regular WordPress emails, which might include new comment emails for WordPress comments then you definitely need to hear from your hosting provider. If it is just the registration emails sent to users, you might need to contact WordPress support on their forums. https://it.wordpress.org/forums/

    #164689
    drinkingsouls
    Participant

    If it helps you are welcome to login and test it out. I can send you login details for admin and user. I only setup the site to test this issue.

    #164686
    drinkingsouls
    Participant

    Are you running any special bbPress set up?
    – I’m just running the default bbPress fresh from install

    Does this happen to all user roles?
    – Yes, it happens to all roles

    I am going to assume on your fresh install you just have the latest stable version of bbPress and WordPress and no other plugins activated while using a default theme?
    – Yes. I am using Twenty Fifteen theme. Up to date. No other plugins activated. The moment I activate bbPress users can no longer log out.

    Thanks

    #164680
    #164659
    Robkk
    Moderator

    Alright I might report this as a bug, but I need steps to duplicate the issue. And could you answer these questions to help me, know where you are at?

    Are you running any special bbPress set up?
    Does this happen to all user roles?
    I am going to assume on your fresh install you just have the latest stable version of bbPress and WordPress and no other plugins activated while using a default theme?

    #164657
    drinkingsouls
    Participant

    Yes, I did.
    I created a fresh install of wordpress here: test.webshrimp.uk
    The only plugin activated is bbpress and the logout doesn’t work. As soon as it is deactivated the logout link works. It is 100% bbpress causing the issue. I don’t know why it is appending redirect links to the logout button either.
    Thanks

    Robkk
    Moderator

    What is the error??

    I have my localhost server running the latest WordPress and bbPress and I do not see an issue.

    I also tested one of my live test sites, and still do not see an issue.

    #164628
    drinkingsouls
    Participant

    I created a fresh install of WordPress and bbpress here:
    test.webshrimp.uk
    BBpress is currently activated, note how the logout links are not working. As soon as I deactivate Bbpress it works fine

    #164627
    drinkingsouls
    Participant

    Basically when I activate bbPress on my blog the log out links no longer work. It seems to append a redirect to the end of log out links which prevents it from working. I’m not sure why but it’s definitely to do with bbPress.

    Here is the logout anchor tag when bbPress is deactivated (works)
    <a href="http://test.webshrimp.uk/wp-login.php?action=logout&_wpnonce=1ef350795a">Log out</a>

    Here is the anchor tag when bbPress is activated – doesn’t do anything
    <a href="http://test.webshrimp.uk/wp-login.php?action=logout&_wpnonce=1ef350795a&redirect_to=http%3A%2F%2Ftest.webshrimp.uk%2F%3Floggedout%3Dtrue">Log out</a>

    Any help would be greatly appreciated.
    Thank you.

    Robkk
    Moderator

    the first kuena link the forums look too busy.

    Second link is what I was talking about but for bbPress, make it look cleaner. I have made something kind of similar, not exact but some parts are similar. (I know the icons are off a bit, idk what I did to mess them up, but they were fine before.)

    the third and fourth link remind me of old bb boards, some phpbb inspiration I can see though.

    Almost all of those Github plugins have almost non discussions, issues, requests. It doesnt mean they are perfect, it means they will be abandoned very soon. As much you here would abandon bbPress if nobody used it and nobody come to this forum. As much Drupal core and other Drupal developers abandoned Drupal forum because nobody used it. So simple.

    I get what you are saying but what about plugin forks or just plugins with similarities.

    Here are the other github plugins and their alternatives and why I might and might not fork them.

    • VIP support -> bbpress-VIP-Support-Plugin-for-Latest-WordPress (will think about pushing to WP.org)
    • Simple Support -> bbResolutions
    • EDD bbPress Support Dashboard (this is a fork of VIP support too and was specific to the EDD site)
    • bbPress Spam Cleaner -> This is the plugin that was made for a job for a specific user
    • bbPress Report Abuse (needs paid plugin gravity forms) -> bbPress Report Content
    • bbPress Avatar -> Basic User Avatars
    • bbP Quote -> bbPress Direct Quotes(I said I might add this into a different plugin, and users can also install GD bbPress tools)
    • bbPress Ajax Replies (not touching, do not know much about ajax)
    • djb bbPress last read plugin -> closest I think to this exact plugin is the one I said I might add to WP.org
    • bbPress Live Preview -> Just enable TinyMCE(but I will think about forking it more)

    Tell me one thing sincerely. if you so much trust all those plugins why you dont install them here and use it as showcase for newcommers ?

    I told you some of the plugins in there could be some ideas for functionality and that is why it is there, which leads to me sprucing up the page again.

Viewing 25 results - 3,451 through 3,475 (of 11,618 total)
Skip to toolbar