Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 6,926 through 6,950 (of 26,874 total)
  • Author
    Search Results
  • #165383
    richard.wil
    Participant

    Thanks for your reply.
    Yes, definitely selecting phpBB from the drop-down at the top of the page.
    Both the wordpress and phpbb3 databases are on the same web server. I enter in ‘localhost’ to connect to them both

    #165381

    In reply to: several forum

    Robkk
    Moderator

    You might need to look into using LearnPress and this plugin. I think it should do what you want, but you may need to leave a support topic on the plugin’s below support forum just to make sure.

    https://wordpress.org/plugins/learnpress-bbpress/

    Or this might be custom development for a plugin.

    But what you can do is at the bottom of each post just insert one of the single forum shortcodes.

    Like this.

    [bbp-single-forum id=$forum_id]

    You can find the forum id by using a plugin like Reveal IDs to make life easier, and all you have to do is go to Forums > All Forums in the WordPress backend to see all of your forums ids.

    Shortcodes

    Same thing with topics if you to assign topics for each post.

    #165373
    haisdraxen
    Participant

    Hi there!

    I have tried to troubleshoot, and I had a bbpress on that theme before.
    I have also had bbpress before with all the plugins i have now.

    Both BBpress and WordPress is updatet to the newest.

    #165369
    Robkk
    Moderator

    Try some troubleshooting, and also link to your site to a forum where the error occurs. Also tell me your WordPress and bbPress versions are.

    Troubleshooting

    #165367

    In reply to: features like vbull

    Robkk
    Moderator

    What kind of features are you looking for? BuddyPress can handle most of the social network aspects that vBull does.

    Since you said layout are you looking for something similar to this??

    #165365
    Robkk
    Moderator

    Not really a bbPress issue, but you can follow this if there is not a register link by default.

    http://www.wpbeginner.com/wp-tutorials/how-to-add-custom-shortcut-links-to-wordpress-toolbar/

    #165364
    DarkHelmet1
    Participant

    Hi, I’m new to WordPress and bbPress
    I’ve just installed bbPress and BuddyPress for the first time.
    I was mucking about, looking around to work out how things work.
    I thought I’d log out of Admin and try and see if I could see what it would be like to register as a new user. But there is no “register” link showing up anywhere?
    Below is a screen capture of part of the screen of what I see, no register, just log in.
    Any help appreciated.

    #165354
    Robin W
    Moderator
    #165350
    Kamorle
    Participant

    Hi all. I have a WordPress site with a fresh install of bbpress on it for my forums. That said, the default bbpress theme for my site looks absolutely awful, so I was wondering how to install another theme or even just change the colors just for my forums. This is what it’s looking like at the moment.

    I recently discovered this theme here that looks alright. Is there some way I could import that onto my site for JUST the forums? Let me know, thank you!

    #165348
    peterdadams
    Participant

    Hi

    This is an interesting thread.

    I have a large vBulletin 5.1.7 forum and after reading this topic I am thinking about migrating to bbPress.

    I have powerful dedicated server solely for the forum, the forum has topics: 129,286 Posts: 3,055,650 Members: 51,108

    Is there a script to import my forum into bbPress?

    Can the WordPress plugin W3 Total Cache be used with bbPress to boost perform dance?

    Many thanks for your help.

    #165335
    tash-paul
    Participant

    Hi there, I am having a slightly strange issue in that I have just installed:

    Wordpress 4.2.4
    BuddyPress 2.3.2.1
    bbPress 2.5.8

    Everything appears to be fine except for the little fact that I have no bbPress admin sections in the dashboard.

    Any help would be most appreciated.

    #165332
    Stephen Edgar
    Keymaster

    The database *must* be located on the same database server as your target WordPress installation, you can import from a remote database server.

    Make sure you select “phpBB” from the dropdown at the top of the importer page.

    #165326
    Robkk
    Moderator

    @casiepa Thanks for creating a plugin to solve this problem for users. It is greatly appreciated. I have a few questions though.

    How do I use it??

    The setting are confusing me a little bit, and it doesn’t seem to show the subscriptions, but I do not really know where to manage them in the plugin. I just see a list of users with a button that says `[has role]’. I also do not think your plugin works for sub-forums/child forums of categories.

    How does it work exactly??

    I try to set it up, but I am still confused. Also there are a few errors while activating it with debug set to true in my wp-config.php file.

    define('WP_DEBUG', true);

    https://codex.wordpress.org/Debugging_in_WordPress

    #165325
    Robkk
    Moderator

    This might be custom development since it is the reply/topic forms. You may need to hire a developer to create this kind of functionality for you.

    If you basically using this as spam protection you can use this.

    https://wordpress.org/plugins/bbpress-no-captcha-recaptcha/

    You can also just link to your terms and condtions in the reply form too.

    For registration/login forms you can use this plugin.

    https://wordpress.org/plugins/agreeable/

    You could possible hook the above plugin to work for reply/topic forms somehow though.

    #165323
    Robkk
    Moderator

    @rommelxcastro

    This kind of looks normal since when you edit the topic all you see is the Text editor which will show the html tags.

    Visual vs Text Editor

    Also did you copy and paste the content of the whole topic page as an test, or was it just like that??

    Are you using this plugin??

    https://wordpress.org/plugins/bbpress-enable-tinymce-visual-tab/

    #165304
    Robkk
    Moderator

    I tried the theme and plugins with bbPress and I didn’t come across any issues.

    I am kind of thinking it could be the index.php in your url causing the issue, but I am not really sure.

    https://codex.wordpress.org/Using_Permalinks#PATHINFO:_.22Almost_Pretty.22

    Since I am not 100% sure, you can try some troubleshooting to see if you can find the solution to your problem.

    Troubleshooting

    Leng7881
    Participant

    I got the id from the Reveal ID’s thank you for that. I am trying to get this to work on my website which currently is on a localhost so can’t send you to it. I have put the code in the functions and changed the number to 72 (my forum id), however, when I post it does not create a new topic in that forum. I have been poking around trying to get it to work and have found that some places say the publish_post is deprecated and others that say to ignore that it still works. I’m currently using wordpress version 4.2.4 and here is the code I put in my functions.

    function gh_post_published_create_topic( $ID, $post ) {
        $checkduplicate = get_post_meta( $ID, 'gh_topic_created',true);
        if ( empty( $checkduplicate ) ) {
            $author = $post->post_author;
            $name = get_the_author_meta( 'display_name', $author );
            $title = $post->post_title;
            $permalink = get_permalink( $ID );
            $excerpt = $post->post_excerpt;
            $subject = sprintf( '%s: %s', $name, $title );
            $message = sprintf ('[b]%s[/b]' . "\n" . 'By %s' . "\n\n" . '[i]%s[/i]' . "\n\n" . 'View: %s' . "\n\n", $title, $name, $excerpt, $permalink );
            $tags = wp_get_post_tags( $ID, array( 'fields' => 'names' ) );
    
            $new_post = array(
                'post_title'    => $subject,
                'post_content'  => $message,
                'post_parent' => 72,
                'post_status'   => 'publish',
                'post_type' => 'topic'
            );
            $topic_meta = array(
                'forum_id'       => $new_post['post_parent']
            );
            $topic_id = bbp_insert_topic($new_post, $topic_meta);
            if ( !empty( $topic_id ) ) {
                add_post_meta($ID, 'gh_topic_created', 'true', true);
                $term_taxonomy_ids = wp_set_object_terms( $topic_id, $tags, 'topic-tag' );
                bbp_update_forum(array('forum_id' => 72));
            }
        }
    }
    add_action( 'publish_post', 'post_published_create_topic', 10, 2 );

    Any help on why this wouldn’t work for me would me much appreciated.

    Robkk
    Moderator

    @leng7881

    Install a plugin like Reveal IDs, and when you go to Forums > All Forums in the WordPress backend you will see all the forum IDs next to each forum.

    There are other ways of getting a posts ID, but this is the easiest way.

    #165300
    Robkk
    Moderator

    Link to the plugin you are talking about. I am having a tough time finding the WordPress plugin.

    #165293
    Robkk
    Moderator

    In BBpress each user has the ability to edit their profile users/USER/edit/
    Here they can add their name, their website link and their bio by default. However, this information is never actually displayed on their profile. Why is this?

    The bio should show.

    https://bbpress.org/forums/profile/robkk/

    As for most of the other fields, not sure really. I know though they are just going off of WordPress’s profile fields, and whatever is added to that though. I don’t know why the devs haven’t put at least website there. Maybe it is easy for spammers to take advantage of that?? First Name and Last Name could make good choices to display on the users profile too.

    I will probably make a suggestion to the devs later to add more profile data to the user’s profile.

    You can of course display the data in the profile by editing a template or installing a plugin.

    Copy user-profile.php from the bbPress templates in the plugin to your child theme in a folder called bbpress.

    Just surround the code with conditionals to only display the information when the user has inputted any information.

    You have something like this for first name.

    <?php if ( bbp_get_displayed_user_field( 'first_name' ) ) : ?>
    
    	<p class="bbp-user-fname"><?php bbp_displayed_user_field( 'first_name' ); ?></p>
    
    <?php endif; ?>

    YOu can also use the plugin, to display the current fields and also custom fields.

    https://wordpress.org/plugins/bbp-profile-information/

    #165286
    Valarion
    Participant

    Hello,

    I’ve searched, really, and I didn’t find any solution before asking here.

    So, first, here’s all versions used :
    Wordpress : 4.2.4
    BBPress : 2.5.8
    Theme used : Cry Out Nirvana 1.0.6

    A few other extensions are installed :
    Active Directory Integration
    Advanced Custom Fields
    Advanced Custom Fields: Nav Menu Field
    CKEditor for WordPress
    Collapse-O-Matic
    GD bbPress Attachments
    List category posts
    Members
    Our Team
    Post Types Order
    TablePress
    TablePress Extension: Row Details
    Uber Login Logo
    WP-Utilisateur-Avatar

    I think there’s everything.
    I can’t give a link to the website, at the moment it’s internal, in progress and next, it will be our new Intranet

    So, here’s the issue I have.

    My users make forum posts, seems to be OK.
    When they try to modify a post, or if I try to modify it myself as admin, I don’t get the window to change the text but an article I made “sticky”, the article is not opened to be modified.

    As an example
    Link to the post : mysite.fr/index.php/foruminterneimestia/suject/test/
    Button Modify : mysite.fr/index.php/foruminterneimestia/suject/test/edit/
    Page I receive : mysite.fr/index.php/2015/08/10/edito/

    Do you have any idea ?
    Ask me any question (but the password)

    #165273

    In reply to: Quotes broken

    Robkk
    Moderator

    You need a plugin to use quotes with bbPress. The best plugin with quotes is GD bbPress tools.

    https://wordpress.org/plugins/gd-bbpress-tools/

    #165269
    mdw
    Participant

    Hi when I debug I see this notice:

    Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /homehdd/nameyourd/public_html/wp-includes/functions.php on line 3560

    how can I fix it? thank you!

    #165264
    imemine
    Participant

    I am on the latest version of WordPress, but a custom theme ( developer left it half way) so I am fixing it myself.

    1) The forum page shows for post the correct numbers. Example
    post tite: Voices(5), Posts (6)

    but inside posts it says
    This topic contains 5 replies, has 5 voices
    Viewing 1 post (of 1 total)
    Then it shows just the main topic, not the replies to it.

    This is the code for the bbpress.php template

    <?php get_header(); ?>
    
    <div id="page-left" class="container">
    	<?php
    	the_content();
    	?>
    </div>
    
    <div id="page-right">
    	<?php get_sidebar(); ?>
    </div>
    
    <?php get_footer(); ?>

    Seems fine to me, what do you think I missed?

    #165251
    meravjon
    Participant

    Hi
    I get this:
    Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/easychem/public_html/wp-includes/functions.php on line 3560

    Also I found bbpress interapting my gallery library. When it’s activate I get blank screen in the gallery library, but’ when I switch it off, I can see all my gallery.
    This is My site:

    Using 2.5.8 version of bbp
    and 4.2.4 of WordPress

Viewing 25 results - 6,926 through 6,950 (of 26,874 total)
Skip to toolbar