Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 21,026 through 21,050 (of 26,865 total)
  • Author
    Search Results
  • #70357
    johnhiler
    Member

    There’s no existing way that I’m aware of to integrate 2.8 with bbPress 0.9. The two plugins which allow that sort of cookie integration were broken when WordPress changed their cookie method in 2.8…

    #74557
    ced64k
    Member

    3 days that I’m trying to find a solution and finaly it works ! (WordPress 2.8 + bbPress 1.0 rc3).

    My solution, for a WordPress in the root and bbPress in a folder:

    1) I don’t use the bbPress integration plugin for WordPress

    2) Default wp-config and bb-config

    3) Simply put AUTH_KEY, SECURE_AUTH_KEY, LOGGED_IN_KEY in the two config file (and double check that it’s the same)

    4) Go to good ol phpMyAdmin and check that:

    in bb_meta: in wp_options:

    bb_auth_salt = auth_salt

    bb_logged_in_salt = logged_in_salt

    bb_nonce_salt = nonce_salt

    #63959
    frank107
    Member

    Here’s the secret (only if you haven’t changed the login key settings):

    Type: put your unique phrase here

    You don’t need to do anything else!

    #75013

    To make everything look like it’s one website is easiest to do with custom theming (or deep integration, but frankly that seems unreliable to me).

    The site in question is using this plugin – https://wordpress.org/extend/plugins/wpforum/ – bbPress is not a plugin, so it cannot be integrated the same way.

    You can also allow for anon posting, though I don’t know if you can make it so that people can invent their own nicks on the fly.

    Can’t answer that last one, as I don’t know if anyone’s tried.

    #70356
    HTK
    Participant

    That was a great tutorial my friend, it seemed simple but I haven’t done it yet and before I do I have few questions.

    Will WordPress 2.8 work with bbpress 0.9.0.5 or do I have to do WordPress 2.8 with bbpress 1.0-rc-3?

    Thank you in advance.

    #74921
    arthaseo
    Member

    thanks :)

    #74983
    chrishajer
    Participant

    Interesting that this is a CentOS installation as well.

    Can you install WordPress OK on this host or domain?

    #74996
    johnhiler
    Member

    Just did some research for ya – looks like this issue can be caused sometimes by problems with htaccess files:

    https://wordpress.org/support/topic/243002

    Is it possible that when installing bbpress, the htaccess file was changed and that caused some of these issues?

    #60891
    Atsutane
    Member

    @leggo-my-eggo

    Sorry i should have update the plugin here in, but if you are download from the plugin from wordpress.org there are 3 filter support release on 22-6-2009 :) More info can be found here.

    http://www.atsutane.net/2009/06/update-bbpress-latest-discussion-v1-5.html

    #74913
    mrhtn
    Member

    Well, there were lots of steps. Mostly it was changes to the CSS so the first step would be to take a look at my CSS. I didn’t change any non-theme related files. The plugins I’m using are BBcode buttons toolbar, BBcode lite, bb topics view, and post Count plus. Probably the main thing I do different is that regular users shouldn’t see the admin pages of BBpress. Instead they get redirected to the wordpress admin pages.

    Sambauers put a great video together on how to get wordpress and bbpress working together:

    https://bbpress.org/forums/topic/basic-integration-screencast

    #74814
    _ck_
    Participant

    One day we’ll start a install4free like wordpress but until then,

    if they just want a basic install, start giving out this free service:

    http://www.simplescripts.com/script_details/script:bbPress

    supposedly works on most major hosts including:

    * Bluehost

    * Hostmonster

    * Fastdomain

    * LunarPages

    * HostGator

    * SiteGround

    * GoDaddy

    * WebHostingPad

    * LiquidWeb

    * StartLogic

    * iPowerWeb

    * Dot5Hosting

    * MidPhase

    * 1and1

    #74992
    johnhiler
    Member

    Maybe try posting to the WordPress forums? :-)

    Unless there’s a connection to the bbPress install that I’m missing…

    #74991
    daniellejosh
    Member

    WordPress address (URL) and Blog address (URL) are both set to http://iphonecustoms.com.

    I fixed the “Leave a Comment” links that were linking to my forum by changing the settings in Settings>Permalinks to “default”. (It had been set to iphonecustoms.com/forums/ somehow.)

    So the comments on my homepage actually work now… however on all my other pages, my “Leave a comment” links are still not doing anything. The comment links came built in with my “Black Splat” theme, and I tried to replace comment.php from original theme and still nothing happened.

    #74990
    johnhiler
    Member

    What is listed under WordPress address (URL) and Blog address (URL)?

    Also – what code in your WordPress template are you using to generate those comment links?

    #74989
    daniellejosh
    Member

    yes… my links are pointing there… and I do not know why! And on this page:

    http://iphonecustoms.com/written-tutorials/iphone-3g/how-to-jailbreak-w-redsn0w-on-windows

    The comment link just keeps you on the same page but adds a “/#comments” to the end of the URL? I checked Options page, and nothing has changed.. nor does it look like any of those options would change the situation? Here are my options:

    Blog Title

    Tagline

    WordPress address (URL)

    Blog address (URL)

    E-mail address

    Membership

    New User Default Role

    Timezone

    Date Format

    Week Starts On

    any suggestions? thank you so much for your reply.

    #74988
    johnhiler
    Member

    It looks like those links are pointing here:

    a href=”http://iphonecustoms.com/http:/iphonecustoms.com/forums/#respond”

    Did something change with your WordPress Address URL here?

    http://iphonecustoms.com/wp-admin/options-general.php

    #60890

    @sambauers – Yep, I get that, thanks. I think where I’m coming from is that I am a long-time WordPress developer, and I have just had the need to create a forum, so I (almost automatically) chose bbPress, thinking that all the talk about integration would allow me to do some cross-platform things that I had in mind. I didn’t read far enough into the forums to discover that the “deep integration” only went one direction (bbPress->Wordpress), and now I’m way too far down the the path of developing this site to turn around, and I’m not sure I could get the interaction I wanted with anything else anyway. Any chance you’re updating the bbPress Live plugin for 2.8?

    @johnhiler – Agreed about avoiding deep integration. Given what I now understand about how it works, I would prefer to avoid it entirely, merely pulling content between platforms. I actually can mod the Latest Discussion plugin, and that’s probably what I’ll end up doing. I kind of hate doing that because I forget later what I changed when I want to upgrade. Basically all I really need is a way to limit one of my forum’s topics and counts to those topics begun today (I have a “Today Only” forum to talk about topics for a single day). I have this working fine within bbPress, and what I wanted to do was simply filter the output of the Latest Discussion plugin like that from within my own plugin.

    #60889
    johnhiler
    Member

    legg-my-eggo – I totally agree that basic functionality should be easier to call between the two platforms! Pulling content back and forth between WordPress and bbPress… sharing header/footer/sidebar templates… that stuff should be a lot more seamless, and hopefully it will be over time.

    Deep integration does have its own set of problems. _ck_ mentions two of them here:

    Two huge strengths for stand-alone (simple) integration over deep integration are:

    1. your forums can be still running even if your blog is temporarily down (or visa versa)

    2. speed/performance – deep integration will crush a shared server if you get a surge in visitors

    https://bbpress.org/forums/topic/display-bbpress-on-wordpress-page-inside-the-blog#post-25353

    Anyway my personal sense is that if you can avoid deep integration, you’re probably better off that way. But if you absolutely need it, it’s possible… but only in one direction. It’s up to WordPress to decide if they want to offer deep integration of bbPress – I guess some of us could post over at the WordPress forums and ask them for it?

    What kind of filters are you looking to run on the Latest Discussion plugin? Maybe we can find a way to mod the plugin to be more flexible… and remove your need for deep integration!

    #74912
    jconley
    Member

    I want to integrate my bbPress forum into the WordPress blog just like you have. Please tell me the steps you took to do this. My blog uses WordPress 2.8 and works great. I just downloaded bbPress 0.905, installed it, and it too is working great. I just want to marry the two.

    Thanks

    #74916
    raheelsayeed
    Member

    hi again!,

    Amm, sometimes users tend to ignore tags completely, and just choose what ever they want which really disturbs the whole organisation of the forum.

    I thought about adding a predefined list of tags that the users can choose. For example, how wordpress suggests tags. and all we do is click on them!

    Any direction here could save my forum!

    I basically thought of disabling the tags textbox and presenting a custom set of tags that on click would fill up the text box when posting in certain forums! would this be the right way to go?

    #60888
    Sam Bauers
    Participant

    johnhiler nailed it and there’s nothing particularly hardline about my statement. It’s a matter of prioritising the features that bbPress supports and in turn the features that I support as the main developer of the software and the various community members support on this forum and in any future docs.

    We could make bbPress do lots of things, some would stray not far from the expected feature set, like this. I’m just drawing the line, that’s all I’m saying.

    #60887

    Yeah, that makes some sense. However, there’s a conceptual problem here, right? Because the recommended structure is to install WordPress and then install bbPress as a subdirectory (say, /forums). Which works great, but then I’ve got a home page created by WordPress, and since the deep integration only works the other way around, no way to use any bbPress content on that home page.

    I also tried using the Latest Discussion plugin, but I have a modification that I need to filter some of the output supplied by whatever functions output the discussion and forum lists, and that plugin does not include a filter which allows me to do what I need to do, so I was trying to find a way to use bbPress functions on my WordPress home page.

    For “deep integration” to be really relevant, I have to have a way to include bbPress content within my WordPress pages, right? Or am I really thinking of this the wrong way?

    #74771
    Josh Leuze
    Member

    Just wanted to follow up with this. I tried the integration again from scratch with the same config as above, using WordPress 2.8 and bbPress 1.0-rc-3, but with the 1.0-rc-3 version of the bbPress Integration plugin.

    The integration worked flawlessly, no issues with the code that bbPress Integration outputted, I can log in and out of both bbPress and wordPress, and access both admin panels.

    Thanks for all of your hard work Sam, bbPress 1.0 is looking great!

    #60886
    johnhiler
    Member

    Hey guys – there are different levels of integration between WordPress and bbPress (these definitions are from Sam):

    * User database integration – Sharing of user data tables with WordPress

    * Cookie integration – Sharing of login cookies with WordPress

    * Deep integration – Including the WordPress codebase (PHP) inside bbPress to allow use of WordPress functions inside bbPress

    bbPress supports all of these (although cookie integration between some versions wasn’t supported until user plugins were created fairly recently).

    I think what was asked was reverse deep integration, so to speak? Where instead of normal deep integration (allowing you to call WordPress from inside of bbPress), it would work the other way around (where you could call bbPress from inside of WordPress).

    I think that’s where Sam is drawing the line re: integration, although I could be misunderstanding. He’s definitely said recently that he’s supporting normal deep integration (allowing users to call WordPress functions from inside of bbPress), so all deep integration isn’t off the table. My guess would be that it’s easier for Sam to program bbPress to support WordPress… than to demand that WordPress engineers program in full deep integration for bbPress.

    Incidentally, I pull bbPress discussions onto my WordPress using the Latest Discussion plugins and it works great!

    https://bbpress.org/plugins/topic/bbpress-latest-discussion-for-wp/

    #60885

    Gotta say, that was not the answer I was expecting, since there are so many posts on these forums advising exactly that solution. I also am a little confused about why you would intentionally limit the interaction between these two–obviously intended to work together–apps, but I’m sure there are complexities here that I don’t understand, and I certainly understand needing to draw the line somewhere, especially at this early stage of development.

    As for using bbPress Live, that’s what I initially tried to do, but it hasn’t been updated since October of last year, and doesn’t work with WordPress 2.8, so that’s not really an option. If it did work with 2.8 I would be more than happy to use it instead of including bbPress in WordPress, as it apparently provides all the functionality I would need. Any chance an update is on its way soon?

    All I really need is the ability to pull the latest discussions list and the forums list into my WordPress home page. Any other suggestions are welcome.

Viewing 25 results - 21,026 through 21,050 (of 26,865 total)
Skip to toolbar