Search Results for 'bbpress'
-
AuthorSearch Results
-
September 7, 2010 at 8:17 pm #85067
In reply to: New bbPress Project Launched Today – WoW UI Gallery
_ck_
ParticipantVery nice!
That’s the second great use of forums as images that I’ve seen.
(the other one is http://gallery.weddingbee.com/ )
September 7, 2010 at 8:09 pm #85066In reply to: New bbPress Project Launched Today – WoW UI Gallery
Taeo
MemberWell I wrote one fairly large plugin to handle the image uploading and added a few template functions to then display them. I also made a few modifications of existing plugins to achieve the views and rating functionality. My original post echoes most of this in more detail.
Aside from some small modifications to the profile page code (why isn’t there a template for this?!) all of the additional functionality has been achieved through plugins and theme code. I wrote most of the functionality into a plugin I am called bb-gallery. I am also using ajaxed-quote (detective), bb-ratings (mdawaffe), bb-topic-views (wittmania, _ck_), my-views (_ck_), and front-page-topics (_ck_, mdawaffe).
September 7, 2010 at 6:05 pm #93615In reply to: Forum Software Benchmarks: http://bb-bench.com
_ck_
ParticipantUnless performance is crippling slow, those users’ arguments are very valid.
bbPress’s ability to be customized and slipped into foreign environments is extremely attractive. It’s incredibly easy to customize without breaking the core like most other forums.
But look at WordPress – it’s popularity defies ALL logic. Without heavy duty caching it would collapse most large sites. Apachebench would DESTROY it without page caching (using 17 categories with 7500 users and 10k posts with 10k comments). Of course it’s the sheer number of available customizations that override the care about lack of performance.
September 7, 2010 at 5:21 pm #93613In reply to: Forum Software Benchmarks: http://bb-bench.com
_ck_
ParticipantOh come on, the average person who looks at a graph that says product B is slower than product A doesn’t know how to be critical about the testing methods. If they did, every other commercial you see on TV would be useless.
Making a benchmark is a learning process. I am certainly not critical of the effort, I think it’s great someone took the time to do it. All I am saying the concept can be improved and expanded.
Early on I wrote bb-benchmark to analyze how bbPress performs from the server-side. It can be very helpful. But as fancy as the analysis is, in the end something I wrote much later on that gives much simpler data is far more practical for real-world results (browser-timer).
AB could be considered the parallel of bb-benchmark. It has it’s usefulness.
But one day there will be something more real-world like browser-timer.
September 7, 2010 at 4:43 pm #93611In reply to: Forum Software Benchmarks: http://bb-bench.com
_ck_
ParticipantOf course it will be good to have content caching added, I already commented on how plugins can do that and bbPress never got content caching because it was being re-invented every couple of years. The reality is now it’s a moot point, bbPress 0.9 and 1.0-1.1 will never have it internally. I doubt 1.2/2.0 will ever either, they will simply rely on WP plugins to do page caching.
But I’m also saying the effects of content caching will be less visible if the test was more realistic to how forums are really used.
Apachebench is not complete enough and not real-world enough.
The problem is it’s going to take a week or two of coding to write something better and I can’t imagine someone doing that unless they were serious and skilled enough to do it.
I could write a plugin that defeats apachebench entirely, it’s very easy. AB does not load any content on the page, no images, no scripts. So basically all I have to do is send it one hard coded script tag, nothing else on the page, and the script loads the page. Then bbPress would rank as fast as an empty static html/php page.
That’s an extreme unrealistic example but it’s part of what I am saying. A real world test would load the page like a browser does, it would accept and return cookies so a user couple be logged in, and it would post new content between reads.
Writing a test like that is hard work, so I am not surprised that just using AB is the fallback.
You want bbPress to be cached? It can already do that, deep integrate with WP and then use wp-super-cache (or similar).
But then the page generation time is hidden in the first page render, let’s say it takes 800ms or more. Each next page will only take 20ms or less to serve. But Apachebench is “dumb” and doesn’t know that, it can only show best/worst and averages.
What if SMF or one of the others take 2 seconds for the first render on a new login and then 20ms for each successive? That 2 seconds is important if the content/user is constantly changing. What if a forum generates a list of topics the same for everyone but then uses javascript to change the list after the fact by using extra queries outside of the original page render? Apachebench cannot “catch” any of those scenarios or show their performance.
September 7, 2010 at 4:12 pm #93610In reply to: Forum Software Benchmarks: http://bb-bench.com
rafio
MemberHey Everyone!
I am tracking opinions on bb-bench.com on internet from my curiosity (I am NOT associated with that initiative in any way).
I find this thread interesting in negative way. Hovewer responses on those results are not suprise to me. Every dev unsatissfied with results attacks test itself ignoring bad solutions (or lack of countersolutions) in his code.
You say “test is bad because we dont implement cache while others do”. That indeed has its effect on BBPress results hovewer as end-user I am interested in performace. Caching algorithms are necessary if you aim your software for bigger communities.
Ofcourse you can say “hey, if load is too big, you can always switch to more powerful hosting plan”. Thats true, however whats heaper for user? Change hosting solution or community software for faster one?
What I am especially disgusted with is how you claimed other solutions use full-page cache, while none of them does. Lying about other software to make your one appear “more fair” is really cheap shot.
If your code lacks features like caching, you implement those, dont argue over how cache is bad and gives others unfair advantage in tests. How hard it is to implement basic cache mechanism to code? Implementing it will make software better.
September 7, 2010 at 2:35 pm #93744In reply to: Tags broken on bbpress.org?
chrishajer
ParticipantSeptember 7, 2010 at 1:59 pm #93743In reply to: Tags broken on bbpress.org?
johnhiler
MemberAh I see… thanks for the tip!
September 7, 2010 at 1:58 pm #93742In reply to: Tags broken on bbpress.org?
Rich Pedley
Memberthey get added, but you need to refresh the page to see them. Known issue, sadly.
September 7, 2010 at 1:45 pm #93663johnhiler
MemberTry this plugin – it should do the trick!
September 7, 2010 at 1:29 pm #35279Topic: Tags broken on bbpress.org?
in forum Troubleshootingjohnhiler
MemberI was just trying to add a “modlook” tag to a few spammy posts, but wasn’t able to do so.
Are tags broken on bbpress.org?
September 7, 2010 at 9:19 am #92841kaihsynliu
MemberSince file hosted by mediafire could be expired some day, I put the files on my own space. http://imlab.cs.nccu.edu.tw/~kaihsyn/files/bbPress_zh_tw.zip
September 7, 2010 at 9:14 am #93607In reply to: Forum Software Benchmarks: http://bb-bench.com
Ashish Kumar (Ashfame)
Participant@ckwalsh I am do supporting _ck_, bbPress as bbPress is generating each and everything again and again on each page load. It doesn’t matter if its a first load or second or third whereas in other forum scripts, there is some sort of caching involved in each of them which makes the difference in subsequent loads by caching atleast some part of it.
I hope I made my point. If I had nothing to say or I wouln’d have got a word about what’s being discussed here, I wouldn’t have left a comment.
September 7, 2010 at 8:12 am #93650In reply to: Problem Loggin In w/ Integration
MakMak2
MemberThe work around seems to be log out of WordPress then log in to bbPress when you want to administer bbPress.
Yeah I figured that, so wait, there’s no current way to circumvent that?
September 7, 2010 at 5:25 am #35276Topic: BBcode-lite users MUST upgrade to 1.0.5 ASAP
in forum Plugins_ck_
ParticipantAll BBcode-lite users should upgrade to 1.0.5 IMMEDIATELY
(regardless if you allow images or not)
http://bbpress.org/plugins/topic/bbcode-lite/
http://plugins-svn.bbpress.org/bbcode-lite/trunk/
This is an important security update.
September 7, 2010 at 5:12 am #93691In reply to: Security Issue (Javascript Insertion)
_ck_
ParticipantOkay here’s the reality.
Basically bbPress doesn’t run it’s tag filter on post_text when the text is finally displayed, because it would be too slow.
Instead it only checks tags during saving time and filters then.
If an item is not a tag AT SAVE TIME it won’t get checked.
That is how this is slipping through, because bbcode are not html tags.
I have a quick, dirty fix.
Basically anything that gets stuck INSIDE a tag ie.
[HERE]=< HERE >is no longer allowed to contain spaces, single quote or double quote. Stuff[blah]HERE[/blah]=<blah>HERE</blah>is okay.Preventing spaces alone, in theory, should be enough. Even url or entity encoding won’t get properly parsed. It will simply display as plain text and then you can see who is posting what instead of hidden stuff.
The only good news is that this problem in theory should not allow admin cookies to be stolen since the last version of 0.9 and 1.x already use HttpOnly cookies which cannot be read by javascript.
The downside of the quick-fix is that secondary attributes are no longer possible until I come up with another way. Example of secondary would be
altortitleetc.Many thanks for reporting this Tom!
September 7, 2010 at 4:44 am #93690In reply to: Security Issue (Javascript Insertion)
_ck_
ParticipantDouble frack, it’s not just IMG.
Working hard on a fix.
All BBcode-lite users should upgrade to 1.0.5 IMMEDIATELY
(regardless if you allow images or not)
September 7, 2010 at 4:23 am #93689In reply to: Security Issue (Javascript Insertion)
_ck_
ParticipantOh frack, it’s bbcode-lite.
I run through post-text so the bbpress parser never fires.
Fortunately img is disabled by default but I bet people turn it on.
Working on a fix.
September 6, 2010 at 11:43 pm #93252In reply to: bbpress vs the others
chrishajer
ParticipantIf the software you install today works for you, why upgrade it to the plugin version? It’s not even an “upgrade” so much as it will be installing completely different software. It would be like switching from bbPress to WP Forum or some other forum plugin for WordPress. Would you expect your bbPress plugins to work with any other WordPress forum plugin? I don’t think so, and I don’t think you should expect any existing plugins for bbPress to work (or even be necessary, for that matter, when running the WordPress plugin.)
September 6, 2010 at 11:41 pm #93685In reply to: Security Issue (Javascript Insertion)
tom.mccabe
MemberI’m using the Allow Images plugin (https://bbpress.org/plugins/topic/allow-images/).
September 6, 2010 at 11:34 pm #85065In reply to: New bbPress Project Launched Today – WoW UI Gallery
enatom
MemberHow did you do you this?
September 6, 2010 at 10:31 pm #93684In reply to: Security Issue (Javascript Insertion)
Elias Schwerdtfeger
MemberBy default, bbPress does not allow using the
imgtag, it needs a plugin for this functionality. Of course, the given attributesstyleand any kind of JavaScript handler is highly unwanted, but it is a weakness in the plugin’s code, which has to be patched asap.September 6, 2010 at 10:12 pm #35275Topic: Security Issue (Javascript Insertion)
in forum Troubleshootingtom.mccabe
MemberHey everyone. I believe there’s a security flaw within BBPress that allows for any forum user to insert JavaScript into their posts. For instance, the following code replaces instances of “oldStuff” with “newStuff”:
[img]http://www.whatever.net/forums/bb-admin/images/blank.gi” style=”display:none;” onerror=”this.parentNode.parentNode.parentNode.parentNode.parentNode.innerHTML = this.parentNode.parentNode.parentNode.parentNode.parentNode.innerHTML.replace(/oldStuff|onerror/g,’newStuff’);[/img]
What are the patching instructions? Thanks.
September 6, 2010 at 9:31 pm #93601In reply to: Forum Software Benchmarks: http://bb-bench.com
_ck_
ParticipantAll your current benchmark proves is that bbPress will be slower for 20 concurrent connections over 1000 passes, where no-one is logged in and the content never changes.
What I am saying is that’s not how people run forums, you need a more realistic benchmark, which I know from experience is going to be tricky to code.
bbPress 0.9 will be faster than what you have shown by about 50% and then with content caching it will compete fairly against the others.
Apachebench is not dynamic enough to prove real-world usefulness and barebones bbpress out-of-the-box is certainly not setup for a large site. But with plugins it certainly can be. There are some reasonably large sites on the Top 100.
September 6, 2010 at 7:36 pm #93640In reply to: change wordpress blog that integrates bbpress
garyditsch
Memberthanks, that actually makes sense. my question now is that both of my blogs have the “wp_” prefix. i think that saying “new” is misleading.
both blogs are fairly established, so i’m not sure what would happen if i changed the wp_prefix? there are already 100’s of posts on that blog and while i’m trying to transfer the users from one blog to another, i’d rather not lose the posts/pages
so.. i guess what i’m looking at is that the user tables are named the same thing b/c i just used the normal wp set up, but they sit on different databases. i’m wondering if just naming the user_table will work?
-
AuthorSearch Results