Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\"'

Viewing 25 results - 7,601 through 7,625 (of 26,864 total)
  • Author
    Search Results
  • #160895
    Robin W
    Moderator

    The following plugin will achieve this

    https://wordpress.org/plugins/bbp-private-groups/

    #160888
    Robin W
    Moderator

    ok,

    https://wordpress.org/plugins/bbp-style-pack/

    contains a highly customisable latest activity widget

    and

    https://wordpress.org/plugins/amr-shortcode-any-widget/

    turns any widget into shortcode

    #160881
    AlbertFox
    Participant

    Hello! i have a problem with bbpress, html tags are appearing on the sending posts.
    The system now makes line breaks also and <br>.

    Sometimes also a paste from pdf or word appears wrong.
    Can you help? The idea would be to write and paste can look good without these problems appear.

    Very thanks for all 🙂
    have a nice day

    BBPress version 2.5.4
    Wordpress 4.1.1
    MkEditor 4.4.5 (when this is active replaces the default message box)

    #160868
    casnbug
    Participant

    I have deactivated all plugins, but I still see the warning. The error message does go away when switching to the twenty fourteen wordpress theme. I am using a free theme called evolve. I have reached out to the theme developers weeks ago, but I haven’t received a response.

    #160855
    markham1421
    Participant

    I also get this: WordPress database error: [Table ‘sudnowco_sudnow.topics’ doesn’t exist]

    The db is sundown_sudnow the table is actually forums_topics and I did enter forums_ as the table prefix.

    #160854
    markham1421
    Participant

    I don’t even know what to say about the sheep…

    Now it appears the replies are importing but not the forums. Here’s the message I got:
    _______
    Repair any missing information: Continue

    WordPress database error: [Unknown column ‘forums.forum_topics’ in ‘field list’]
    SELECT convert(forums.forum_id USING “utf8”) AS forum_id,convert(forums.parent_id USING “utf8”) AS parent_id,convert(forums.forum_topics USING “utf8”) AS forum_topics,convert(forums.forum_posts USING “utf8”) AS forum_posts,convert(forums.forum_topics_real USING “utf8”) AS forum_topics_real,convert(forums.forum_name USING “utf8”) AS forum_name,convert(forums.forum_desc USING “utf8”) AS forum_desc,convert(forums.left_id USING “utf8”) AS left_id,convert(forums.forum_type USING “utf8”) AS forum_type,convert(forums.forum_status USING “utf8”) AS forum_status FROM forums_forums AS forums LIMIT 0, 100

    No forums to convert

    Starting Conversion
    ___________

    After clicking ‘start’ again, the import continued adding topics.
    This is taking up way too much of my life (and yours). I may just have to leave this for another time or figure out how to just make the original pbpbb forum available separate from the WP site.

    #160846
    nofightnolife
    Participant

    Hello,

    I am having a issue integrating wordpress user to bbPress site.
    I have successfully installed bbPress forum to a sub-domain of our site, also successfully integrated wordpress users to bbPress forum by using the wordpress integration option under setting in bbPress admin panel.

    But I have one issue at the moment. I can’t access to my admin account. I assume our bbPress forum site is using our wordpress site users, and deleted existing admin user of bbPress forum site.
    I can access admin user by using our wordpress admin user name and password, but can’t access to admin panel of bbPress forum site.

    Does anyone how could I solve this issue?

    Thank you so much!

    #160845

    In reply to: Menus are not showing

    davidnsfw
    Participant

    It is a pity… I am sure it would speed up.

    Here is the source link:
    https://bbpress.org/forums/topic/cannot-see-forums-tab-in-wordpress-dashboard/

    #160835
    davidnsfw
    Participant

    For some reason the menu items (Forums, Topics, Replies) are not showing up in my WordPress navigation menu.

    The plugin appears to be installed and active. I do nog get the general forum settings under the WordPress setting menu.

    Tried several themes including TwentyEleven.

    Link: http://bit.ly/1NQj9fO NSFW

    #160834
    Robin W
    Moderator

    either install this

    https://wordpress.org/support/plugin/bbp-style-pack

    or if you’re into php/css, download the plugin and crack open /css/styles.php which has the codes documented within it

    #160828
    wenlujon
    Participant

    I enabled the “add media” button in bbpress through bbpress-enable-tinymce-visual-tab plugin(by enabling “Fancy editor media upload”), and i can see the button in the forum, however i got error when trying to upload a picture:
    “You don’t have permission to attach files to this post.”

    the site role is Author while the forum role is Participant.

    I can add media if in wordpress, and I can also add media if the user is changed from participant to Keymaster.

    the code is in ajax-actions.php, however, if i remove it i got “HTTP error.”

            if ( isset( $_REQUEST['post_id'] ) ) {
                    $post_id = $_REQUEST['post_id'];
                    if ( ! current_user_can( 'edit_post', $post_id ) ) {
                            echo wp_json_encode( array(
                                    'success' => false,
                                    'data'    => array(
                                            'message'  => __( "You don't have permission to attach files to this post." ),
                                            'filename' => $_FILES['async-upload']['name'],
                                    )
                            ) );
    
                            wp_die();
                    }
    
    #160825

    In reply to: New Message symbol

    Robkk
    Moderator

    it probably could be done with any unread post plugin but here is two that have that exact kind of feature.

    https://wordpress.org/plugins/bbpress-pencil-unread/
    https://wordpress.org/plugins/bbpress-unread-posts/

    #160819
    Robkk
    Moderator

    @danajoy2008

    alright as long as the favorite/subscribe links are black then grayish on hover in Firefox , then my code is working fine.

    as for your cache issue make sure to contact other support to help you will this.

    your hosting support and also wordpress.org support should help.

    Support Forums

    and maybe installing the CCleaner program on your CPU will help remove some of chromes internet cache.

    And if you figure out a configuration for the cache function on your site , make sure the setting have it to not having any Admin user and logged in user not have cache since this is usually recommended.

    #160804

    Topic: New Message symbol

    in forum Plugins
    Linksquest
    Participant

    Dear,

    I always used SMF on my Joomla website, but now i have a new website build with WordPress and i house bbPress. But i have a problem.

    If someone post a new topic or new message, i saw i small icon to let me now that i have a unread message in that topic.

    But in bbPress i don’t see it, how can i fix this? My website is http://www.linksquest.nl

    #160798

    In reply to: SMF Import to bbPress

    curvemeister
    Participant

    Another script – this one cleans up the messy duplicate attachment references to the same media entry that were left behind, should you happen to re-run the older version of the script. Hopefully
    you will not need this, but I certainly did after developing the script and running it dozens of times! – Mike
    ===================================================================================
    //php_removedupes.php – clean up after running older version of script multiple times.
    //Mike Russell
    //
    <?php
    require( ‘wp-load.php’ );
    require( ‘wp-admin/includes/image.php’ );
    global $wpdb;

    echo “version 1.0\n”;

    $chunk = 100; //posts at a timea

    //utility functions

    function dumpguids($children)
    {
    foreach($children as $child)
    echo “$child->ID $child->guid\n”; flush();
    }

    //remove the %20’s from the supplied guid
    function fixguid($guid)
    {
    return str_replace(“%20”, “”, $guid);
    }

    for($kerchunk = 0; true; $kerchunk++) {

    //Get the next group of posts.
    $args = array( ‘offset’=> $kerchunk * $chunk,
    ‘numberposts’ => $chunk,
    ‘post_type’ => array(‘topic’, ‘reply’)
    );
    $posts = get_posts($args);
    if(empty($posts))
    break;

    foreach($posts as $post) {
    //echo print_r($post); flush();

    //get all attachments for this post.
    $children = get_children( array (
    ‘post_parent’ =>$post->ID,
    ‘post_type’ => ‘attachment’,
    ‘numberposts’ => -1
    ) );
    if(count($children) < 2)
    continue;
    //echo count($children).” attachments for $post->post_title\n”; flush();

    //sort the guid’s, ignoring %20 added by the SMF attachment script
    usort($children, function($a, $b) {
    return strcasecmp(str_replace(“%20”, “”, $a->guid), str_replace(“%20”, “”, $b->guid));
    });
    //reset the parent field of all the extra attachments with matching guid’s, keeping the last one.
    //this leaves orphaned meta rows, which can be cleaned up later by standard WordPress
    $deleted = 0;
    $unique = 0;
    $n = count($children);
    for($i=0; $i<($n-1); $i++) {
    if(fixguid($children[$i]->guid) == fixguid($children[$i+1]->guid)) {
    //echo “delete dupe “.$children[$i]->post_title.” from parent “.$children[$i]->post_parent.”\n”; flush();
    $wpdb->delete($wpdb->posts, array(‘ID’ => $children[$i]->ID));
    $deleted++;
    } else {
    $unique++;
    }
    }
    }
    echo $kerchunk * $chunk.” posts scanned\r”; flush();
    }
    echo “done\n”;
    ?>

    Robkk
    Moderator

    @pazzaglia1

    you are running into a couple issues.

    As for some users i can see their profile leads to a 404 too.

    create me an Admin account and send me the login details by email so i can see what plugins you are using , if there is a code snippet causing an issue, your theme , or something else.

    when im done helping you , you can delete the account.

    Contact

    #160732

    In reply to: Can I do this?

    Robkk
    Moderator

    @ebunny3k

    are you talking about categories/subforums like this.

    #160722
    Robin W
    Moderator

    ok, Rob’s the css guru, but why not try my plugin

    https://wordpress.org/plugins/bbp-style-pack/

    which will let you style the hyperlinks (no. 5 in forum index styling)

    Otherwise come back and we’ll help further

    #160705
    Robin W
    Moderator

    good set of questions!

    bbpress uses WordPress registration for forum users, so they will integrate nicely.

    There are widgets within bboress that allow for login and registration

    With forums set to public, then anyone can see forums, but only logged in users can ‘participate’

    Users can change their email in the profile section

    two queries

    5. Once registered, every time the user visits again login will be required to participate in the forums.

    This will be the case, unless they use the remember me function, but in effect that is the same as it is a logged in person. There are plugins to prevent remember me if you want to disable eg
    https://wordpress.org/plugins/remember-me-controls/

    7. The user will have to be allowed to unsubscribe.

    They cannot delete themselves, they can just stop using. They can of course send the admin a request to be deleted, and then the admin has the choice of deleting all content for that user, assigning it to someone else, or just blocking that user so that the content remains under their name.

    slinkydink
    Participant

    Hi there, could someone help me figure out where to stop my bbpress topic and breadcrumb links from defaulting to target=”_blank”?

    When I’m on my forum archive page — or anywhere else on the site — everything is fine, but once I start navigating to topic pages, all of the links start popping up in new windows: http://pafoic.org/forums/

    I’m running WordPress 4.1.1 with a Customizr Pro child theme, and bbPress version 2.5.6

    I feel like the solution should be somewhere in plugins > bbpress > includes > topics but I’m just not finding it. Any help would be much appreciated. Thanks!

    #160680
    Robkk
    Moderator

    @andrew55

    You could hire a coder at any freelance website like http://jobs.wordpress.net/

    But yeah like you said its not a huge issue.

    #160673

    In reply to: Admin Area

    Robkk
    Moderator

    that was 7 years ago when bbPress was not a WordPress plugin.

    just use any normal WordPress theme.

    search bbPress compatible WordPress themes in google to find one that should would work great.

    or search bbPress in the wordpress add new theme area in the backend of wordpress.

    This plugin will help styling bbPress on any WordPress theme though.

    https://wordpress.org/plugins/bbp-style-pack/

    #160657
    Robkk
    Moderator

    As long as you use quality plugins for image upload for bbPress like this one you should be fine.

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

    hosting images elsewhere should help on server disk space though, well unless you have a CDN.

    Robkk
    Moderator

    @garrett-eclipse

    there are likely other people who have posted a topic like this one from 3 years ago.

    you can try the code the user placed below for the bbPress custom post types and see if it works.

    https://wordpress.org/support/topic/why-does-blog-become-current_page_parent-with-custom-post-type

    #160649

    In reply to: Admin Area

    Robkk
    Moderator

    @chicco30

    go to appearance > themes then click the add new button and either search the wordpress theme repository or upload a theme

Viewing 25 results - 7,601 through 7,625 (of 26,864 total)
Skip to toolbar