Search Results for '"wordpress"'
-
Search Results
-
Topic: Server Overload
Hi. I’ve just moved into a Virtual Dedicated Server, i have 4 wordpress instalations with very few users and visits (like 200 per day) and 2 bbpress instalations with 200 users and 800 visits/day each one… They are in different accounts in the server, sharing DDBB.
The server its supposed to have 126mb ram but they’ve double increased my memory so, 256…
The server gets overloaded all the time, and I guess it’s BBpress… I don’t have any plugin or anything weird, just a smileys plugin. Does anybody knows what might be happening? I have ssh access and all that stuff…
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.
When I post in the my forum I get this page up:
http://wordpress.dk/forum/bb-post.php
It’s stuck. When it should return me to the forum index. The same kind of error happened when I logget into the bbPress-forum. Is there a fix for this?
I didn’t know what to search for in the forum.
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.
Basically I’d love to move all of my content from wordpress format and have those blogs be bbpress topics. I read about bbsync but I’d like to convert current content to bbpress what are the options?
Topic: Is BBPress Any Good?
In vBulletin, if I want to pay $180, I could get the Porsche (reportedly) of message boards. In phpBB, if I want to grapple with a sizable infrastructure, I could get perhaps the most seasoned of the free forum systems.
What do I get with bbPress? Is it secure? Will it get spammed to death? Is it stable? Is it designed for personal sites or can businesses use it with confidence?
Here’s one very specific question: How do I add a link to bbPress to take people back to my WordPress home page?
BTW, the installation was a breeze.
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.
Topic: Theme Hybrid forum
I just wanted to show off what my installation of this wonderful software looks like:
http://themehybrid.com/support
It’s the support forum of my WordPress themes site. Let me know what you think.
The main site is:
Topic: LDAP Plugin
Hello, since everyone’s been so helpful here, I thought I would give a little back. This seemed like the place to post this. I spent the last few days working with my system administrator to get the ldap plugin to work with our AD. We had done this successfully with WordPress and we were going to integrate bbpress with WordPress, but that layer of complication with ldap on WPMU made it too complex.
So we decided to leave bbpress on its own and use the ldap plugin posted here. Only we couldn’t get it to work at first. When we finally got it working, the local logins, specifically the Key Master account, could no longer log in. So here’s what we changed to make it work:
(1) in function connectUser, where $uid is set (line 327), change the first chunk of the string from ‘uid=’ to ‘cn=’ (this change may be specific to Windows/AD LDAP).
(2) in same function, comment out line 344 (ldap_unbind) because it is both redundant with line 345 and is using the wrong parameter (wants a connection object but $result is just a boolean value).
(3) in function newUser, add the user_nicename field to the database insertion and set it to the variable $user_login. This is a unique key in the database, and if it’s not set, all user additions after the first one will fail because of a duplicate (blank) key field.
We still don’t have local logins working, but that’s okay for us because we don’t want them. It might be something we’ll want to use in the future. I hope this helps anyone who might want to use this.
Hi,
I installed bbpress yesterday. I followed the installation guide and the forum was successfully installed. I have a seperate database for my bbpress.
I have not integrated our wordpress blog to the bbpress forum. I also did not changed our wordpress settings like “users must be registered to login or comment”.
Today, I just noticed that the comments on our wordpress blog are gone. You can see them in the wordpress dashboard but when you visit the post for example here:
http://www.rewardcreditcardsite.com/how-to-spot-a-non-rewarding-credit-card/
It says it has “3 comments” but you can’t see the comments or comment box.
I removed the bbpress, but it didnt bring my comments back. Can anyone help? Thanks