Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'updated'

Viewing 25 results - 1,326 through 1,350 (of 2,086 total)
  • Author
    Search Results
  • ebiznet88
    Member

    Adam, congratulations on your upcoming wedding and marriage!

    Many thanks for continuing to help us all here with your work on the phpBB converter. Your post is so tantalising to me and I’m sure others as well, and I’m just wondering when “updated real soon” might be…! ;)

    I’m also interested to hear your reply, as well as anointed’s, to MishaOLS’s question on converting another forum’s users to bbpress without also converting to WP’s database of users. I’m not exactly sure why I might also want that for my own forum (now and in the future), but I’m interested to hear your views on this anyway :)

    AWJunkies
    Member

    New update is available now version 1.2. Please test it out. I will have phpbb3 tested and updated real soon. Sorry again for the delays guys. Getting married on the 27th of December so been slammed with wedding stuff.

    https://wordpress.org/extend/plugins/bbconverter/

    1.2

    Fixed Cleaning slow down.

    Much Faster importing now if mysql table editing is available.

    Fixed duplicate first post/reply on topics

    Fixed Issue with Different charset from UTF-8

    Added more info messages

    MishaOLS
    Member

    Hello guys, thank you Adam for all the work you put into this converter! I really can’t wait for the updated version! Now I would like to ask all of you one maybe stupid question but is it somehow possible to convert the author’s of the posts without creating an entry in the wp_users database? My problem is that I have converted my whole site (I was previously using blog:CMS and punbb forum) into WordPress and now I decided that I will ask all my free users to create a new account for WP (to have fresh password, etc.) but I obviously can’t do this until I delete all the users that have been created by the converter. Yet once I delete them, their posts get deleted as well. I also tried to convert the forum without the users but the problem is that the forum then gets converted without the authors of the posts :(. So I am in a dead end here… I would basically need to keep forum’s authors (only name is sufficient) without creating an entry in the wp_users database (so that my users may register for WP using the same e-mail). Thank you very much for your help/advice/suggestions. All the best from Misha

    #41014
    enderpal444
    Member

    How can I make the reply topic textaereas look slick like the activity posts for buddypress? Is there other plugins that help make the topic stream more like an activity stream? Most of the plugins I found don’t seem to be updated for the newest version.

    #110798
    spiritfly
    Member

    Well I think there should be a list available somewhere, at least the official list of example sites should be updated, I’m sure there are great sites out there, but they are hard to find. One could get the idea that it is not popular and give up installing bbpress.

    #108323

    In reply to: bbPress Language Files

    iyem Polat
    Participant

    @bardo

    hi brother,

    I created in /wp-content/languages/ a bbpress directory (/wp-content/languages/bbpress) and I updated bbpress-tr_TR.mo and bbpress-tr.po files to this directory and than I updated the mo and po /wp-content/plugins/bbpress/bbp-languages

    I changed bbpress.php load_textdomain() function (line 524 ATM).

    public function load_textdomain() {

    // Allow locale to be filtered

    $locale = apply_filters( ‘bbpress_locale’, get_locale() );

    // Get mo file name

    $mofile = sprintf( ‘bbpress-tr_TR.mo’, $locale );

    // Setup paths to current locale file

    $mofile_local = $this->lang_dir . ‘/’ . $mofile;

    $mofile_global = WP_LANG_DIR . ‘/bbpress/’ . $mofile;

    // Look in local /wp-content/plugins/bbpress/bbp-languages/ folder

    if ( file_exists( $mofile_local ) )

    return load_textdomain( ‘bbpress-tr_TR.po’, $mofile_local );

    // Look in global /wp-content/languages/ folder

    elseif ( file_exists( $mofile_global ) )

    return load_textdomain( ‘bbpress-tr_TR.po’, $mofile_global );

    // Nothing found

    return false;

    }

    I use bbpress plugin 2.0.1

    My WP version is 3.2.1

    %100 I did somethinh wrong because my english is not very good.

    What can be going wrong?

    Thank you.

    #110768
    sinklar
    Participant

    I updated the plugin this morning but it doesn’t solve the problem here… :-(

    #69847
    ebiznet88
    Member

    Thank you to wmnasef for this script!

    I used the updated script provided by Abdessamad Idrissi at http://code.google.com/p/phpbb3-to-bbpress1-converter/downloads/list on my phpBB3 forum.

    The conversion went smoothly and I could see the posts from my old forum appear in my bbpress forum.

    However, all the posts had the authors listed as Anonymous, which means none of the users accounts were ported over.

    Can someone help with this please? How did this happen and how can I fix this?

    Anointed
    Participant

    yes, it is a bug with the software used here. Won’t be fixed as this is very old software, rather the forums will be updated to 2x vs. someday.

    #110668
    Ash Shaw
    Participant

    Just to clarify a few things:

    I further updated my local bbPress plugin to 2.0.1 (as on dev and live) and it continues to work fine. The issue still remains on dev and live though.

    Our forum landing page consists of the template parts content-archive-forum.php and content-archive-topic.php.

    content-archive-topic.php calls form-topic.php – we’ve used js to show/hide the form (or in this case the error message) when the “New Topic” button is pressed.

    The issue only occurs on the forum landing page – adding a topic to individual forums works fine.

    If it will help you can check out one of the sites here: http://homemag.co.za/

    Login with facebook on the landing page, and then go to http://homemag.co.za/forums (we’ve temporarily hidden the menu item).

    Thanks,

    Iain

    #70767

    In reply to: List of Hooks/Actions?

    rich
    Member

    i have an auto-generated (iffy wordpress search-able) list online as well

    http://etivite.com/api-hooks/#bbpress

    which is similar to the code posted above – forgot about array hooks so when bbPress 2.1 hits – it will be updated.

    #110445

    I’m surprised this hasn’t been asked sooner, but it’s a great bunch of questions with some good points. I’ll do my best to address them, and feel free to keep the conversation going if there are more questions.

    I’m going to start off with a clarifying and important point that’s often difficult to distinguish if you’re not involved directly in the WordPress community. My full-time job is at a company called Automattic, most popularly known for operating WordPress.com. That takes up a typical 40 hour work-week.

    My contributions to open-source projects like WordPress, BuddyPress, bbPress, are done in my free-time. I believe enough in the platforms to actively continue their development.

    So the answer to your question; “WordPress” doesn’t pay anyone a salary.

    Yes, I am currently leading the development of both BuddyPress and bbPress. My responsibilities include setting the roadmaps, shepherding development, and making sure the .org sites stay updated and operational. Yes, there’s a lot of responsibility there, and I appreciate that you think I’m doing a good job. :)

    Consider also that bbPress has always been a bit of a hobby project. As a sister project to WordPress, and by nature of it being a support forum to the flagship project, it’s never been the focal point but is still critically important, since millions of people interact with it without ever knowing what it is.

    BuddyPress and bbPress were both around for a number of years before I worked my way up to leading both projects. BuddyPress has two other consistent core committers that are doing a great job, and bbPress is the best opportunity for any developer to step in and get core-commit to help determine the direction of the project. It’s very much a meritocracy, so anyone that comes along and starts contributing will get noticed for it.

    Even though I tend to do the majority of code commits, rest assured that there are plenty more eyes on the code than just mine and neither project is in any danger of losing momentum or being phased out. Automattic as a company loves both BuddyPress and bbPress, and the WordPress Foundation and community are both committed to supporting them for far into the future.

    WhiteRau
    Member

    i suspected this might be the case when i went and updated everything in the following order:

    WP

    theme

    bbpress

    plugins

    and, like you @mesayre, my PHP chops aren’t quite up to the task of forcing a load order. would seem like a core-functionality issue that needs to be addressed quickly.

    glad to hear i’m not the only poor bastard popping eyeballs at this one.

    thanks for the pointers. i wish us all a communal good-luck and hope the higher ups see this and implement a fix for us all. to them: if i can help, let me know.

    WR!

    varsitysmack
    Participant

    I should add that all was working just fine until I updated BBPress to 2.0.1. The only reason I updated it was because a wordpress update said there was a new version to download and I downloaded it. Got the error when the auto install tried to reactive the plugin.

    #40681
    ohmydarling
    Member

    I’ve just installed bbpress and I can’t view posts. The post topic appears, but not the posted discussion comment/question. After the listed topic, I see “This topic has 1 voice, contains 0 replies, and was last updated” followed by the reply to box. But the discussion comment/question isn’t anywhere in sight!

    Help truly appreciated! Thx.

    Ed
    Participant

    any ETA on the updated tool? thanks.

    #40530
    rhodyjobs
    Member

    I need some help with the bbpress plugin, default theme in a custom template.

    Please see: http://rhodyjobs.com/forums/topic/rhodyjobs-com-launches-new-forums-for-members/

    Above the post, there is a spacing, which I cant find or remove in any css file.

    Any ideas?

    Also, I want to remove this box:

    “This topic has 2 voices, contains 1 reply, and was last updated by George 2 days ago.”

    But the only place I can find it is in the twentyten theme which i’m not using.

    PLEASE HELP.

    Thanks in advance.

    #110168

    Best way to stay updated is to subscribe to this topic. :)

    #110167
    Keith Kelly
    Participant

    Thank you. I really appreciate you guys being on top of this! Please keep me updated on any fixes.

    #110108
    David
    Member

    @LifeFreeOrDie, I can’t answer your question completely but maybe I can give you a little help.

    You can order your forums by defining the Order in the respective Forum’s admin page. Counting starts at 0, which is the default.

    Creating sub-forms is simply a matter of creating a parent forum and then for each child (sub-) forum make that parent forum the Parent in Forum Attributes. (Parents that are defined as type Forums can contain their own topics but parents that are Categories only contain other forums.)

    Unfortunately, in the forums index sub-forums are necessarily presented with their topic and reply counts in parenthesis as defined in bbp_list_forums() in loop-single-forum.php. What’s worse: there is no containing element around the count so it’s not possible to style those separately from the sub-form name. [@johnjamesjacoby or other admin: Can this be updated outside of core code?]

    However, you can style the sub-forums with CSS as they are listed as a

      .

      #109781

      In reply to: "Page not found" error

      grafics
      Participant

      So I thought we had the 404 issue resolved, but not quite. Forum Directory showing (used short code on page) and links from there to primary forums works just fine. I have now discovered that child forums get 404 error. Updated permalinks, tried default theme, still no luck. Tried making the “parent” forum a category, no joy that way either.

      Tried moving the bbp-twentyten template files into child theme (and adding theme support to functions.php) and everything went haywire.

      One thought is to use pages with shortcodes for the child forums, but this site is going to have tons of child forums so that is not an appealing option and would not be user friendly for the client.

      Any ideas?

      #109745
      binarymoon
      Participant

      That’s the whole point – I didn’t set it to 0. I was trying to set the number smaller to see what happens when topics get split into pages (which incidentally doesn’t seem to happen).

      To reproduce enable WP_DEBUG and try saving a setting in the bbpress control panel. I got all sorts of errors when I did that.

      In addition I have not yet been able to edit a setting. If I disable WP_DEBUG then the page refreshes when I press save but the settings do not get updated.

      Please note I am using WP3.3 nightlies – so perhaps something has changed there.

      DaleAB
      Participant

      I’m thinking I’m pretty happy that I found bbPress. I’d appreciate someone chiming in on the following use case for bbPress. Is the following possible?

      I’d like to completely prevent a user from registering in bbPress. I want the WordPress User database to control roles and capabilities inside bbPress. In fact, I don’t want users to be able to register in WordPress either. No, it won’t be any empty forum (hampers discussion) because all of the users will be added and updated via an integration between an external customer system and the WordPress user database.

      Here’s the perfect scenario for our client.

      In the external customer system a subset of customers, lets say 10 of them get a role and custom capability called “Review Committee”. The integration between the customer system and WordPress User database insures the 10 customers on the committee are in the WP User database with the “Review Committee” capability. In bbPress, we’d like the Review Committee to have a private discussion space/thread (sorry, I’m not familiar with the correct bbPress term), controlled by the user capability the 10 individuals have where only the 10 of them with the “Review Committee” capability can participate in their discussion, share documents, etc. For our client, subsets of their customer base like the “Review Committee” example outlined above will come and go but all will need a private space in bbPress to conduct their business.

      So, will this work?

      Your thoughts are very much appreciated!

      DB.

      #108203
      Dan Milward
      Member

      The bbPress 2x Support Plugin has been updated. Its quite a powerful little Plugin now.

      For more information:

      https://wordpress.org/extend/plugins/bbpress-vip-support-plugin/

      http://getshopped.org/getshopped-news/update-bbpress-2-0-gets-a-new-support-forum/

      We’re also building another VIP Support Plugin that will allow users to post to your bbPress Support Forums from within their WordPress dashboard.

      Please remember these Plugin’s do not take us away from developing the WP e-Commerce Plugin – we’re making these bbPress Plugins for our own website and we are using it ourselves to help the WP e-Commerce Plugin community. Because…

      WE FIGHT FOR THE USER, and

      We Heart Open Source!

      #109208
      Anointed
      Participant

      @Brad

      I’m currently working with the developer on the plugin. There will probably be an updated version within hours for you. I’ll send a twitter link when it is available.

    Viewing 25 results - 1,326 through 1,350 (of 2,086 total)
    Skip to toolbar