Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 26,051 through 26,075 (of 26,836 total)
  • Author
    Search Results
  • #55282
    Trent Adams
    Member

    When you say Http_Auth, do you mean something like the LDAP auth?

    https://bbpress.org/plugins/topic/26?replies=3

    As well, if you have an integration with WordPress, bbPress integrates logins perfectly with WordPress.

    Trent

    #55264

    In reply to: i need wysiwyg editor

    zeug
    Member

    Not yet … but I’m still interested. AMP will still work if you add the javascript to the header either from the standalone player or from wordpress with the amp plugin installed. Picks up any links to flv, mp3, mov, mp4, m4v, m4a, m4b, 3gp, wmv, avi and asf. The youtube etc flash players would need to embed javascript though and so will need to be ported to bbpress via quicktags … which is what I’m looking into.

    #1522
    chiensavant
    Member

    Hi,

    I was wondering if there was a HTTP_AUTH plugin/how to available. We’re thinking about integrating BBpress to our server, but we’d like to keep the existing user and password list, so that Bbpress would smoothly be part of our portal.

    We might also use WordPress, maybe something done for WordPress is already working for BBpress ?

    Since I haven’t found any relevant information so far, I though I might as well ask for help ;)

    #55272

    In reply to: Plugin help…

    mirce
    Member

    I had the same problem. Its not very hard to do it. You need to use add_action or add_filter. See my problem here https://bbpress.org/forums/topic/742

    This may help also:

    https://codex.wordpress.org/Plugin_API#Current_Hooks_For_actions

    I have no experience also but I managed to do a plugin.

    Good luck!

    #1521
    macwise
    Member

    I’m interested in creating my fist plugin. I would like it to allow the user to see/edit the extra profile fields that are present in WordPress when a site has WP integration working. I’m asking for any help to get started on this that someone is willing to offer.

    I’m not very experienced with PHP, though I feel I am a pretty quick learner. I have too many questions right now from the reading (http://codex.wordpress.org/Writing_a_Plugin) and from looking at other plugins. I don’t think these questions require more than a few simple pointers and explanations about the structure/basic principles of plugins.

    Is anyone out there willing to throw me a bone or two?

    #55240
    macwise
    Member

    are you running integration with wordpress?

    #55218
    LMD
    Participant

    Well, I got it working, but it uses a hack rather than a plugin. It wasn’t too hard, I guess I could document the hack until such time as I work out how to make it a plugin.

    The thing I don’t quite ‘get’ yet (not having made a plugin for either WordPress or bbPress before) is how to modify the behaviour of an existing function. If I write my own version of a function, will it overwrite the existing function?

    #51976
    Atsutane
    Member

    Yeah. Request already :) waiting for approval.

    #55189
    tseven
    Member

    I fixed it! o/

    Remember how the cookies “looked” identical?

    Well they weren’t.

    The cookies created by bbpress added the hash to the end of the cookie name.

    Both Safari and Camino didn’t reveal this, but Flock did. I was using these other browsers as a testing platform because I needed to clear cookies in between each test.

    I added:

    $bb->usercookie = 'wordpressuser';
    $bb->passcookie = 'wordpresspass';

    To my bbpress config to solve the problem. (which I found on one of the links you sent me)

    I actually like the idea of the cookie name including the hash. Isn’t this more secure? Correct me if I’m wrong, but wouldn’t this make it near impossible for another site to read that cookie?

    Thanks for your help Trent!

    #55188
    Trent Adams
    Member

    It will still let different cookies if you don’t have them ‘integrated’ for the login from the config.php. That is why I was leading you towards those articles. I am sure being an WPMU user you are fully aware of working with complex issues and I didn’t want to try and ‘dumb it down’ too much. In terms of the cookies issue, I have had plenty of problems moving things around and changing structures to know that the ‘WordPress Integration’ under the bbPress Documentation is the best when bbPress is in a directory inside WordPress, but not always!

    If you let me know how you have it setup and what you have in your wp-config.php and config.php for cookie and integration stuff, I might be able to assist more. I just know that if you already installed bbPress and it is using bb_users versus wp_users, it might be harder to get the cookies working (at least in my experience)..

    Trent

    #51975
    Trent Adams
    Member

    That would be great if you could do that Atsutane as it allows you to have the ‘working’ code up and the ‘work in progress’ code as well! Just a thought!

    Trent

    #55186
    Trent Adams
    Member

    Steven,

    I not sure of the ‘exact’ best procedure of combining bbPress and WPMU, but these are some users that have it going:

    Simpler integration with WordPress

    https://codex.wordpress.org/Ergate/wpmu_bbPress_integration

    https://mu.wordpress.org/forums/topic.php?id=2166&replies=10

    It is a little different with WPMU as the table structures are a little different, but those posts seem to most likely have the key. Integrating with normal WP is much easier.

    Trent

    #55174
    chrishajer
    Participant

    maker, you are correct (I believe) that there is no plugin to upload images although there are plugins to allow images in posts.

    Allow images

    WordPress user integration

    Latest bbPress posts in WordPress

    Latest WP post in bbPress

    Have fun.

    #51974
    fel64
    Member

    Same thing again, it’s great. Why don’t you make an entry in the plugins DB for it? https://bbpress.org/plugins/add/

    #55170
    maker
    Member

    so there is no image uploading inherent in bbpress? But there are image plugins?

    What can be shared between WP and BB? logins? Can wordpress show latest BB posts?

    #51973
    Atsutane
    Member

    Version 0.5 (2007-03-04):

    • Fix display name for bbpress that not integrated with wordpress.
    • Add option to set if your wordpress is integrated with bbpress or not.
    • Add use Bbpress permalink option

    #55167
    macwise
    Member

    My friend, this is the ONLY way to go. I previously had used PhpBB, and I was in the same boat. I wanted something simple, powerful, yet it HAD to integrate with WordPress. I was reluctant to go down this path, but I was swayed by two things:

    First, I love WordPress, the community, the customizability, etc. I was impressed with the simplicity available, with more complexity/power possible depending on what the user needs. Second, I was extremely enticed by the prospect of a “seamless” integration. I won’t say that it’s been a total breeze, but compared to the PhpBB/4Images integration I did last year, integrating BBPress with WordPress was a breeze…AND A HALF! Don’t be fooled, though, this can be as simple as installing it and adding two plugins. Just depends on what your needs are.

    95% or more of what I’m modifying is template based files, NOT core files. This is quite different from my PhpBB/4Images integration, where I had to hack the core to the point that an update would have been disastrous. (Consequently, I never updated it, though it didn’t matter since the site never really went live.)

    So, yes, this is a beta product. And yes, some of the administration options and a few specific features present in other bb systems aren’t here.

    Would I use something else if I could do it over again? NO

    Do I miss any features from PhpBB? NO. In fact, what I suspected is exactly what has happened, that being that I’m as happy with what BBPress DOESN’T do as I am with what it does. Anything that I’ve needed so far has already been addressed in the forums, usually with a plugin. That makes modifying core files safe and simple. Bottom line, it works great, and I haven’t looked back.

    Hope this helps.

    Ron

    Check my site at http://www.babyquestions101.com. And here you can see the Pregnancy Forums. Let me know what you think, and feel free to ask any questions/comments there on the contact page.

    #1507
    maker
    Member

    How does BBPress compare to Simple Machines, PPHB and VBulletin?

    I’m a bit worried it’s /too/ simple!

    How well does BBPress integrate with WordPress?

    I have an illustration blog (WP) at http://300.mpm.org.au

    I want a forum at http://www.mpm.org.au

    that works with the illustration blog

    can bbpress and wordpress do this?

    #54975
    macwise
    Member

    Trent, I’m not sure I understand your response. I think what you’re saying is that if bbpress stores the information for the user’s profile in wp_users, as does wordpress, then we’re ok. However, if bbpress stores the information in a different place, then the update won’t work.

    Well, that led me on a little journey to see how wordpress stored the information in the extra fields such as first name, last name, im username, etc. I found it is stored in wp_usermeta, and I’m guessing bbpress doesn’t have anything to do with this. So, I’ll look into this further.

    In the meantime, does any moderator/contributor have any other ideas as to how this can be achieved? I would really like to add the necessary fields for my signup, such as First/Last name, and then more specific things for my site such as how many children, their names, etc. Any suggestions would be very well appreciated.

    Thanks – Ron

    #52759
    zeug
    Member

    I forgot to mention that if you’ve already got a WordPress AMP then you can just call that javascript in the header and not even install the standalone plugin. It can do mediawiki’s, most bboards, straight html, whatever’s on your network. Except maybe Zope, I can’t get it to parse the javascript.

    #51972
    fel64
    Member

    Brilliant – works straight away again and has all the options I wanted. Thanks. :D

    #51971
    Atsutane
    Member

    Recent Change: (2007-03-04)

    • Bbpress Latest Discussion Option Page.
    • Ability to set Bbpress url
    • Ability to use different database

    #55093

    Yes, those tutorials and downloads are meant to use the WP theme. They just call the WP header. I tried this one:

    http://www.adityanaik.com/blog/bbpress-and-wordpress-integration/

    It works like it says it does, but unfortunately for my site, it looks terrible and doesn’t integrate at all. Looks like I’ll have to modify the forums’ style sheet, which isn’t that bad. It’s just that it would be nice if when I modified one, it worked for both.

    #1497
    chenchen
    Member

    Hi! :) i have successfully installed bbress to my site integrated with wordpress. Now, i have another question? can we make it possible to make the forums(the entire bbrepss forums) exclusive only for members? what do i need to do? thanx! :)

Viewing 25 results - 26,051 through 26,075 (of 26,836 total)
Skip to toolbar