Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 3,176 through 3,200 (of 26,835 total)
  • Author
    Search Results
  • #200101
    oguruma
    Participant

    Is there a plugin that does this:

    When a new WordPress post is created, a Forum topic is automatically created.

    When a user posts a comment, they are posted as replies to that forum thread.

    Does that exist?

    #200055
    Angelo Rocha
    Participant

    This week i’will update the plugin to put a user interface in admin page.
    Another adjusts be necessary to detect XOOPS data, in Michal site, the site url field is different from what was programmed in the plugin, these adjustments are necessary so that you do not need a programmer for you to migrate your site.

    To start the migration you need to install WordPress in the same base of your site xoops, change the table prefix. Check if in the plugin panel it will detect the URL of your site xoops.

    #200017

    In reply to: DOfollow all links

    Pascal Casier
    Moderator

    @serverjeff, I did not try it myself, but did you try https://wordpress.org/plugins/bbp-dofollow/ ?

    #200016
    Robin W
    Moderator

    It does look good.

    I suspect they created the layout by changing loop-forums.php and loop-single-forum.php templates.

    The general styling can be done using

    bbp style pack

    Try contacting them to see if they’ll release then templates to you. If they do, PLEASE do come back here, and I’ll publish them

    xbladerunner
    Participant

    Hello. Is there suppose to be a registration link with the bbPress login form –my main wordpress login form has a registration link below it, but the login form on my bbpress forum pages does not. Here is an example of the forum login page which does not have a registration link (scroll to the bottom of the page): https://cincinnati.unitedresourceconnection.org/financial-assistance
    Here is an example of the main login page (that has a registration link): https://cincinnati.unitedresourceconnection.org/wp-login.php
    Does it look like I’ve configured something incorrectly, or is this the default behavior? I’m using the most recent version of wordpress and bbpress.

    #199997
    Gregg
    Participant

    Why would the short code for latest topics display the topics for some users but not for others?

    Non-logged in users and subscriber/participant levels cannot see the Topics on the page where the shortcode is used – yet they can see everything fine when they go the actual Forums.

    But I as admin can see the Topics fine when I visit the page where the shortcode is used.

    WordPress 5.1.1
    bbPress 2.5.14

    #199974

    The original poster asked specifically how to disable forum caching with W3TC. They got the exact answer. If anyone is teaming up, it’s only to be supportive.

    As to why W3TC might not be working as expected, that’s a bit harder, because bbPress uses all the same caching that WordPress does, without using any trickery.

    #199950
    bobmarleykingg
    Participant

    there is the simple way to delete your account in bbPress database.

    Log into your WordPress back-end.
    Go to Tools > Forums > Reset Forums.
    Check the “Are you sure you want to do this?” checkbox.
    Optional: You may also want to check Delete imported users? …
    Click Reset bbPress.

    #199945
    jsima
    Participant

    Hello,
    I have been using bbpress for my wordpress website. I have one question. Is there any way to block particular words such as “Thanks”, “congratulation”, “Great Work” etc. I don’t want to allow low effort replies in forum.

    Waiting for your kind reply.

    #199902
    nfusionco
    Participant

    Installed bbPress (2.7RC) to test and I like the improved dashboard for information but still having the import issue – though now I’m informed that it reaches step 6:

    Step 6. No forum subscriptions to import
    and just doesn’t move past that point. As a note there are no other plugins activated at all in my wordpress install – this is brand new and i’m starting out with the bbPress plugin since it’s the largest potential issue.

    nfusionco
    Participant

    I’m trying to import an old vBulletin (3.8.3) forum to a new bbPress (2.5.14) setupon WordPress 5.1.1 and the initial import looks great. It imports the users (~13k) says something about deleting their WordPress password, then a moment later it seems to hang and no matter how long I leave it we never progress.

    Calculating forum hierarchy (0 - 99)
    Converting forums (0 - 99)
    Delete users WordPress default passwords (12700 - 12799)
    Delete users WordPress default passwords (12600 - 12699)
    Delete users WordPress default passwords (12500 - 12599)
    Delete users WordPress default passwords (12400 - 12499)
    Delete users WordPress default passwords (12300 - 12399)

    Looking at the forum sections shows that it’s created the 22 forums and correctly set some of them as categories, they also show how many topics and replies are in each one correctly –

    — Random Thoughts - Topics: 3,119 Replies: 54,698

    But only 27 topics across the entire forum are imported. It’s the same 27 topics every time as well. To the point that if I stop the import, and hit the start button again, it imports these same 27 topics once more now showing 54. Is there an error log I can find that might show me why it’s hanging up? The bit above with the Calculating Hierarchy is the last update I ever get in the window. I added the lines to turn on debug logging in WordPress but nothing every shows up.

    define( 'WP_DEBUG', true ); // turn on debug mode
    if ( defined( 'WP_DEBUG' ) && WP_DEBUG ) {
    	define( 'WP_DEBUG_LOG', true ); // log to wp-content/debug.log
    }
    #199887
    lflier
    Participant

    One of the problems I’ve encountered in trying to use the TinyMCE editor in bbPress is styling the text inside the editor itself. The default fonts are serif, but suppose you want sans?

    Attempting to override the font-family in the usual way — by modifying your theme’s CSS file — fails because the editor window of TinyMCE is in it’s own tiny little world as far as CSS is concerned.

    In order to get TinyMCE to use your own stylesheet, you have to pass it as an argument when the editor is called. Here’s how to do it in bbPress.

    function bbp_enable_visual_editor( $args = array() ) {
        $args['tinymce'] = array( 
                'content_css' => '/wp-content/themes/mytheme/css/tinymce-editor.css',
            );
        return $args;
    }
    add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor' );

    In the example above, “tinymce-editor.css” is the CSS file you want the editor to use. It is located in a folder entitled “CSS”, which is located in your theme folder “mytheme”. The code above can be copied and pasted into your functions.php file.

    Other options for the editor can be found here. Notice that the value for “tinymce” can be an array. That’s what we’re doing above.

    Additional arguments to pass in the array for the TinyMCE editor can be found here.

    I hope this helps someone. The documentation for styling the editor text could be improved. I banged my head on this problem for years until I stumbled on the solution elsewhere.

    #199866
    tapiohuuhaa
    Participant

    I had problems with fixed separators in source. I edited the core code, but is there any other way?
    See my changes here:

    Get rid of fixed separators

    #199850

    In reply to: Cannot delete bbpress

    Amit Meena
    Participant

    use this steps to delete bbpress

    1. Log into your WordPress back-end.
    2. Go to Plugins > Installed Plugins .
    3. Scroll down until you see bbPress and click Deactivate.
    4. After the page reloads , scroll back down to the bbPress plugin , now click the red Delete link.
    5. You will now see a screen to confirm your deletion of the bbPress plugin, if you are sure you want to remove bbPress from your installation, hit the OK. button.
    6. bbPress is now uninstalled from your site.

    #199828
    atcreat
    Participant

    I created a site using buddypress. The shortcodes like [bbp-login], [bbp-register], [bbp-lost-pass] not working. It just shows the shortcode. I tested it with the theme Twenty Seventeen and NO other plugin installed. WordPress 5.1.1, PHP 7.3 (tested also with 5.6 and 7.2), and Buddypress 4.2.0.
    You can see it here: https://bbpress.at-creation.ch/login/
    Thanks for your help.

    #199823
    narola
    Participant

    Topics and Replier are not linked after importing the bbpress forum data from one WP site to another already live WP site using wordpress default importer. (tools -> import).

    Imported properly in backend but on frontend topics and replies are not linked.

    Forum repair option event did not worked. This makes topics and replies count zero on frontend.

    Need solution ASAP.

    Thanks

    Robin W
    Moderator

    I don’t know of any plugin that does that.

    my style pack plugin adds a button that helps people navigate

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>buttons

    #199781
    arhatron
    Participant

    I need a forum. Two days ago, I installed wordpress 4.9.10, ok. Then installed bbPress, ok. Then installed GD bbPress Attachments, ok. Everything went so easy.

    Today I installed 5.1.1, ok. But bbPress not working. I created a “category”, a “forum”, a “topic”, all returns “Oops! That page can’t be found.”

    1 Install wordpress: database name, username, password…
    2 admin / Plubins / Add New: (1)find bbPress, (2)install it, (3)activate
    Nothing else has beed done.

    Why 4.9.10 works, but 5.1.1 not?

    #199757
    fatman007
    Participant

    WordPress 5.1.1 running Twenty Seventeen theme.
    BuddyPress Version 4.2.0
    https://discovered.club – The Main Club
    f1-club.discovered.club – Just the F1 Club
    social-club.discovered.club – Just the Social Club

    Hi all. I’m getting adventurous here!
    I have three WP sites running on a domain and two sub-domains. Instead of running three separate bbPress installations, I want to use an installation with Membership 2 running on it for the main site but have two groups set up, one for F1 and one for Social Club.

    I want however, to display the widget in the side-bar with Groups and Members on all three sites running from the main site? Possible?

    Ps. I had a multisite installation before but scrapped it as it was a disaster! Don’t want to go back there if I can help it…
    Thanks in advance
    Gerard

    #199687
    bobmarleykingg
    Participant

    Log into your WordPress back-end.
    Go to Tools > Forums > Reset Forums.
    Check the “Are you sure you want to do this?” checkbox.
    Optional: You may also want to check Delete imported users? …
    Click Reset bbPress.

    #199631
    Robin W
    Moderator

    easiest way is to use my style pack plugin

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Freshness Display

    Robin W
    Moderator

    use

    Code Snippets

    and enter any code there

    aaron77
    Participant

    Hi all,

    I hope this is the right place to put this but I need some help. A quick backstory I’m working for a startup and before I joined someone made the site for them on WordPress. He left however and I’ve taken over the general running of the site, I have a decent understanding of WordPress because I have messed around with it before but this is the biggest project I’ve been apart of.

    On to the problem they want to add a news section with news from the industry (blockchain). So I’m trying to research how to get that done and most of the plugins I’ve found keep talking about entering a snippet of code into your site to do X or Y. The problem is that the person before me built the site using some plugin I have never seen before.

    Any help would be greatly appreciated.

    #199586
    Robin W
    Moderator

    bbpress is forum software, and with lost of bespoke coding you might possibly get what you want, but you would probably be better looking for a testimonial plugin.

    just google ‘wordpress testimonial plugin’

    #199526
    josh.grisdale
    Participant

    Hello,

    I have my WordPress site set to my timezone, but the times shown in the Dashboard Box “Latest Forum Topics and Replies” shows posts with times from a different timezone.

    ie I just posted something and looked at the dashboard box and it says “posted 9 hours ago”… (btw my timezone is UTC+9, so it seems the dashboard box is assuming UTC…

    By the way, on the forum itself it shows the correct time of posting. So, it only seems to be the dashboard box.

Viewing 25 results - 3,176 through 3,200 (of 26,835 total)
Skip to toolbar