Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 37,526 through 37,550 (of 64,532 total)
  • Author
    Search Results
  • #95453
    hlwinkler
    Participant

    Gotcha. Any pointers to where I should start reading in order to do the manual labor? Even if I don’t switch over now with the beta, it’s pretty important to me to switch over eventually so I’d like to start that db migration process.

    #95452

    @Halle – The importer can’t merge two sets of user tables together, it can only pick which set to use. In situations where both WP ad bbPress have two different sets of users, you’ll need to do some manual labor in the DB to make things exactly how you want them.

    #38566
    Susan Hope
    Member

    Starting a new thread here at the request of John James for any issues with iThemes Builder.

    Some information from my previous report:

    QUOTE

    Yes, the actual shortcodes themselves appear on the published page on the site and I think I should have said, I am using iThemes Builder with a child theme, up to date version of WP..

    Also, the actual forum when you click to view it from the main index one (which is appearing fine and where it should) is appearing at the top of the site above the header, which is why I am trying the shortcode route. In my case though I have used “Widget Content” which comes with builder to create the header area.

    I have two other plugins that produced the same kind of thing, in that they appeared fine where they were meant to, “sexybookmarks” at the end of a post BUT also would appear in any location I had used “Widget Content” which was the header area and sidebar areas and also a paypal plugin and to get around that I added this code to the end of my child css:

    .widget-content .paypal-form {

    display: none;

    }

    Which stopped it appearing in content widget areas, so the first thing I tried for this was the same code but changing the “.paypal-form to one for bbPress – I had used firebug lite (chrome) to try and find the correct name that should go there and I don’t think I found the right name.

    Yep shortcode helper would be good, thanks John.. do you need any more info?

    Sue

    UNQUOTE

    Hope that is enough information for my particular problem John?

    Thanks

    Sue

    #95451
    hlwinkler
    Participant

    Thank John. Will I be able to import my users if I first do bbpress/WP integration? Or will that not change the fact that my bbpress users are on the separate bbpress db?

    #105950

    @jarledb – One of the unique challenges of creating a plugin with a large volume of users is catering to the 80% of users that want to turn it on, and not really mess with it. Different people will want different kinds of login and registration areas on their sites, and everyone with an opinion about where to put them why, is right. Some say sidebar, some say in the content area to draw attention to it, some say tuck it in a drop down menu, etc… All great ideas, but what’s the majority? The majority want it easy, and I think widgets are the easiest way to go right now without making everyone have a login/register page on the forum index of their sites.

    Regarding ip-banning/anti-spam, you’re probably safe to hold off for a little bit. There’s no doubt these solutions are going to be needed eventually, and if someone takes the liberty of making an awesome plugin to help out, I’m all ears on how I can help bbPress core work better with it. :)

    #100850

    @jarledb – One of the unique challenges of creating a plugin with a large volume of users is catering to the 80% of users that want to turn it on, and not really mess with it. Different people will want different kinds of login and registration areas on their sites, and everyone with an opinion about where to put them why, is right. Some say sidebar, some say in the content area to draw attention to it, some say tuck it in a drop down menu, etc… All great ideas, but what’s the majority? The majority want it easy, and I think widgets are the easiest way to go right now without making everyone have a login/register page on the forum index of their sites.

    Regarding ip-banning/anti-spam, you’re probably safe to hold off for a little bit. There’s no doubt these solutions are going to be needed eventually, and if someone takes the liberty of making an awesome plugin to help out, I’m all ears on how I can help bbPress core work better with it. :)

    #95450

    @Halle – Sorry for your frustrations! That’s a good idea. We’ve made some changes to the importer that *should* help prevent that from happening, but I’ll specifically attempt to duplicate your install and prevent that from happening to anyone else.

    @Morgan & DanielJuhl – Getting the importer dialed in correctly for the varying types of installations we all might have is a unique challenge, and we’re going to need to iterate on it through beta releases to get it up to snuff. Some changes have already been made that should improve the chances of it finding an existing installation and importing everything. These adjustments will be in the Beta 2 release, which should be available in the next few days.

    @DanielJuhl – Thank you for creating those bug reports. I’ll take a look at them this week and get them sorted.

    #95449
    Daniel Juhl
    Participant

    @Morgan Wick: I can’t say it can’t be one of those.. I’ve tried both Chrome and Firefox on Mac OS X, and both fails. I can be server settings, but I’m running a dedicated server with full access, and no settings has been made strict (safe mode etc.), so it would surprise me, if that was the case.

    #95448
    hlwinkler
    Participant

    Hi John,

    Great work, I am really looking forward to being able to migrate my forums over to the plugin. Here is my experience so far: I installed the plugin (install went fine on 3.1.2) and then I tried to run the importer on my standalone install. I selected migrate users option and I received the following error as the second line of feedback during the import process:

    “There was a problem duplicating the table bb_users to wp_users”

    After which, my WP admin users were no longer in existence and when I tried to go back to the WP tools tab I was asked for a new admin login, which was rejected (slightly alarming because my WP install with all the themes and plugins off doesn’t do a heck of a lot). I rolled back to my database backup.

    Edited: now I see that this was my fault because I overlooked the fact that the bbpress and WP databases have to be the same database. If the outcome of missing this info is breaking WP, would it be possible to do a check for whether bb_users are in the database before attempting to migrate them?

    Thanks,

    Halle

    #95447
    morgan-wick
    Member

    Is it possible that DanielJuhl’s browser isn’t working with the importer, or (more likely) that his server’s permissions or other settings are interfering?

    #105949
    jarledb
    Participant

    @john james jacoby – Thank you for a throughout explenation and update.

    I am using template integration mode (so no actual templates for the theme I am using, although I am trying to push Woothemes to make child themes for bbPress ;)

    I might end up copying the files over and integrating it myself, especially if that is the only (and easiest) way to get all functionality over.

    It seems to me that even with the Twentyten theme the first page for the forum does not include things like login, register and search. Which seems a bit odd to me. Is it supposed to be like that?

    I am not using WordPress multisite, are there plugins you would recommend looking at for ip-banning and anti-spam features that will work with bbPress? Or can I just forget about that for a while until bbPress is released as a stable version?

    #100849
    jarledb
    Participant

    @john james jacoby – Thank you for a throughout explenation and update.

    I am using template integration mode (so no actual templates for the theme I am using, although I am trying to push Woothemes to make child themes for bbPress ;)

    I might end up copying the files over and integrating it myself, especially if that is the only (and easiest) way to get all functionality over.

    It seems to me that even with the Twentyten theme the first page for the forum does not include things like login, register and search. Which seems a bit odd to me. Is it supposed to be like that?

    I am not using WordPress multisite, are there plugins you would recommend looking at for ip-banning and anti-spam features that will work with bbPress? Or can I just forget about that for a while until bbPress is released as a stable version?

    #95446
    Daniel Juhl
    Participant

    @JJJ: I’ve now created some bug reports, hope this will helps you find the bug location.

    #100871

    @SHope – You’re okay. :) It sounds like you’re using the shortcodes correctly, but that something else isn’t working. I think I’m going to build in a shortcode helper, because I realize finding the ID isn’t the easiest thing to do.

    On the pages you’re using the shortcodes on, does anything appear where the shortcodes should be?

    #105971

    @SHope – You’re okay. :) It sounds like you’re using the shortcodes correctly, but that something else isn’t working. I think I’m going to build in a shortcode helper, because I realize finding the ID isn’t the easiest thing to do.

    On the pages you’re using the shortcodes on, does anything appear where the shortcodes should be?

    #95445
    tooltrainer
    Member

    Has anyone run into the situation of users not being able to edit their own topics?

    I’m still running alpha 3167 as my site is now live and I don’t want to risk updating until I’m OK with potentially taking it down for a day or two, in case there are issues migrating to the beta.

    But even so, has anyone seen this or have there been any changes that might have affected this capability?

    Admins can edit their own topics just fine, but regular users just see a blank page when they try.

    Thanks,

    Jonathan

    vishnuks
    Member

    Halo guys, i tried all sorts of SMTP plugins for BBPRESS but none are working. So is there any way to disable the email verification registration. I want a direct registration method. No verification

    #95444
    Daniel Juhl
    Participant

    @JJJ: Thanks.. I’ve created a bug for the missing option to choose a Hidden or Private forum as parent. And after moving the language files to a subfolder named bbpress the translation worked. I’m trying to figure out the importer problem, to make a good bug report, and as far I can see you’ve already fixed problems that I made quick-fixes for (the same way I did it).

    So the problem now, is that I can’t run the importer at all (returning the blank “content” after specifying the path. I’m looking into it, and testing to see if I can figures out what’s going on..

    I have a new and simple questions, which might be a bug:

    * Shouldn’t it be possible to choose either users og user roles of which are able to view hidden and private forums? As far as I can see, Administrators are the only one to view these, and no changes can be made.

    telesoft
    Member

    Assertion:

    The problem with forums is that one must read/browse/scroll thru all the information you don’t want to see… until you then find what you have been looking for.

    Question:

    Is there a theme for either WordPress or BBPress that would like a Microsoft File System Explorer provide access to BBPress?

    Q2:

    Is there an inherent limitation in the BBPress database or Theme or Widget Plugin that would disallow a developer from implementing a theme with these types of widgets?

    Thanks,

    TELESOFT

    #105948

    @jerledb – Login/register are supported via page templates, there is a login widget, and eventually shortcodes too. A register widget is a nice idea but leads way to lost-password and activation widgets, none of which will make it into 2.0.

    Spam isn’t really handled yet, since there’s no one spamming forums that don’t use software that isn’t released yet. :D There is a Trac ticket regarding Akismet integration, but either Akismet will need to be updated or a special version of Akismet to concentrate on post spam (which isn’t really a WordPress issue.)

    Regarding IP addresses, there are WordPress plugins to help with this, and WordPress multisite comes with this kind of functionality baked in. Traditionally WordPress doesn’t handle spam at a user level, since registered users are typically already trusted to some regard. We run into this issue a little bit even here at bbpress.org. bbPress does log the IP address of every topic/reply that is created, so a plugin can use that to check against a ban list or something.

    #100848

    @jerledb – Login/register are supported via page templates, there is a login widget, and eventually shortcodes too. A register widget is a nice idea but leads way to lost-password and activation widgets, none of which will make it into 2.0.

    Spam isn’t really handled yet, since there’s no one spamming forums that don’t use software that isn’t released yet. :D There is a Trac ticket regarding Akismet integration, but either Akismet will need to be updated or a special version of Akismet to concentrate on post spam (which isn’t really a WordPress issue.)

    Regarding IP addresses, there are WordPress plugins to help with this, and WordPress multisite comes with this kind of functionality baked in. Traditionally WordPress doesn’t handle spam at a user level, since registered users are typically already trusted to some regard. We run into this issue a little bit even here at bbpress.org. bbPress does log the IP address of every topic/reply that is created, so a plugin can use that to check against a ban list or something.

    #105741

    In reply to: bbPress 2.0 – FAQ

    Lead post updated.

    You need simply to scroll up to see the answer. :)

    #100641

    In reply to: bbPress 2.0 – FAQ

    Lead post updated.

    You need simply to scroll up to see the answer. :)

    #105740

    In reply to: bbPress 2.0 – FAQ

    telesoft
    Member

    JJJ – thanks.

    Is there any point installing Standalone… if it is not to be continued?

    Now you didn’t say it was a dead end… but that is what I am guessig.

    ??

    #100640

    In reply to: bbPress 2.0 – FAQ

    telesoft
    Member

    JJJ – thanks.

    Is there any point installing Standalone… if it is not to be continued?

    Now you didn’t say it was a dead end… but that is what I am guessig.

    ??

Viewing 25 results - 37,526 through 37,550 (of 64,532 total)
Skip to toolbar