Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\"'

Viewing 25 results - 7,476 through 7,500 (of 26,879 total)
  • Author
    Search Results
  • #161859
    Robkk
    Moderator

    there is a couple of patches here , you can see if the latest patch fixes your issue.

    https://bbpress.trac.wordpress.org/ticket/2782

    make sure to take a site backup before applying a patch.

    https://codex.wordpress.org/WordPress_Backups

    if it still doesnt fix your issue , then you might as well restore your site from the backup then wait for a newer patch.

    if you really need this fixed soon , i suggest you post a job and hire a developer jobs.wordpress.net/

    #161858
    Robkk
    Moderator

    it worked for me, and just so you know bbPress uses some of the WordPress comments code for anonymous posting.

    link to a topic i can test on and make sure you have the code placed.

    the way i tested it is i tried normal anonymous posting when logged out of my test site inputted my email and name then posted a reply and topic. by default the name and email should populate automatically for my next reply and topic.

    with my code it should display empty text inputs even when you already made a reply or topic.

    Robkk
    Moderator

    im going to guess everything was fine in 2.5.4??

    those plugins you listed, i dont think they would mess with the author link.
    but if you didn’t already deactivate everything except bbPress and see if the issue persists.

    if the issue is still there , we would have to go through more troubleshooting to help fix this issue for you.

    and just know as a last resort you might have to hire a developer to fix this issue

    post a job at http://jobs.wordpress.net/

    Stephen Edgar
    Keymaster

    The ticket is https://bbpress.trac.wordpress.org/ticket/1989, there are some specific things we want to do with revisions, we want to actually keep all revisions but only display one revision, we want to be able to “scroll through” the list of revisions, you can see an example of this in the following comment https://bbpress.trac.wordpress.org/ticket/1989#comment:19, in that comment you’ll see previous and diff, once you click previous you’ll then see next.

    If you want to join our development chat we can chat about what and where further.

    To join follow the instructions here and join the #bbpress channel 🙂
    http://chat.wordpress.org

    #161851
    sharingsunshine_wp
    Participant

    I have a SMF 2.0.9 forum that I am trying to import into bbPress. When I run the built in converter it says no forums, no topics, no users and I know they are there because I have looked in the DB’s with phpMyAdmin.

    It’s as though it isn’t finding the db that I am telling it to go to. I have looked in the error logs and can’t find any direction.

    I want to switch this to bbPress so please advise what i should do next. I even imported it into phpBB 3.x and tried that converter but it does the same thing. When I try to count the topics or do any thing in the list it says failed.

    This is what I have WordPress 4.2.1 running eleven40 Pro Theme this is a studio press theme.

    Thanks,

    Randal

    #161848
    Nicolas Korobochkin
    Participant

    Already publish the plugin on wordpress org. Right now without automatically flushing rewrite rules https://wordpress.org/plugins/bbpress-permalinks-with-id/

    #161830

    In reply to: Freshness Incorrect

    Robkk
    Moderator

    you can hire a developer to fix this for you.

    post a job at http://jobs.wordpress.net/

    as for a bbPress plugin dev.

    You can post anything you can find on the issue here or any type of information of your current setup and maybe they will pick this up.

    Robkk
    Moderator

    allows only admins and moderators to use shortcodes

    https://wordpress.org/plugins/bbpress-do-short-codes/

    allow any user to use shortcodes

    https://wordpress.org/support/plugin/bbpress2-shortcode-whitelist

    #161820
    Robkk
    Moderator

    @palmdoc

    in that specific plugin it imports forums one at a time.

    the settings are in whatever forum you are trying to export/import

    i think how you would do it is setup your forums again on your new site

    then export each forum one at a time from your old site

    then import your old forum data to the new forums , one at a time.

    i tried the plugin and it seems to not work 100% as i was missing some topics during the import.

    im not 100% sure though , but i think you could just export/import your bbPress installation using

    the default WordPress export tool , and the WordPress importer plugin.

    https://wordpress.org/plugins/wordpress-importer/

    yourPINE
    Participant

    I am looking to create a forum for our site and am looking for a plugin to use. We have an existing plugin that we use for our members-only login system (Membee) can your plugin be used with an existing login system? We are using WordPress 4.2.1 running Minimal theme that we have made some customizations to.

    riccetto80
    Participant

    Hi!

    i set up a gallery in media uploader, inserted it in a topic i have in bbpres forum…

    the gallery not work, instead of show the thumbnail and the image, show the gallery code:

    [gallery link="file" ids="535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571"]

    the same code in article, pages etc, work just fine and visualize the gallery, only in bbpress pages seems to not work.

    wordpress last version, bbpress last version.

    myrko
    Participant

    In the php-template displaying the forums, I want to check if the current forum/topic/… displayed is below a certain bbpress subforum/category.

    The purpose of this is to show different wordpress menus depending on if the user is looking at the english part or the german part of the forums.

    My question is: Is there a php-code to handle this?

    Like:

    if (we are under the german category) display german menu; 
    else display english menu;

    Thanks! 🙂

    #161800
    hazedesigns
    Participant

    For anyone using the Warp framework from yootheme I found the resolution to compatibility issue that I was having:

    Copy all the files from the plugin core across to the theme folder as if you want to override every single one of them. The locations are explained here: https://codex.bbpress.org/theme-compatibility/

    That’s it – now bbPress works seamlessly with my warp7 based WordPress site!

    Robin W
    Moderator
    #161783
    Chad R. Schulz
    Participant

    I’m trying to add sortable columns into the backend using
    add_filter('manage_reply_posts_columns' , 'custom function'); and
    add_action( 'manage_reply_posts_custom_column' , 'custom function', 10, 2 );

    I was able to add thes columns to ALL custom post types except replies/topics.

    Are Replies/Topics somehow handled differently than other Custom Post Types in WordPress?
    Is there a workaround/fix/patch that I can use to get this working?

    Not mission critical, just curious and love learning how machines work:)

    Thanks,
    Chad

    #161781
    crzyhrse
    Participant

    Something related to this that I wanted to do, ad because I finally found the answer I want to put it here for others to maybe find…

    To remove the url link fro all author instances in bbPress but leave the author names intact you can put this in the child theme’s functions.php:

    /* Remove link urls from forum author instances...
    */
    add_filter( 'bbp_get_author_link', 'remove_author_links', 10, 2);
    add_filter( 'bbp_get_reply_author_link', 'remove_author_links', 10, 2);
    add_filter( 'bbp_get_topic_author_link', 'remove_author_links', 10, 2);
    function remove_author_links($author_link, $args) {
    $author_link = preg_replace(array('{<a[^>]*>}','{}'), array(" "), $author_link);
    return $author_link;
    }

    It was found here: http://www.digitspeak.com/web/wordpress/remove-bbpress-forum-profile-url-link/#comment-440

    #161775
    Robkk
    Moderator

    there is a bug reported for BuddyPress Groups here that is being looked onto.

    you can see the trac ticket here

    https://bbpress.trac.wordpress.org/ticket/2782

    #161772
    Robkk
    Moderator

    there is a bug that is already being worked on.

    there is a trac ticket here

    https://bbpress.trac.wordpress.org/ticket/2782

    #161769
    Juan
    Participant

    @Fred_L I’m sorry but I prefer to not share the URL of the converted forum. I just can say that I converted a Joomla site with +6000 users (Community Builder), +15000 forum posts (kunena) and +3000 articles (joomla) to WordPress successfully using BuddyPress and bbPress. It was not a single click operation, specially importing users and profile data and keeping posts and articles assigned to its original author. Another important thing is that all passwords will be reseted, there is no way to keep passwords unchanged during the migration, so users must be noticed about that.

    As if bbPress is a good final forum platform, you have the best example here in bbpress.org forums. In my experiencie, Joomla + kunena + CommunityBuilder require a lot of less resources that WordPress + BuddyPress + bbPress, but there are also a lot of advantages; also disadvantages; in general I’m happy with the migration but you will need to decide yourself considering your specific needs and context.

    #161757
    Robkk
    Moderator

    are you clicking the edit topic menu item in the wordpress admin bar??

    or the edit link on the topic??

    or are you just editing a topic from the backend??

    #161754
    Robkk
    Moderator

    i cant think of a way using that function.

    only thing i can think of is putting a custom menu in html where your current menu is

    or just put the login widget into your sidebar since it provides a link to the suers profile , by clcking their username.

    you can also hire a developer to build something custom for you.

    post a job at http://jobs.wordpress.net/

    #161753
    comixfreak
    Participant

    Wordpress 4.2.1 and bbPres 2.5.7

    #161752
    Robkk
    Moderator

    what version of WordPress and bbPress are you using??

    #161746
    Robkk
    Moderator

    only thing i can recommend really is backup your site a few times then perform an upgrade to the latest version to see if that fixes the issue.

    also make sure you have the latest version of WordPress.

    and that your theme is upgraded to the latest version with and make sure you follow these guides if theme compatibility just doesnt work anymore.

    https://codex.bbpress.org/theme-compatibility/

    heres a guide for backing up your site
    https://codex.wordpress.org/WordPress_Backups

    #161745
    Robkk
    Moderator

    a frontend option to allow the forums to be public in a private group seems kind of custom.

    maybe consider posting a job and hire a developer to add this functionality for you.

    http://jobs.wordpress.net/

    if your using BuddyPress for Groups you can contact their forum for help too.

    https://buddypress.org/support/

    if you are using the bbPress – Private Groups plugin contact Robin on the plugins forum or on his personal site.

Viewing 25 results - 7,476 through 7,500 (of 26,879 total)
Skip to toolbar