Search Results for '\"wordpress\'
-
AuthorSearch Results
-
February 4, 2012 at 10:35 am #111749
_ck_
Participant0.9 users should upgrade to (or start with) the 0.9 branch
which was the final version of 0.9
but 0.9.0.7 appears to simply be a copy of the final 0.9 branch
browse https://bbpress.trac.wordpress.org/browser/branches/0.9
zip https://bbpress.trac.wordpress.org/changeset/3730/branches/0.9?old_path=%2F&format=zip
svn co http://svn.automattic.com/bbpress/branches/0.9/
From what I can tell, JJJ just copied the branch over to make “0.9.0.7”
https://bbpress.trac.wordpress.org/changeset/3517
https://bbpress.trac.wordpress.org/changeset/3535
https://bbpress.trac.wordpress.org/log/tags/0.9.0.7/bb-includes?rev=3535
That’s all he did, there were no other changes, improvements or fixes.
But there really are some fixes in the final 0.9 branch over 0.9.0.6
There were 12 files changed from 0.9.0.6 to 0.9.0.7 (aka 0.9 branch)
bb-includes/default-filters.php (1 diff)
bb-includes/wp-functions.php (2 diffs)
bb-includes/pluggable.php (1 diff)
bb-includes/functions.php (3 diffs)
bb-includes/registration-functions.php (1 diff)
bb-includes/template-functions.php (3 diffs)
bb-includes/compat.php (1 diff)
search.php (1 diff)
bb-plugins/akismet.php (4 diffs)
bb-admin/bb-do-counts.php (3 diffs)
bb-admin/admin.php (1 diff)
bb-admin/admin-functions.php (2 diffs)
It’s hard to be 100% positive but I am pretty sure they addressed the base64 decoding bug.
Those with 0.9.0.6 can replace just these files to upgrade to 0.9.0.7
(those running versions before 0.9.0.6 will need more files from a fuller upgrade, do not use just the above files as it will break your install)
Everyone should still use my mini-plugin to protect bbpress and wordpress for yet-unidentified security issues. It’s better than nothing. You can even remove the header and just copy the one
IFblock to yourbb-config.phpandwp-config.phpIf
256characters turns out to be too short of a URL restriction, some may need to raise it as high as1024, for example in WordPress where it stupidly uses GET now to mass delete posts, which was a dumbfounding move on their part.<?php
/*
Plugin Name: Block Long/Bad Queries (for bbPress and WordPress)
*/
if (strlen($_SERVER['REQUEST_URI'])>1024 ||
preg_match('@(eval|base64|unescape)[^a-zA-Z0-9]@si',$_SERVER['REQUEST_URI']))
{
header('HTTP/1.1 414 Request-URI Too Long');
header('Status: 414 Request-URI Too Long');
header('Connection: Close');
exit;
}February 4, 2012 at 7:09 am #42136blogher8
ParticipantI hope _ck_ or someone else can answer.
I have 0.9.0.7 installed.
I just saw _ck_’s post here about a security patch plugin: http://bbpress.org/forums/topic/bbpress-103-released#post-84690
Ten months ago, _ck_ wrote,
“bbPress 0.9 users should install my unofficial “block-long-queries” mini-plugin to avoid the security bug that 1.0.3 fixes and similar unknown attacks in the future.
(it also works in 1.0 and WordPress)”
Since it seems like 0.9.0.7 came out five months later, I am wondering if this new release covers the patch or if it is still needed.
Note that I searched extensively for a post about the 0.9.0.7 release and the changes it represented, but I can’t see anything like that.
Also, I can’t ask in the original thread because it was closed.
Thanks!
February 4, 2012 at 5:41 am #111629In reply to: bbpress configuration problem
SK
Participant@Daxx: Just to clarify, you have installed https://wordpress.org/extend/plugins/bbpress/ into a WordPress installation, right?
February 4, 2012 at 5:39 am #111748In reply to: Forums as subpage
SK
ParticipantThat’s exactly how it will work if you install https://wordpress.org/extend/plugins/bbpress/
February 4, 2012 at 4:20 am #111183Satish
ParticipantI know about adding these tags..but not sure where the array() is in bbpress ?
Can you point me to the file name where the empty array is present, where we can add our tags and its attributes.
February 4, 2012 at 3:47 am #42134Topic: Forums as subpage
in forum InstallationRussellRowley
MemberI have a wordpress site, but I want to add a forum as a subpage. Essentially I want to have the main page and then be able to click on a link and take me to the forum.
I’ve watched the videos and read the topics, but I still can’t figure it out.
February 4, 2012 at 3:05 am #111714In reply to: Why bbPress sucks!
SK
ParticipantAlright, jjj, have at it:
https://core.trac.wordpress.org/ticket/19961
https://core.trac.wordpress.org/ticket/19958
https://bbpress.trac.wordpress.org/ticket/1737
https://bbpress.trac.wordpress.org/ticket/1738
https://bbpress.trac.wordpress.org/ticket/1739
https://bbpress.trac.wordpress.org/ticket/1740
https://bbpress.trac.wordpress.org/ticket/1741
https://bbpress.trac.wordpress.org/ticket/1742
https://bbpress.trac.wordpress.org/ticket/1743
https://bbpress.trac.wordpress.org/ticket/1744
https://bbpress.trac.wordpress.org/ticket/1745
https://bbpress.trac.wordpress.org/ticket/1746
https://bbpress.trac.wordpress.org/ticket/1747
https://bbpress.trac.wordpress.org/ticket/1748
https://bbpress.trac.wordpress.org/ticket/1749
February 4, 2012 at 12:48 am #111712In reply to: Why bbPress sucks!
SK
ParticipantOne thing I missed in the long post:
Standalone bbPress
I appreciate the reason why you sought to create a standalone version of bbPress.
The plugin makes sense because it provides access to a large captive base of WordPress users. But on the other hand it ties bbpress down to WordPress, making it usable *only* with sites that use WordPress.
What if someone who doesn’t use WordPress wants a forum software?
Well, I have a suggestion. bbPress should ONLY be developed as a WordPress plugin (as I believe it is now).
However, a standalone package should be available at bbpress.org. This would basically be a bundle of WordPress and bbpress, where bbpress is active by default.
Additionally, by default, the forum root would be selected as the static page that appears as home. You will need some help from your colleagues at WordPress for this…at the moment only pages (and not custom post types) are allowed to be selected as home. (update: https://core.trac.wordpress.org/ticket/19958 )
To sum up, it will still be WordPress with a bbPress plugin, but would be *sold* as forum software. The distinction being target market. bbPress plugin is targeted and marketed to people who use WordPress and are LOOKING for a forum software that integrates with it. The standalone package is targeted and marketed to people who are looking for forum software.
You might think this is a zany idea, and it probably is. It just might work, though.
February 3, 2012 at 11:22 pm #111711In reply to: Why bbPress sucks!
SK
ParticipantI understand that you could use some help with the large volume of work that bbPress generates. I also appreciate the good work that the team has already put in.
However, bbPress is already a very good script. Some of my suggestions e.g. #1 #2 and #5 are almost completely non-technical and basically require some manual labor, which I am happy to provide.
I beg to differ with you on documentation. You are right that technical documentation, esp. for plugin developers etc would require an understanding of the codebase. However, I am talking about end-user documentation…in moving to bbPress, that is one of the hurdles I faced. I have also noted a pattern of big concerns of prospective and new users, both here and on WordPress.org
I think if the non-technical parts are dealt with, along with ONE technical part (migration), that would make an immense difference to the adoption of the software. And, of course, a significant number of users will generate interest among developers.
February 3, 2012 at 10:59 pm #111182John James Jacoby
KeymasterYou’ll need to filter the kses filter on the_content to allow that set of tags. Do a google search for filtering the kses filter, and there should be lots of examples.
February 3, 2012 at 10:18 pm #111666In reply to: BBpress Theme not working.. Please help.
John James Jacoby
KeymasterYou uploaded the wrong version of bbPress to your plugins folder. bbPress 1.1 is a stand alone installation, and bbPress 2.0 and above are plugins for WordPress.
February 3, 2012 at 10:16 pm #111627In reply to: bbpress configuration problem
John James Jacoby
KeymasterHello! bbPress comes with a bunch of built in support for a majority of standard WordPress themes. If bbPress isn’t working with your theme, it’s up to your theme author to decide if bbPress is something they want to support.
You shouldn’t need to do much more to get bbPress to look and work like the forums you linked to, once you get your theme sorted.
February 3, 2012 at 9:51 pm #111708In reply to: Why bbPress sucks!
John James Jacoby
KeymasterGreat thoughts and great feedback. All the issues you raise are totally valid.
I deleted your cross-post over at WordPress.org. There may be two different audiences, but your opinions are directed mostly towards the development of the project, so this is the best place to talk about that.
It’s amazingly simple to point out the places where bbPress can be improved. It’s also amazingly difficult to dedicate oneself to volunteering on a daily basis. Break this very long topic down into smaller, more manageable topics, and create trac tickets as enhancements for the new features you’d like to see. Then others can pick which line-item they are interested in helping with, and focus on it.
There’s a lot of love and attention that goes into bbPress, even though it may not seem like it on the site itself. If you want to be part of the solution, come hang out in #bbpress on freenode on IRC. It’d be great to have you start working on fixing some of these issues with me.
February 3, 2012 at 2:33 pm #111181Satish
ParticipantI want to allow all my forum members to use this tag <pre name=”code” class=”cpp”> tag.
Now only I (admin) can use it; but I want to allow any registered member to use it.
I have some css + js files to make the code written inside this specific tag display differently.
Hope you got it.
Please help..
February 2, 2012 at 8:43 pm #106182In reply to: bbPress 2.0 – Theme Compatibility
acoburn4
ParticipantFinally got a bbPress child theme working. Just wanted to make a slight clarification, in case someone ran into the same stumbling block.
Make sure when you copy files from /bbpress/bbp-themes/bbp-twentyten that you maintain the subfolder structure as well (e.g. css, js, bbpress). I was copying all files into the root of my custom wordpress theme (wp-content/themes/mytheme) without maintaining the directory structure and I was getting some strange behavior.
Hope this helps someone who might be having trouble!
February 2, 2012 at 8:39 pm #108133In reply to: Layout bbPress as Invision or phpBB or vBulletin
SK
Participanthttps://wordpress.org/support/topic/plugin-bbpress-help-me
Tried this?
.bbp-forum-info .bbp-forums li {display:block;}February 2, 2012 at 4:31 pm #108869In reply to: How do i set up bbpress and buddypress?
swexican
MemberI did what Zhen said (set Site Visibility to “Allow search engines to index this site”) and it works. Can’t believe this isn’t mentioned somwehere!
So modifying DoctorWombats 6 steps to install I would modify it like this:
1. Plugins > Add New > BuddyPress 1.5 (or install manually by uploading files)
2. Activate BuddyPress
3. Run the Install Wizard BUT leaving the Forum Component unchecked.
4. Plugins > Add New > bbPress 2.0 (or install manually by uploading files)
5. Activate bbPress
6. Make sure Settings > Privacy > Site Visibility is set to “Allow search engines to index this site.”
7. Create a forum, test topics, and test replies and see them appear in Activity Streams
I tested this using WordPress 3.3.1, BuddyPress 1.5.3.1 and bbPress 2.0.2 so no nightlies involved.
Thank you Zhen!
February 2, 2012 at 4:17 pm #108391swexican
MemberI just have to add that after looking everywhere in threads and forums and getting nowhere from the comments here I finally did what Zhen said.
Setting Site Visibility to “Allow search engines to index this site.” will make Activity Stream work for bbPress posts!
I tested this using WordPress 3.3.1, BuddyPress 1.5.3.1 and bbPress 2.0.2 so no nightlies involved.
Thank you Zhen!
Maybe you should add this info somewhere?
-swex
February 2, 2012 at 3:59 pm #42114Topic: Why bbPress sucks!
in forum Requests & FeedbackSK
ParticipantActually, it doesn’t. I think bbPress is a pretty good piece of software.
But while I have your attention, allow me to share my perspectives as someone who has been using Opensource Bulletin Board software for many years, but is just starting off with bbPress.
It’s great that bbPress can leverage WordPress’s autoupdate function to update itself and its plugins. phpBB (http://www.phpbb.com/mods/automod/), SMF (http://docs.simplemachines.org/index.php?topic=93) etc. are still trying to figure it out…they have some rudimentary patches, but nothing as elegant as WordPress’s system.
Another brilliant thing is the ability to use seo/pretty URLs/permalinks. Amazingly, at phpBB (http://area51.phpbb.com/phpBB/viewtopic.php?f=105&t=35616) they are fighting over whether this is even desirable!
But what’s pure genius is the ability to use any WordPress theme! bbPress ships with a bbPress TwentyTen theme, and if your active WordPress theme does not have special support for bbPress, that is ok, because bbPress will use bbPress TwentyTen’s styling to present the forums in your active theme. Genius! Pure genius!
Add to this the fact that because bbPress is a WordPress plugin, there are additional benefits such as: SSO with WP, ability to use WP plugins (like Use Google Libraries), extendability, lightness, etc.
It is a massive shock to me that the number of people are using bbPress is incredibly smaller than what it should be.
I’ve thought about my experience, and think that the following factors could be critical in this regard:
1. Discovery: Discovery is an issue. I don’t know what the relationship is between Automattic/Wordpress/bbPress/BuddyPress, but I am sure you have considered putting bbpress.org link in wordpress.org’s “See also:” footer and decided against it. But what I do struggle to understand is wy wordpress.org would not even permit you to put a credit line (Powered by bbPress) in wordpress.org forums. That is a bit harsh. To add insult to injury, if I search for forum on wordpress.org forums (http://wordpress.org/search/forum?forums=1), Mingle is at the top and Vanilla forums show up on page 1, but bbPress doesn’t.
Google SERPs aren’t much better. bbPress is not on 1st page for any of “forums script”, “opensource forums script” and “php forums script”. I’m sure that would change if you could convince wordpress.org to show you a little more love.
2. Freshness: Even if someone chances upon bbPress plugin on wordpress.org (http://wordpress.org/extend/plugins/bbpress/), there is little joy. The bubble is burst as soon as the explorer clicks on forum posts (http://wordpress.org/tags/bbpress?forum_id=10). There doesn’t seem to be any support and users appear to be completely lost without a paddle.
Of course the main reason for that is that you handle most support here at bbpress.org but the poor visitor doesn’t know that. He looks at wordpress.org forums for bbpress, concludes there is lack of support and goes away.
I think unifying support in one place (at wordpress.org forums), will be good for the community. You can have a clearcut, loudly stated division – bbpress WP plugin support at wordpress.org forums, legacy bbpress standalone support at bbpress.org
http://bbpress.org/forums/topic/why-separate-forums
http://wordpress.org/support/topic/plugin-bbpress-why-separate-forums
3. Migration: bbPress needs to face the fact that most people who want a forum, have already had a forum. The *new* market for forums is much smaller than the *installed base* of forums.
Consequently, most of the people who would want to use bbPress probably are already using another forum script and need help migrating. It is collossal mistake to leave this for community plugins.
If I have a forum software in a production environment, then one of the major factors influencing my decision regarding migration is whether or not there is a robust, stable, tried and tested and reliable migration path to the target software. This is extremely important for me. In fact, I would suffer a somewhat inferior software willingly rather than move to a better software if there is no clear migration path or there is a high degree of risk in migration.
It is a mistake on part of bbPress to leave migration to community plugin developers. Even if there were some plugins out there that did the job, it would be much less reassuring to prospective users compared to a migration/import path created by the bbPress team. As it happens there are only 2 import plugins (http://wordpress.org/extend/plugins/forumconverter/ and http://wordpress.org/extend/plugins/bbconverter/) out there and both of them are broken and not supported.
WordPress does it right in building an importer directly into the core.
I think it would be greatly beneficial to the project if the bbPress team build a bbPress importer that supports the top 4 forum software: phpBB, Invision, SMF and vBulletin.
Over the next 18-24 months, I expect to see a mass exodus from phpBB as they rewrite the software from ground up (http://area51.phpbb.com/phpBB/viewtopic.php?f=75&t=41583). If bbPress provide a good migration path, it stands the chance to capture some of fleeing population.
4. I18n: 80%+ translations of bbPress are available in 13 languages, which is nothing to be scoffed at. But delivery is shambolic.
It is a nightmare trying to figure how to get bbPress working in a language other than English, even if you do the translation yourself.
There are 2 places to find translations: http://svn.automattic.com/bbpress-i18n/ and http://translate.wordpress.org/projects/bbpress/plugin
You can also use the .pot file found in /wp-content/plugins/bbpress/bbp-languages folder to create a translation, or you can translate at http://translate.wordpress.org/projects/bbpress/plugin with proper access.
It still doesn’t work. Very frustrating.
As it turns out, what you need to do is go to http://translate.wordpress.org/projects/bbpress/plugin, download language file by exporting to .po file, use poedit to covert to .mo, and upload it to wp-content/languages/bbpress/ (not to /wp-content/plugins/bbpress/bbp-languages which has the .pot file or /wp-content/plugins/bbpress/languages as most other plugins would). And the name of the file should be somewhat like bbpress-de_DE.mo not the standard de_DE.mo
Who would be able to figure that out? There’s not a single word about this in the documentation.
What a mess!
While some of the sharpest web developers comes from non-English-speaking countries, a high proportion of non-English-speakers are quite venturesome and decide to handle the technical aspects themselves as site owners, instead of farming them out to expensive developers, who are busy charging high rates for remote work.
These are the people that greatly appreciate the simplicity of WordPress. And these are the people who are a captive audience for bbPress, only if bbPress could make life a little bit easier for them.
bbPress should either be delivered in multiple language-specific packages like WordPress, or should be delivered with all translations included like most other plugins.
The .pot as well as language .po .mo files should be located in /wp-content/plugins/bbpress/languages
5. Documentation: This is another disaster area that is dragging a good software down. Documentation is just plain bad.
First of all, bbPress should clearly mention on the home page (http://bbpress.org/) and the download page (http://bbpress.org/download/) that while standalone version continues to be supported, it is not being actively developed.
Secondly, all the current documentation (http://bbpress.org/documentation/) is about the standalone version, and doesn’t say anything helpful for plugin users. This should be reversed.
6. Lack of basic features: Forum users, whether or not they own/manage forums, have come to expect certain basic features like:
– quote, multiquote
– topic view stats
– unread posts link
– Signature
– Profile photo/avatar
– bbcode
– WYSISYG editor
– forum search, context search
– uploading images
– members online
– private messaging
– smilies/emoticons
– forum moderation
– user registration approval
etc.
I understand that bbPress is built to be modular, and I think bbPress is right in leaving this functionality to plugins.
However, there are 2 problems:
– On wordpress.org plugin directory (http://wordpress.org/extend/plugins/) there is no good way of listing all bbPress plugins. Perhaps you should create a special nomenclature or special tag that bbPress plugins should use?
– If you look at bbPress plugin browser (http://bbpress.org/plugins/), most plugins are quite old…updated in 2010, 2009, even 2008! This is not very reassuring or confidence inspiring. Now, many of the old plugins may still be working fine, but when I see the “last updated” date is June 2010 for a plugin, I assume it is outdated, not developed and not supported anymore. I perceive that this will be a trouble plugin if I install it, and consequently end up with less functionality than I want. And I blame bbPress for it, saying bbPress doesn’t have all the features I want.
My suggestion is this: Every time there is a new version of WordPress or bbPress, the bbPress plugins should release a new version too, even if the only difference is to add a comment line that says “compatible with version so and so”. This will go a long way in reassuring prospective users that can install the plugin with confidence.
7. Forum sidebar: There is a plugin called bbPress WP Tweaks (http://wordpress.org/extend/plugins/bbpress-wp-tweaks/). What it proposes but in my experience fails to do should be part of the core software. bbPress WP Tweaks was created so that the admin could relace the WordPress standard sidebar with a forum-specific sidebar on forum pages. This, in my estimation, would be useful for 90%+ of all bbPress users.
8. Custom fields: One of the most powerful features of WordPress is custom fields. bbPress should not disable this for forum pages.
9. Custom headers code field: bbPress should have provision for a custom header code field, wherein the admin can put in some code, which bbPress then inserts in the header on forum pages. In one flick, this would make bbPress customization so much more powerful.
To sum up, it takes a lot of persistence and determination to love bbPress. This is not great to attract new users. The software has a lot of potential, and I believe the number of installations can be increased multifold if the above issues are tackled in earnest.
Thanks for listening to my ramblings. And if you went tl;dr I have only myself to blame.
February 2, 2012 at 12:27 pm #42107Topic: bbConverter support dead?
in forum InstallationSK
ParticipantNo responses from the developers for over 100 days on their own website. http://www.bbconverter.com/forums/
Nothing here, nothing on wordpress.org
Is this plugin and support dead?
February 2, 2012 at 11:40 am #106469In reply to: [bbPress Plugin] Translation
SK
ParticipantTurns out that the location to place language files is wp-content/languages/bbpress/ and not anywhere inside your bbpress plugin folder.
It’s an odd location for language files, though, considering that most plugins need to be self-contained and have a /langauges folder within the plugin folder. (e.g. within in /wp-content/plugins/bbpress/bbp-languages folder which already exists)
Also, the name of your file should be of the format bbpress-de_DE.mo not simply de_DE.mo
Finally, you should download the file from https://translate.wordpress.org/projects/bbpress/plugin/ not from http://svn.automattic.com/bbpress-i18n/
In order to download the file, click on the language you want, then scroll down to the bottom of the page, and hit Export.
At the very least, I wish bbpress.org included all this in their documentation. The existing documentation has nothing to do with how bbPress work now…all documentation is really for the discontinued standalone version. (by the way, the discontinuation of the standalone version should also be clearly stated on the download page)
February 2, 2012 at 11:11 am #111687In reply to: Where should I place the language files?
SK
ParticipantTurns out the location is wp-content/languages/bbpress/ and not anywhere inside your bbpress plugin folder.
Also, the name of your file should be of the format bbpress-de_DE.mo not simply de_DE.mo
Finally, you should download the file from https://translate.wordpress.org/projects/bbpress/plugin/ not from http://svn.automattic.com/bbpress-i18n/
In order to download the file, click on the language you want, then scroll down to the bottom of the page, and hit Export.
I wish bbpress.org included all this in their documentation. The existing documentation has nothing to do with how bbPress work now…all documentation is really for the discontinued standalone version.
February 2, 2012 at 9:00 am #42106Topic: BBPress 2.x plugin to rate forum topics
in forum Pluginsfunnycat777
ParticipantI currently have BuddyPress 1.5.3.1 + BBPress 2.0.2 on a WordPress site. I use the site-wide forum BBPress only (BBPress Forum only, not BuddyPress forum) on my site.
Is there a plugin available for BBPress 2.x to enable rating for forum topics?
I was close when I found Rating-Widget (http://wordpress.org/extend/plugins/rating-widget/) as the description said that it supported BP’s BBPress. However, I was unable to figure out the way to turn it on for a BBPress forum.
Can you advise if you know any plugins that can rate forum topics on a BBPress 2.x platform?
February 2, 2012 at 4:46 am #42101Topic: [Plugin: bbPress WP Tweaks] Not working!!!
in forum InstallationSK
ParticipantI have just installed bbPress and this plugin.
I activated the plugin and in the bbPress widget, I placed bbPress search widget.
When I go to the forums page, the bbPress-specific sidebar doesn’t seem to appear – at least I don’t see the bbPress search widget. Also, the CMS/normal sidebar doesn’t seem to be removed – the sidebar seems exactly like the sidebar for the rest of the site.
Finally, I tried selecting single.php as default forum wrapper. But this doesn’t seem to make any difference at all – I still see the *normal* 3-column/2-sidebar page when I visit forums.
Please help!
http://wordpress.org/extend/plugins/bbpress-wp-tweaks/
P.S. Searching on bbpress.org plugin browser does not show this plugin
February 2, 2012 at 4:34 am #109550SK
ParticipantOh, I see that in changelog it says phpbb is now supported
https://wordpress.org/extend/plugins/bbconverter/changelog/
This is important info and should really also be included in description
https://wordpress.org/extend/plugins/bbconverter/
where it still says “We are working on phpBB”
What does this in the description mean:
“This plugin runs in the background and converts passwords for your users when they log in, so the process is seamless even if your old forum uses different encryption methods.”
Does this mean that I should not uninstall the plugin after the conversion is complete?
-
AuthorSearch Results