Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 1,501 through 1,525 (of 11,571 total)
  • Author
    Search Results
  • Robin W
    Moderator

    as a test can you try with just bbpress and private groups, as if that is ok, add the others back until you find which one is allowing this

    #204323

    Topic: Topic slug

    in forum Troubleshooting
    zydarek
    Participant

    Hello, how i can edit topic slug, I would like it to display as below:

    Now is: https://epolonia.pl/topic/teamt-dania-podatki/

    But i want to display like https://epolonia.pl/forum/dania/podatki/test-topic/

    Where:
    forum is forum index
    dania – is category forym
    podatki – is subcategory forum (dania)
    test-topic – is a tittle of post.

    #204276
    Robin W
    Moderator

    If you just want to remove it from the list then you could amend loop-single-forum.php

    create a directory on your theme called ‘bbpress’
    ie wp-content/themes/%your-theme-name%/bbpress

    where %your-theme-name% is the name of your theme

    find
    wp-content/plugins/bbpress/templates/default/bbpress/loop-single-forum.php
    Make a copy of this file, and put in in the directory called bbpress that you created above, so you end up with
    wp-content/themes/%your-theme-name%/bbpress/loop-single-forum.php
    bbPress will now use this template instead of the original
    and you can amend this

    change it to (assuming 40250 is the fiorum id)

    
    <?php
    
    /**
     * Forums Loop - Single Forum
     *
     * @package bbPress
     * @subpackage Theme
     */
    
    if ( !bbp_get_forum_id() == '40250')) {
    ?>
    
    <ul id="bbp-forum-<?php bbp_forum_id(); ?>" <?php bbp_forum_class(); ?>>
    
    	<li class="bbp-forum-info">
    
    		<?php if ( bbp_is_user_home() && bbp_is_subscriptions() ) : ?>
    
    			<span class="bbp-row-actions">
    
    				<?php do_action( 'bbp_theme_before_forum_subscription_action' ); ?>
    
    				<?php bbp_forum_subscription_link( array( 'before' => '', 'subscribe' => '+', 'unsubscribe' => '&times;' ) ); ?>
    
    				<?php do_action( 'bbp_theme_after_forum_subscription_action' ); ?>
    
    			</span>
    
    		<?php endif; ?>
    
    		<?php do_action( 'bbp_theme_before_forum_title' ); ?>
    
    		<a class="bbp-forum-title" href="<?php bbp_forum_permalink(); ?>"><?php bbp_forum_title(); ?></a>
    
    		<?php do_action( 'bbp_theme_after_forum_title' ); ?>
    
    		<?php do_action( 'bbp_theme_before_forum_description' ); ?>
    
    		<div class="bbp-forum-content"><?php bbp_forum_content(); ?></div>
    
    		<?php do_action( 'bbp_theme_after_forum_description' ); ?>
    
    		<?php do_action( 'bbp_theme_before_forum_sub_forums' ); ?>
    
    		<?php bbp_list_forums(); ?>
    
    		<?php do_action( 'bbp_theme_after_forum_sub_forums' ); ?>
    
    		<?php bbp_forum_row_actions(); ?>
    
    	</li>
    
    	<li class="bbp-forum-topic-count"><?php bbp_forum_topic_count(); ?></li>
    
    	<li class="bbp-forum-reply-count"><?php bbp_show_lead_topic() ? bbp_forum_reply_count() : bbp_forum_post_count(); ?></li>
    
    	<li class="bbp-forum-freshness">
    
    		<?php do_action( 'bbp_theme_before_forum_freshness_link' ); ?>
    
    		<?php bbp_forum_freshness_link(); ?>
    
    		<?php do_action( 'bbp_theme_after_forum_freshness_link' ); ?>
    
    		<p class="bbp-topic-meta">
    
    			<?php do_action( 'bbp_theme_before_topic_author' ); ?>
    
    			<span class="bbp-topic-freshness-author"><?php bbp_author_link( array( 'post_id' => bbp_get_forum_last_active_id(), 'size' => 14 ) ); ?></span>
    
    			<?php do_action( 'bbp_theme_after_topic_author' ); ?>
    
    		</p>
    	</li>
    
    </ul><!-- #bbp-forum-<?php bbp_forum_id(); ?> -->
    
    <?php } ?>

    Not tested but should work, if not then might be another bbpress plugin overwriting the template – come back

    #203893
    Robin W
    Moderator

    there is a fuction

    bbp_delete_topic function that you can substitute which I have not tested

    #203796
    meestergijs
    Participant

    Dear Robin,
    I installed your suggested plugin. Added the role keymaster to the list of email recipients when a new topic or reply is created. I tested it, it works!!

    Amazing. Your time to reply made a major change on the functionality of my website. Thanks a million.

    Gijs

    ttranvnu
    Participant

    I checked the database posts table via phpmyadmin and confirmed that replies posts did not come over to bbpress. Is there a way I can fix this manually by running some manual sql code?

    I’m using latest wordpress just downloaded today, and latest version of bbpress (bbPress 2.5.14).
    During the conversion I only get the following error which I don’t think tied to the replies posts not coming over.

    Repair any missing information: Continue

    WordPress database error: [Table ‘*.*_core_tags’ doesn’t exist]
    SELECT convert(core_tags.tag_meta_id USING “utf8mb4”) AS tag_meta_id,convert(core_tags.tag_text USING “utf8mb4”) AS tag_text FROM *_core_tags AS core_tags LIMIT 0, 100

    No tags to convert

    No super stickies to stick

    #203488

    In reply to: Where Do I Put This?

    Robin W
    Moderator

    can only suggest
    It could be a theme or plugin issue

    Themes

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

    Plugins

    If that doesn’t work, also deactivate all plugins apart from 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

    #203484
    Robin W
    Moderator

    It could be a theme or plugin issue

    Themes

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

    Plugins

    If that doesn’t work, also deactivate all plugins apart from 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

    #203443

    Topic: Where Do I Put This?

    in forum Themes
    Ms Aberdeen
    Participant

    WORDPRESS VERSION [Last checked on September 18, 2019 at 9:48 am. Check Again
    You have the latest version of WordPress. Future security updates will be applied automatically.]
    BBPRESS VERSION: 2.5.14

    TWENTYNINETEEN

    home

    I am using the bbpress [forum] plugin.
    I do not want to use it in its default state. I want to have it maintain my site’s design.
    According to what I have read [HERE; https://codex.bbpress.org/themes/theme-compatibility/ ]

    to do so requires me to copy both the bbpress and the css directories
    from the default folder and paste it or upload
    it into the ‘theme’ directory/ folder.

    Thing is I am not quite sure if I ought to paste them [ bbpress & css directories] into the wp-config.php folder
    & if so where [in the wp-config.php folder] ? Is it Before or after the present info I see there now?

    #203338
    ginaginagina
    Participant

    Hey Robin and everyone else who might read this! I thought I would post the really simple solution! After TONS of staging site/plugin/permissions/theme/cache/etc. tests, Robin, you were right about it being in the “dashboard>settings>discussion settings” area — it was my list of moderated (blacklisted) words that was causing things not to work. It’s unfortunate, since I definitely don’t want instances of “www” or “.com” or “dot com” showing up in forum posts by people who are trying to bypass spam filters, but I had to remove those from the moderation list because I didn’t realize that it affects anyone who is writing a post on the site. From the description above the moderation field a comment that includes any of the blacklisted or moderated words that not only are included in the post, but also come from the “…name, URL, email, or IP address” of the poster, will be held for moderation (or deleted, in the case of blacklisting). Since everyone coming to our site has www or https or http or .com or something along those lines in their login info/email address, there’s no way to stop comments that include those since it also stops all users who are registered on our site via an email address. Once I removed those phrases from my moderation list and blacklist, we’re able to post freely and immediately (at least it looks like for now!).

    While I really regret that we can’t blacklist/moderate *just* the posts/replies that contain phrases like .com or www etc., it’s still great to find the problem — thank you, Robin!

    #203327
    hashtagtrends
    Participant

    Hi. What is the expected timing for 2.6?

    I recently installed BBPress and was surprised the latest version for installation was 2.5.14. I also get a notice that the plugin “has not been tested with your current version of WordPress.”

    Performance/speed is important to me, and last I looked into it 2.6 was supposed to be a big improvement.

    #203214
    Robin W
    Moderator

    hmm, without a link all I can suggest is

    1. Are you creating them as super sticky ?

    2. It could be a theme or plugin issue

    Themes

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

    Plugins

    If that doesn’t work, also deactivate all plugins apart from 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

    #203130
    ginaginagina
    Participant

    Hey Robin! I found it (hallelujah and thank you for your help!). There was a tiny setting deep in the recesses of the Avada theme that was causing these to not show up (I had been trying to work with their support team, too, but they kept telling me it was bbPress ;). Just for anyone else that finds this issue in Avada, you have to scroll to the bottom of your forum page when you are in edit mode to Avada Options > Page Title Bar > Show Bar and Content (or just “Show Content”) then adjust from there!

    Good grief. Such grief. Ha ha. Now to find out why posts are not publishing from anyone other than me and being held in “moderation”. May need to hire a developer on this one, as I’m testing permissions wide open on staging and still can’t get it to go! Ah. Websites. 😉

    Thanks, Robin

    #203128
    Robin W
    Moderator

    A default theme with just bbpress shows these, so it is either theme or plugin related – I can only suggest

    Themes

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

    Plugins

    If that doesn’t work, also deactivate all plugins apart from 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

    #203119

    In reply to: 403 Error page

    Robin W
    Moderator

    It could be a theme or plugin issue

    Themes

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

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Hoster

    If that doesn’t work, talk to your hosting company

    #203011
    Robin W
    Moderator

    It could be a theme or plugin issue

    Themes

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

    Plugins

    If that doesn’t work, also deactivate all plugins apart from 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

    #202997
    Robin W
    Moderator

    ok, I can’t guarantee that the alternate template will work in all circumstances, if you want to try further

    It could be a theme or plugin issue

    Themes

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

    Plugins

    If that doesn’t work, also deactivate all plugins apart from 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

    #202943
    Robin W
    Moderator

    ok, the fix strategy would be

    It could be a theme or plugin issue

    Themes

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

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    But I would start wth User Role editior – that looks a likely suspect

    Robin W
    Moderator

    ok, just tested this on my test site, and it works fine.

    It could be a theme or plugin issue

    Themes

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

    Plugins

    If that doesn’t work, also deactivate all plugins apart from 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

    Robin W
    Moderator

    ok, as a product you can do

    add_action( 'digimember_purchase', 'digitest_purchase', 10, 4 );
    function digitest_purchase( $user_id, $product_id, $order_id, $reason )
    {
        switch ($reason)
        {
            case 'order_paid':
            // handle paid orders here
    			if ($product_id == '12') {
    		update_user_meta ($user_id , 'private_group' , '*group1*') ;
    		}
            break;
    
            case 'order_cancelled':
    		if ($product_id == '12') {
            delete_user_meta ($user_id , 'private_group' ) ;
    		}
            break;
    
            case 'payment_missing':
            // handle missing rebilling payment here
            break;
        }
    }

    where in this case ’12’ is the product id of the subscription product

    time period and other conditionals are I’m afraid well beyond free help

    Robin W
    Moderator

    yes, that is helpful

    so this code will add a user to private group 1 on paying membership, and take them out on cancellation

    add_action( 'digimember_purchase', 'digitest_purchase', 10, 4 );
    function digitest_purchase( $user_id, $product_id, $order_id, $reason )
    {
        switch ($reason)
        {
            case 'order_paid':
            // handle paid orders here
    		update_user_meta ($user_id , 'private_group' , '*group1*') ;
            break;
    
            case 'order_cancelled':
            delete_user_meta ($user_id , 'private_group' ) ;
            break;
    
            case 'payment_missing':
            // handle missing rebilling payment here
            break;
        }
    }

    Put this in your child theme’s function file – or use

    Code Snippets

    Then set up forums so that group 1 users can access the forum, and everyone else just see it

    #202728
    #202698
    Robin W
    Moderator

    It could be a theme or plugin issue

    Themes

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

    Plugins

    If that doesn’t work, also deactivate all plugins apart from 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

    #202697
    Robin W
    Moderator

    It could be a theme or plugin issue

    Themes

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

    Plugins

    If that doesn’t work, also deactivate all plugins apart from 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

    #202664
    dwcouch
    Participant

    I’m setting up a new site and have been testing registration and forums workflows.

    In an effort to reset the site back to 0 content – I deleted all test users and their topics in BBPress. After deleting all topics, I went to the trash and deleted them permanently.

    Topics now shows nothing. However the number of topics still show up in the topics column in forums admin.

Viewing 25 results - 1,501 through 1,525 (of 11,571 total)
Skip to toolbar