Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 53,601 through 53,625 (of 64,449 total)
  • Author
    Search Results
  • #71253
    chrishajer
    Participant

    I think this is because the server is using PHP4. I believe you need PHP5 for that to work in that release. It’s been fixed in the latest trunk.

    https://bbpress.org/forums/topic/wp-function-error/

    https://bbpress.org/forums/topic/bbpress-0904-and-10-alpha-5-released/page/2#post-22557

    https://bbpress.org/forums/tags/mbcs

    #71234
    chrishajer
    Participant

    Offer hosting for the images for your members so you stop them from hotlinking.

    https://bbpress.org/plugins/topic/bb-attachments/

    #71194

    @Sam

    Please correct me if I’m wrong, but if you check out http://www.delsolownersclub.com/forums/, the links for the feeds from WordPress seem to point exactly where they should.

    The only problem that I had personally was using wp_enqueue_script('jquery'); in my wordpress functions.php file. I replaced it with

    if (!defined('BB_PATH')) {
    wp_enqueue_script('jquery');
    }

    And all is well again.

    buddhapax
    Member

    When I try to install bbPress 0.9.0.4 I see infinite times this message

    Warning: cannot yet handle MBCS in html_entity_decode()! in /web/htdocs/www.XXX.com/home/forum_/bb-includes/wp-functions.php on line 113

    Anyway, I completed my installation. But what I try to get my forum, I see again the first page to install it…

    Any ideas?

    #71245

    That only works for FireFox, fernandot :)

    Basically the urls are (assuming your bbpress is in a folder called ‘forums’ and you’re using pretty permalinks)

    http://domain.net/forums/rss/ – All posts

    http://domain.net/forums/rss/topics – All topics

    #71030
    Malice
    Member

    I risked the upgrade because I got sick of having to manually set the roles everytime someone registered. It works perfectly now. Seems like the plugins dont cause any problem either, and I use quite some of them.

    Little problems I encountered during installation:

    • The trunk files from the backpress linked in this topic were incomplete (http://backpress.automattic.com/changeset/190/trunk?old_path=%2F&format=zip). Had to download the official download link on this website.
    • I used the upgrade guide on this website. But I also deleted my htaccess files following those steps. As a result I couldn’t go to any link without getting a 404 and I had no idea what caused this. Luckily I read something about permanent urls in the backend and having to edit the htaccess, so I managed to fix it pretty fast (considering I know very little about programming and stuff).
    • I had the same cookie problem as SteveDrum. It sufficied to open both the wp-config and bb-config and just copy the auth keys from wp-config to bb-config. In the backend it seems like they were filled in, but they weren’t. The installation / upgrade didnt ask for them either.

    Besides that everything looks great! :] thank you.

    #71193
    Sam Bauers
    Participant

    When you load WordPress inside bbPress, it is detected and all WordPress filters are cleared, including default filters. This means that most of what wp_head() usually does won’t happen. It’s the wrong thing to do in any case as the wrong RSS and XML-RPC links will get inserted for a start.

    Having said that, using a plugin in bbPress you can easily add filters back in to wp_head().

    #71244
    Fernando Tellado
    Participant

    That RSS you demand is integrated in bbPress. In your browser navigation bar, if you click to the RSS icon it shows you the list with the two RSS feeds availables. One is for latest topics and other one is for latest messages in all topics. If you see my forum ( http://forowordpress.es/ ) I’ve added two links to both in the sidebar (redirected to feedburner as you can see). ;)

    #4658
    safapombo
    Member

    Hi there,

    Does anybody know of any script that will import data from snitz forums to bbpress? My forums are currently on snitz but I would like to migrate to bbpress on the next phase of my new website.

    Any help would be much appreciated.

    Thank you very much!

    deadlyhifi
    Participant

    This is not specific to BBpress but you may be able to help out (i do use bbpress!)

    Users of my site are hotlinking images in threads, perfectly acceptable behaviour.

    However, occasionally the site where the image is coming from is using replacement images – usually porn. The user doesn’t know what has happened because the correct image is stored in their cache.

    Is there a way to stop this from happening and check if the image shown corresponds to the image being linked to and if not supply our own replacement?

    #4655
    backsword
    Member

    囧国科学院 http://cartoon.lamost.org/

    bbPress 中文讨论区 http://cartoon.lamost.org/forum.php?id=2

    现在的问题是,可以发中文贴但是不能注册中文用户名界面,汉化也出现乱码,字符集的问题?

    欢迎来访和讨论

    #71192

    Well, I think that with 1.0a6 it works, because I’m using it with deep integration and it seems to be working just fine. The order that they’re loaded in could be an issue however, as I’ve experienced some issues that I haven’t been able to troubleshoot effectively yet.

    #71029
    stevedrum
    Member

    cleared my cookies… checked i had that plugin working on wordpress…. but it still messes up.

    it’s only on that one example though. it works alright with all the other variations

    i looked at the cookies as i went through it.

    i start with no cookies.

    when i log in to wordpress i get quite a few cookies… two of which start with the phrase “wordpress_logged_in”

    when i log out of bbpress, only one of these cookies disappears. which is presumably why i stay logged in to wordpress.

    can i ask, should there really be two cookies called that? or should there just be one. it seems that wordpress is creating two cookies for everything, one for itself and one for bbpress

    #71191
    Burt Adsit
    Member

    Howdy, it’s my understanding that when integrating like that the wp actions and filters are no longer valid. wp_head() just calls do_action(‘wp_head’). If there’s nothing hooked up to ‘wp_head’ any more, nothing happens.

    Could be.

    #4654
    sbouazza
    Member

    Hello !

    I see that anyone can access the favourites by reading the RSS feed of a member, okay the link isn’t displayed, but anyone can access to */rss/profile/{USERNAME} .

    I think it will be better if BBPress requires a unique key to be sent as an argument to identify the user and prevent others from reading his feed, so it will be like */rss/profile/{USERNAME}?key={THEKEY} or something similar .

    #4653
    exbrief
    Member

    How is this achieved? how can you see the logs? And are IP’s logged on each post and comment so they can be tied to the user’s ID? Can this be ported to work in all of WordPress MU? Thsi would be very handy. Thanks!

    #4651
    Ryan Hellyer
    Participant

    Hi,

    I’m running the latest 1.0 Alpha release.

    I’ve set up deep integration which works okay. However, for some reason wp_head does not seem to be working at all.

    Any ideas on how to use wp_head within bbPress?

    #4637

    Topic: Vcard in bbpress?

    in forum Plugins
    csseur3
    Member

    Hi,

    the vcard system is on bbpress or with a plugin?

    i’m interesting to integrate the informations of jabber profile on the user’s profile in bbpress.

    bye

    #70086
    gmvini
    Member

    Same is happening on my board that I just recently installed. It is a fresh install of WP 2.7 and bbPress 1.0-alpha-6.

    Its all running on:

    Win XP SP3 (please dont kick me ;) )

    Apache – 2.2.4 (Win32)

    PHP – 5.2.3

    MySQL – 5.0.37

    #71184

    But why would you ever do such a thing?! :)

    #71028

    @Steve

    Still sounds like a cookie issue. I would retrace your steps, make sure you’ve got the WordPress Integration plugin installed on the WordPress side of this. Make sure you’ve added all of the cookie info to your config files as specified, etc…

    In my opinion, for usabilities sake, it may make sense to route your log ins and registrations through 1 platform anyhow.

    #71183
    mpttt
    Member

    Thank you ganzua. I appreciate your help! :)

    #71182
    ganzua
    Member

    2. Delete entries from db… which ones?

    -> those that start by bb

    Remove the wp plugin and undo any change to the wp config.php. Actually these changes don’t do any harm as far as I know.

    #4650
    mpttt
    Member

    Hello.

    How do I uninstall bbpress from my WordPress site? wp 2.7, bbpress 1.0 alpha 6

    1. Delete folder

    2. Delete entries from db… which ones?

    Anything else to completely remove the forum?

    Thank you.

    #71026
    stevedrum
    Member

    actually… I spoke too soon.

    all of the different combinations work okay apart from this one…

    if i log in through wordpress, but log out of bbpress, i stay logged in to wordpress

Viewing 25 results - 53,601 through 53,625 (of 64,449 total)
Skip to toolbar