John James Jacoby (@johnjamesjacoby)

You are now logged out.

Forum Replies Created

Viewing 25 replies - 1,851 through 1,875 (of 1,983 total)

  • John James Jacoby
    Keymaster

    @johnjamesjacoby

    Snip! Nevermind I see how it works…


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Using the method above, a new user registering in WordPress is given the proper role/capability in bbPress. So far this appears to be the best integration yet. I will of course do more testing, but so far so good!

    Note: This also proves compatible with the WordPress “Register Plus” plugin.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    As of today, Alpha6 is still not in the download link.

    This method above is what I used to upgrade to alpha6. Have not tested new users yet however.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Hahah… Well, the idea behind bbPress is not to install things like this within the core. This way forum administrators aren’t bogged down with the extra weight of a series of functions that they never intend to use; a less is more approach.

    There is also a plug-in that provides this exact functionality in the extend area. ;)


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Should I be concerned that the zip file still is named alpha5?


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Just updated a few little things.

    There’s stuff that still needs tweaking, but otherwise I consider this a fully integrated install with custom template and heavily modified via plug-ins.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Even though that error is there, if you change their role from “Inactive” to “Member” the error will go away and the user will have member access.

    Forum isn’t dead, just high maintenance for right now. ;)


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Where is this discussion taking place? I’m always game for a good discussion! :)


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    You bet. Thanks!


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Unfortunately I think Sam jumped the gun a little bit. He’s also said that he’s aware of the issues and that an alpha6 is on its way shortly.

    Alpha5 did fix some potential security issues, so it’s good to use it anyhow.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    @the both of yous

    Sambauers is the main programmer responsible for updating and maintaining bbPress, the rest of us seem to serve more as bug testers and trac reporters. You’re both correct to assume that the goal is to have it work both ways, with a registration at one platform to assign a role to the other.

    @globalkris

    You’re lucky, I haven’t been able to get either/or to automatically tell the other what roles to assign, despite my efforts. To be honest, it can’t be happening anywhere on the WordPress side of things, because WordPress has no idea that bbPress exists. It’s just doing what it always did. bbPress needs to look for capabilities, and assign them according to the WordPress role map provided it has been set.

    It seems like a good idea to have the role-map setup as part of the installation process, if choosing to integrate that is.

    The other side of this, which I’ve said before in different topics, is that automated integration of bbPress is difficult to predict, because there are several configurations that anyone could or would use, and it isn’t just WordPress that bbPress is intended to work with. There’s BuddyPress too, which is a whole other assortment of configurations. You can see how having bbPress automatically assign a role to a user that doesn’t have a role at all can be a strange situation, since there are times where WP users might not have roles either. There are about 250 different types of arrangements that users can have that must be trapped when I think about it, considering registrations on either side, the role map, and what the results of each situation would be.

    Maybe when they register through WordPress, I don’t want them automatically given access to the forums, or vice versa. Even though they are integrated, maybe I don’t want them to have a role at all. What if WordPress registrations are closed but bbPress ones are open? I mean when you think of all of the possibilities, it’s a wonder/miracle that it works at all. Ha!

    Long story short, Sam is working really hard on getting this integration up and running for us, and I suspect there will be an alpha6 coming shortly. :)


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    @ipstenu

    I would try building your own html login form on which ever WP theme file you’d like it on, and then just pass the variables to your bbpress/login.php file.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Speaking of reintroduced, I’m logged into my forum and WordPress, but for some reason I am listed as Inactive on my posts when viewing a topic. I thought this was fixed in alpha2?

    Why do I get the feeling that alpha5 was bolted on top of an outdated 1.0 version and things went cross eyed?


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    This is not a bug.

    Basically anything that is a forum has the word ‘forum’ in front of it. Anything that is a topic has ‘topic’ etc.

    The fact that it is installed in your ‘forum’ directory is what is throwing you off.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Not sure if this is new since alpha5 or not, but on a fresh install the auth key seems to die when there is a quotation mark " in the key.

    Basically a WP key like

    define('SECURE_AUTH_KEY', '-"r642fed3E1d>}MdGFlh@tR!QPU%/!S_6;CjO0}^>6TclyZM9mEKqEn+ <?)3 U#*X;');

    Ended up like

    define('BB_SECURE_AUTH_KEY', '-');

    This actually messed up the installer at one point too, displaying part of the key inside an area where it wouldn’t normally.

    Should I trac this Sam?


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Yes I do have the role map setup in the bbPress admin area. I also installed the additional role map plugin you made just to see what it was for, and retried these steps with and without it active.

    I think this evening I’m going to retest this on stock installs of both to see if any of my plugins are conflicting. I am using the Register Plus plugin on the WP side, so I suppose it’s possible it could conflict (as far as I know it uses the stock WP registration and user activation methods to create them though.)


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Also, when I register a new user through WordPress as per normal, that user is still not assigned a role in bbPress. Not when they login, not when they hit the forum for the first time. Not ever.

    My Steps:

    1. I used a Chrome browser window to register a new user through WordPress
    2. Logged in via WordPress
    3. Hit the forum
    4. User could not post, looks like has no role
    5. Logged out via WordPress
    6. Used FireFox to login as admin to check new user role
    7. No Role Assigned
    8. Used Chrome to login through bbPress
    9. Hit the forum
    10. User could not post, looks like has no role
    11. Used Firefox admin to edit Test user
    12. Received typical error message (noted below)

    Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /forums/bb-includes/functions.bb-template.php on line 2009

    Basically it looks like the exact same error message as before, with the same circumstances.


    Round two using alpha 5 trunk from the SVN went exactly the same way, only this time when I logged in via bbPress, the above Warning went away, but that user is still marked as Inactive by default when they should be a Member according to the role map.


    When registering through bbPress, the new user still is not assigned a Role on the WordPress side either.


    Sam, can you explain to me what was supposed to be different in alpha5? Maybe I misunderstood…


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    When I renamed my old config file, I actually received the same error.

    Fatal error: Call to undefined function backpress_get_option() in /forum/bb-includes/backpress/functions.core.php on line 412

    So I renamed my config file back, visited the forum, and then it prompted me for upgrade.

    Is there a specific upgrade page to visit now rather than just hitting the root of the forum?


    Sam, it seems this only happens when I upgrade from alpha4 to alpha5. I was running a trunk version, and received no errors and wasn’t even prompted to upgrade from trunk to 5.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    This weeknd I plan on loading bbPress into some kind of IDE (probably eclipse) so I’m able to check this type of thing out a little further. I’ll update here if I can get them.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Looking forward to this Sam. Thanks again for the fast updates. Will check it out tonight and report back asap.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    That is exactly right. When using the permalink structure, bbPress will provide you the contents of what to put inside that file. Eventually I’m sure bbPress will make that file for you, but for now it’s a solid solution.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    @marcomail

    bbPress 1.0 alpha 4


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Seems maybe the core should be updated to work around this eh?


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    http://www.delsolownersclub.com/forums/

    It’s live with quite a few plug-ins installed. Fully integrated with WordPress. Still some kinks to work out, but otherwise live and functional.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    I think that site naviation really depends on how much traffic your forum has, how much you want it to have, and in what route you want your traffic to reach its destination.

    The typical forum layout comes from catering to new visitors that want descriptions of each category, and from repeat visitors wanting to check if there are updates to that category without having to click into that category.

    Tags don’t offer either of these options inherently.

    If tags could visually signify if there are new posts for the visitor inside of them, maybe with emphasis or italics or reordering them to the front of the cloud, that would be a neat idea.

    bbPress tends to take a different approach on forum/topic importance, by emphasising on the most recently replied to topics right on the front page. I consider this more of a feature of a slow moving bulletin board more than for a large one. I know some large technical forums that would show 20 different posts on every page refresh with this type of last reply based concept.

    Tags are interesting because they are user editable and provide a wiki-esque style of topic organization. 99% of users will obey this, but it still requires a bit of moderation and attention. Using categories that users cannot edit allows for you to legitimately categorize your data, rather than have it free flowing any and everywhere. Also, how do you compensate for the “New Topic” screen where there is a category drop-down? If your authors aren’t familiar with the concept and meaning of your forums categories, yet they are forced to choose one, this will result in topics being put into the database almost at random, making it difficult for you to moderate them.

    I see how this idea can be appealing, and I see how it could work in some instances, but I think this type of idea is more suitable for a WordPress type blog/CMS than for a forum.

Viewing 25 replies - 1,851 through 1,875 (of 1,983 total)