Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\"'

Viewing 25 results - 25,701 through 25,725 (of 26,841 total)
  • Author
    Search Results
  • #56215
    Shawn Maddock
    Participant

    Okay, more info:

    • In Firefox, when I log into bbPress, I am logged in, but the log in form does not auto refresh to “Welcome, username! View your profile…” Same problem when I log out, it does not refresh to “Register or login…”

    • In Safari and IE 7, it does refresh when logging into bbPress, but not when logging out.

    • In any browser, it does not refresh when logging into WordPress, but does when logging out.

    • In all instances if I hit refresh/reload, it displays the correct message.

    • Cookie integration between WordPress and bbPress is otherwise successful, once I’m logged into one, I’m logged into both, and vice-versa.

    • Identical problems on multiple computers/ users.

    #56214
    Shawn Maddock
    Participant

    I’m starting to wonder if my problem is different, as it is also occurring with a WordPress install on the same server. WordPress was fine until I did a clean install with WP/BB in the same database. I’m guessing it’s a cookie issue? An identical bbPress install on a different server works fine, reset FF, etc.

    #57638
    bbolman
    Participant

    very sleek. I’m a big fan.

    #57421
    atomastro
    Member

    Vili what are you including where to get both systems to run? I did not see that in your post.

    #57637
    detrom
    Member

    Really good work!!!

    #57630
    fel64
    Member

    Manually query the category database and output it? Not that it matters. :P

    #57420
    Vili
    Participant

    atomAstro — could you elaborate on where POST and GET becomes a problem with this integration? I haven’t yet met with any (that I know), but it would be of great help if you could give a few examples so that I know what to keep an eye on!

    #56974
    Vili
    Participant

    Is this on a WordPress or a bbPress page, dyaddydad? Have you done a full bbPress integration, including the “functions” section? Do you use the $forumpage variable as suggested in my post with the code? Did you uninstall Dan’s plugin before uploading mine?

    #1858
    sulcalibur
    Member

    I’m just working on a new site and going to use WordPress and bbpress running alone side each other. I have started the coding on the WordPress and I’ll start the BB soon too. I just thought I’d give a small (unfinished) preview to get some feedback. http://www.flickr.com/photos/sulcalibur/tags/ipwd/show/ many thanks

    #57629
    atomastro
    Member

    Biggest deal breaker was that parts of the sidebar are generated WP category list. There’s no way to fake that.

    #57628
    fel64
    Member

    I would’ve thought the duplicated code wouldn’t be more than some basic HTML; CSS can easily be linked to and you have a different API anyway. I can’t say I really know, I haven’t done it. Your function to create the links could easily check if it was called from bb or WP automatically and respond appropriately, but I understand needing the WP API.

    bbolman: https://trac.bbpress.org/timeline

    #57627
    atomastro
    Member

    btw, the flashy menus etc were created with the aid of mootools. This is an awesome javascript framework, with a great community standing behind it.

    #57626
    atomastro
    Member

    Few things regarding the wordpress header. The main reason for this is that I want access to the wordpress functions. This is because the sidebar has bbPress user account functions, such as view / edit profile. I need to know what the user’s wordpress id is in order to create these links when bbPress isn’t running. Granted, I could just send them to the wordpress profile, however I don’t care for the wordpress user profile page. It takes them completely out of the site. In addition to this, I dont really want them on the dashboard, for any reason. I eventually plan to extend the profile pages to include user comment activity in addition to forum activity, etc. I couldn’t do that without both systems running. As for the rest of the general integration, faking this functionality by copying and pasting code and duplicating everything seems lazy and sloppy.

    #57625
    bbolman
    Participant

    I’m just throwing this in, but is it just me, or did I miss something, but I feel like work on bbPress has stalled? We haven’t had a new version in a while.

    #57624
    fel64
    Member

    That’s a nice site, and I love the fact that you made a ‘fancy’ menu without using Flash. Also I really like the effect of that Start Selling badge :P. The colour for stickies in your forum is a bit dodgy though, it might look nicer if you used the sidebar orange for that (and for the green headers maybe). :)

    I don’t understand the necessity to use WP headers, though. Surely the amount of work needed to standardise the header is far less when you just copy the code? That’s got poor maintainability I admit, but there shouldn’t be anything you need to edit often in templates and if you really needed it you could write and use some wrapper functions that would determine which stuff to load.

    #57623
    atomastro
    Member

    I agree that the user integration is satisfactory, however I would love to see a standardized method of doing the theme integration. The problem I had was that the wp/bbp precautions were layering, and lots of stuff was getting double escaped, etc. I could not complete a satisfactory integration without editing included core files, which did not make my sysadmins very happy.

    #57622
    bbolman
    Participant

    I definitely agree with you on the “it would be better if they worked right out of the box” bit. I feel like, while the user-integration was worked on pretty thoroughly at the beginning of development (and don’t quote me on this cause I’m just guessing) the theme integration aspect could have used a lot more work. The whole idea is that the two softwares should be able to just be thrown together and work for joe shmoe, but really, you have to have a pretty good idea of what you’re doing to really get it going.

    #57621
    atomastro
    Member

    I also want to add some kudos to the bbPress project for including pagination out of the box, something WP sorely needs.

    #57419
    atomastro
    Member

    In reference to Vili’s post, this is how I did the integration for 2Checkout.com’s install of WP and bbP, however it still left something to be desired. There are occasions where POST or GET content is filtered more than it should be because both systems are running concurrently. Once this gets hashed out, I would have no problem using this for a professional project again, however the amount of work to get around this is currently prohibitive.

    My “Pimp your Press” topic for 2Checkout.com:

    https://bbpress.org/forums/topic/1172

    #57620
    atomastro
    Member

    Thank you very much. I have to say that the integration process (that is the full integration with the theme and all) was not straightforward or easy enough for the average user, I had to do some wacky stuff to get it working correctly on more than one occasion. This is currently the only problem I have with bbPress. Hopefully at some point, bbPress will plug right into a wordpress theme out of the box, or at least be much easier to do.

    #57619
    bbolman
    Participant

    Very nice. Great integration.

    #1857
    atomastro
    Member

    I have recently completed the new 2Checkout.com, which is now using a fully integrated WordPress and bbPress install to run the homepage / community site. Everyone should have a look:

    http://www.2Checkout.com

    #1854

    Sorry to be asking so many questions, but I’m having trouble finding answers to these basic questions and I figure it’s easiest to ask them one at a time. Also, I think I was seduced a little by how easy it was to get WordPress going. bbPress seems a lot harder. Anyway:

    How do you add moderators? In the admin page, I can see who they are, but can’t add anybody.

    Do I have to get the people that I am inviting as moderators to register themselves, and then I can go and change their privileges? Or can I somehow add them on my own (which is what I’d like).

    Thanks!

    #56973
    dyaddydad
    Member

    Still giving me that error – Parse error: parse error, unexpected $ in /homepages/27/d120217802/htdocs/wp-content/plugins/cmdavatar.php on line 193

    I just replaced Dan’s plugin with yours.

    Thanks.

    #56972
    dyaddydad
    Member

    Got ya! Thanks a lot.

Viewing 25 results - 25,701 through 25,725 (of 26,841 total)
Skip to toolbar