Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 9,101 through 9,125 (of 11,583 total)
  • Author
    Search Results
  • #74487
    Markus Pezold
    Participant

    After the Update to bbPress Version 1.0-rc-3 my problems are gone. I think everyone should test there used plugins, backup and then test the update. Can’t wait for bbPress 1. :)

    https://bbpress.org/forums/topic/cookie-integration-problem-wp28-bb-10-rc-2

    #74953

    @johnhiller – On the other hand, going gold will mean more people using it and thus more people screaming for help and bitching at bugs ;) Which is stressful, but honestly there’s nothing like a real-world test. (She says, having spend 6 months beta testing new software, had NO bugs in her queue, and then twenty minutes in the wild had a fill ticket queue again :/ You just can’t test everything.)

    #60896

    @Atsutane – I had slightly misunderstood how to use the filters in the Latest Discussion plugin, and I realize I can get closer than I thought with that plugin. However, I don’t think I can get all the way there. The bbld_forum filter seems to be applied to the variables before they have been given values, right? So, you could, as in the example, replace a specific gravatar based on the $user_data variable. But is it possible to get the $forum variable in the same way? What I need is to determine the forum ID within my filter function.

    #75019
    r-a-y
    Participant

    @johnhiler, I have two test environments.

    One is on my localbox, which doesn’t have WP_CACHE enabled.

    The second is my development server, which has WP_CACHE enabled.

    I should add that I’m using deep integration between WPMU 2.7.1 and bbPress 1.0 alpha 6.

    The problem only occurs on the development server, which leads me to infer that it only happens when WP_CACHE is enabled. However, I’ll turn WP_CACHE off and let you know what happens.

    @sambauers, BuddyPress + WPMU 2.7.1 + bbPress integration works really well on bbPress 1.0 alpha 6 (cookies and all). I haven’t upgraded because I’m afraid I will break integration somehow.

    If I were to upgrade, it will be when bbPress reaches version 1 status and when other BP developers can test out all the kinks involved with integration.

    #75009

    Untested thought: You could edit your theme to limit the data accepted in the textbox.

    http://www.hscripts.com/scripts/JavaScript/character-count.php

    #74946
    stevebooth
    Member

    Sorry. Yes, I was doing some debug testing in functions.bb-core (bb_repermalink), and left it in an abused state. It’s fixed now… with my enhanced 404 error reporting, by the way. Something I also need to post in trac.

    #15089

    Topic: rss by forum

    in forum Plugins
    nzdan
    Member

    I apologize if this has already been requested but how did/do you add the rss feed button to your forum not the individual topics?

    Is there a plugin available to do this?

    I am testing bbpress to use as a knowledge centre at our office and need to find a easy way to subscribe to the forums section including all the subtopics or the latest discussions so new posts/replys or when new topics are created I will be notified and have the option to sign up to a rss feed?

    As currently I can select a forum and then a topic and add as a favorite which works great, I get emails when this topic changes and I can add as a rss feed to say internet explorer. BUT I have to individually do this to each topic that I am interested in.

    When a new topic is created I am not aware that this has happened (I am the key master) unless I find it in the latest dsicussions..

    Any help would be greatly appreciated.

    Cheers, Dan.

    #74940
    stevebooth
    Member

    Yea. It get’s it one step further, but still broken. It’s permalinks and the bb_repermalink routine. On my server it ends up re-linking to the same uri, which causes an infinite loop. I tried _ck_’s old code, but it had zero effect. I also used the same principles (constructing the uri from other SYSTEM variables) directly in bb_repermalink, and that does work — the right uri can be constructed, but I haven’t gotten it to work yet. I need to go through the routine and figure out what it does.

    bb_repermalink needs a LOT of work. It is extremely sensitive to $_SERVER variables not being set the way it expects, and it’s tests are not sufficiently detailed. I’m wondering why it would do any kind of redirection on uri’s that are not links to any forum. We’re just trying to browse to the home page, for goodness sake!

    #74938
    stevebooth
    Member

    Well, for the moment, I’ve simply disabled the permalink test in the home page (why would anyone do a permalink test on index.php, anyway? It’s not like anyone is going to link to a forum entry on the home page.

    #74976
    johnhiler
    Member

    Ah I see. That exact error has been reported by someone else using the latest bbPress together with Hidden forums… and they even suggested a patch to functions.bb-forums.php that they claim fixed the issue!

    https://bbpress.org/forums/topic/when-there-is-no-forum-to-display-warning-is-generated

    Or if I’m reading this correctly, you could also create a general folder and leave it as public… so that there’s always at least one forum, and it’s never null?

    #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

    #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!

    #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?

    #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.

    #74922
    johnhiler
    Member

    You can add the search form to your frontpage using the instructions here:

    https://bbpress.org/forums/topic/show-search-form-or-link-to-searchphp-on-home-page

    The Super Search plugin (with Advanced Search options) appears at search.php, and will be linked from your search results page – as it is at ck’s demo site:

    http://bbshowcase.org/forums/search.php?search=test&advanced=0&exact=1&posts=1&highlight=1&users=0&located=0&forums%5B%5D=0&maxcount=9999999&age=999999&direction=0&sort=date&order=0

    Hope that helps!

    #74919
    arthaseo
    Member

    this sounds great :) thanks John.

    I am installing on a new domain, so i will be installing latest releases.

    I have integrated WP + BBPress in past but for same domain.

    any more suggestions ?

    Markus Pezold
    Participant

    Hi… hmmm…

    I’ve no idea yet, if its possible to implement this function to a bbPress Board.

    If you take a look deep into http://www.streeteasy.com you can see this forum saves the input into an cookie file (discussion_category_id=3007; discussion_title=Test; comment=test;). So – there it’s possible to log in or to register – and then use your input for a new entry.

    #74882
    citizenkeith
    Participant

    Thanks John, I’ll check it out.

    MT reported back saying they could not recreate the problem. They ran some tests but came up empty.

    Markus Pezold
    Participant

    Hi …

    for the stable 0.95 release there is a plugin to allow anonymous user to post:

    https://bbpress.org/plugins/topic/bb-anonymous-posting

    I use this plugin in combination with:

    https://bbpress.org/plugins/topic/human-test

    But in my test environment the plugin don’t work with the bbPress 1.0 Release Candidate.

    #74893
    deadlyhifi
    Participant

    Take a look at https://browserlab.adobe.com/ for basic (non interactive) testing.

    #74892
    infected
    Participant

    Well done, it seems to be working now. I had to remove the clear:both in .poststuff. Then i had to realign some paddings (for positioning the dashed borders between each post). Now it looks okay in Firefox 3, Opera 9 and IE8. I hope it looks the same in IE7… I can´t test it.

    Thanks for your help tomdebruin! Now i can go on with some other customization to suits it to my wp-theme.

    #74890
    infected
    Participant

    @chrishajer: Thank you, that works fine!


    @johnhiler
    : You´re right. If i set the value to -1 i´m always able to edit the posts. But this is something i doesn´t really need.

    Okay, then there´s only one point left, the edit thing… I will have a look at the plugin and will see how it works.

    Although… I got one more point to figure out. It´s a css thing. At the moment this is my testforum: http://www.test.be-infected.de/forum/topic/test-der-bbcode-buttons

    If you take a look at the 2 post with the smilies in it, you can see that there´s a lot of space in this postings. I tried several things to strip this, but can´t find a solution. I think it´s the css class .threadpost that i have to edit. I know it sounds strange, but in this free space the bbsignatures plugin was showing the users signatures before. Could this relate to it?

    Any help is welcome ;-)

    #74724
    Tynan Beatty
    Member

    RC3 works flawlessly on integration with WP2.8 on all my sites now. Great work Sam! As for images, I could never use them unless using both allow images and bbcode lite in combination (bbcode buttons helps here). I just tested it with RC3 and that combo still works just fine :)

    peace~

Viewing 25 results - 9,101 through 9,125 (of 11,583 total)
Skip to toolbar