Search Results for 'test'
-
Search Results
-
Topic: Upgrade Path Suggestions
I am currently running the following:
WP 2.3x (using due to theme limitations)
BBPress 0.8.3.1
I am planning to upgrade the theme to be compatible with the latest version of WordPress. Once I do this I need to upgrade BBpress. Given the availabiltiy of the Alpha and the 2.5 restriction of BBpress 0.9 I was looking for suggestions on how to go about things.
Option 1 – Is this a valid path?
1. Upgrade to WP2.5 & BBpress 0.9
2. Wait for stable 1.0 Beta of BBpress
3. Upgrade to WP 2.6x and BBpress 1.0
Option 2
1. Upgrade to WP2.6 & BBpress Alpha
Questions:
1. Is a 2.5 version of WP still being distributed?
I hope this was clear. Thanks.
I have an installation of bbpress 0.9 (installed independent from WordPress).
When I pull the rss feed, I get code that looks like this:
<item>
<title>Anonymous on "Hello"</title>
<link>http://forums.brynmawr.edu/topic.php?id=2#post-8</link>
<pubDate>Fri, 29 Aug 2008 21:45:22 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">8@http://forums.brynmawr.edu/</guid>
<description><p>test
</p></description>
</item>The <p> is a <p> tag that is entity-encoded (I presume so that <p> won’t be parsed as an XML tag by an XML parser).
This is causing an issue with the feed parser that I am using (lastRSS): the parser is passing the <description> contents through unchanged, and so I’m getting literal “<p>” and “<p/>” on the pages that use lastRSS.
I believe that the standard method of embedding HTML into an XML feed (or any XML document) is to use CDATA blocks:
<description><![CDATA[<p>test
</p>]]></description>and this is the way feeds from wordpress, blogger, etc are formatted. bbpress should really do the same thing so that feed parsers like lastRSS will pass through correct HTML (in this example, text wrapped by a paragraph tag, rather than text with character entities that cause the browser to display the literal characters)
Can the feed generator code be changed to use CDATA blocks?
Thank you.
Check the new project here.
Thanks to GSoC student Dan Larkin for his work over the Summer.
BBXF is now available for review and testing in bbPress trunk and we plan to make it a bundled plugin in bbPress 1.0
Hello, as per post title, is it possible to remove this section from the forum frontpage? I’m using 1.0 alpha.
I’m also hoping to remove / disable / hide the following areas:
o ‘Views’ section on the front page
o tag clouds
Thanks for any assistance! This seems like a very powerful and scalable forum – wordpress integration is just icing on the cake. I’ll be poking this more over the coming weeks.
Hello, is there a plug in that allow to display in WP sidebar latest BBpress messages ?
Thnks in advance
This mini-plugin will fix your layout/graphics
for visitors that insist on using IE 8.0
function fix_ie8() {if (strpos($_SERVER['HTTP_USER_AGENT'],"MSIE 8")) {header("X-UA-Compatible: IE=7");}}
add_action('bb_send_headers','fix_ie8'); // for bbPress
add_action('send_headers','fix_ie8'); // for WordPressEssentially it makes IE8 render like IE7 by sending a special (invisible) header only to IE8 users.
Problem solved.
It blows my mind that a page that can render perfectly in Opera – which is THE standards browser – can be messed up by Microsoft attempting to conform to standards. What a (continued) waste of everyone’s time.
ps. For those that don’t want to install IE8 permanently to just test their sites, this version will run in it’s own virtual box so it doesn’t affect the rest of your system:
Hello,
I updated my test install with svn and get
Warning: Missing argument 1 for __construct() in /foo/bar/bbpress/bb-includes/backpress/class.bp-roles.php on line 11
and trying to post a messages issues :
Warning: Cannot modify header information - headers already sent by (output started at /foo/bar/bbpress/bb-includes/backpress/class.bp-roles.php:11) in /foo/bar/bbpress/bb-includes/pluggable.php on line 213
Topic: Too Much to “Plug In”
I loved bbPress to start with, but it’s become a pain now. bbPress is a lightweight piece of software, although there are some functions that should come with the installation that can be enabled/disabled via the admin panel.
There are just so many add-ons that most forumers want, and I think that bbPress has gone a bit extreme on the lightness, although I love it, other (annoying) forumers don’t, so now I’m stuck between moving to phpBB3 or just opening a guestbook lol.
Three of the main things that should change is being able to simply modify the number of tags in the sidebar. On the same page, it’d be nice to be able to have seperate options for the numbers of latest discussions and actual forum topics shown. People just don’t see the forums with the ‘Latest Discussions’ in the way.
Thirdly, it would be nice to see icons beside each forum, indicating new posts etc.