Search Results for 'test'
-
AuthorSearch Results
-
June 26, 2009 at 7:51 pm #74487
In reply to: Intergration problem, when upgrading wordpress 2.8
Markus Pezold
ParticipantAfter 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
June 26, 2009 at 6:01 pm #74953In reply to: Can admin but not browse to forum
Ipstenu (Mika Epstein)
Moderator@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.)
June 26, 2009 at 4:10 pm #60896In reply to: WordPress access to bbPress Functions
leggo-my-eggo
Member@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.
June 25, 2009 at 11:49 pm #75019In reply to: Error messages with bbPress and WP’s WP_CACHE
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.
June 25, 2009 at 5:46 pm #75009In reply to: Limiting my forum’s post size
Ipstenu (Mika Epstein)
ModeratorUntested thought: You could edit your theme to limit the data accepted in the textbox.
http://www.hscripts.com/scripts/JavaScript/character-count.php
June 25, 2009 at 12:50 pm #74946In reply to: Can admin but not browse to forum
stevebooth
MemberSorry. 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.
June 25, 2009 at 1:42 am #15089Topic: rss by forum
in forum Pluginsnzdan
MemberI 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.
June 24, 2009 at 11:40 pm #74940In reply to: Can admin but not browse to forum
stevebooth
MemberYea. 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!
June 24, 2009 at 10:33 pm #74938In reply to: Can admin but not browse to forum
stevebooth
MemberWell, 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.
June 24, 2009 at 8:31 am #74976In reply to: Ugly error on main page
johnhiler
MemberAh 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?
June 24, 2009 at 12:12 am #60891In reply to: WordPress access to bbPress Functions
Atsutane
MemberSorry 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
June 23, 2009 at 6:36 pm #60890In reply to: WordPress access to bbPress Functions
leggo-my-eggo
Member@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.
June 23, 2009 at 5:38 pm #60889In reply to: WordPress access to bbPress Functions
johnhiler
Memberlegg-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!
June 23, 2009 at 4:38 pm #60887In reply to: WordPress access to bbPress Functions
leggo-my-eggo
MemberYeah, 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?
June 23, 2009 at 2:44 pm #60886In reply to: WordPress access to bbPress Functions
johnhiler
MemberHey 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/
June 23, 2009 at 1:54 pm #60885In reply to: WordPress access to bbPress Functions
leggo-my-eggo
MemberGotta 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.
June 23, 2009 at 6:10 am #74922In reply to: Search Option How to Enable
johnhiler
MemberYou 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:
Hope that helps!
June 23, 2009 at 5:41 am #74919In reply to: WordPress + BBPress Integration on Different Domain
arthaseo
Memberthis 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 ?
June 22, 2009 at 8:41 pm #74905Markus Pezold
ParticipantHi… 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.
June 22, 2009 at 1:08 pm #74882In reply to: Database Upgrade Issues
citizenkeith
ParticipantThanks John, I’ll check it out.
MT reported back saying they could not recreate the problem. They ran some tests but came up empty.
June 22, 2009 at 12:54 pm #74901Markus Pezold
ParticipantHi …
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.
June 22, 2009 at 11:01 am #74893In reply to: My own theme – 3 questions
deadlyhifi
ParticipantTake a look at https://browserlab.adobe.com/ for basic (non interactive) testing.
June 22, 2009 at 10:42 am #74892In reply to: My own theme – 3 questions
infected
ParticipantWell 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.
June 22, 2009 at 9:03 am #74890In reply to: My own theme – 3 questions
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
June 22, 2009 at 1:12 am #74724In reply to: Just one more… release candidate 1.0-RC-3
Tynan Beatty
MemberRC3 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~
-
AuthorSearch Results