Forum Replies Created
-
In reply to: Categories
There is a class of
bb-category
applied to categories. You can style that however you want. In style.css, this is already present:tr.bb-category td {
background-color: #ddd;
}Just do whatever you want there.
In reply to: Forum Software Benchmarks: http://bb-bench.comIn reply to: bbpress vs the othersIf 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.)
In reply to: Problem Loggin In w/ IntegrationThere are lots of topics that deal with this very problem. Just click on the integration tag and read.
The work around seems to be log out of WordPress then log in to bbPress when you want to administer bbPress.
In reply to: Absolute URLWhat happened when you tried it? Can we see this somewhere rather than troubleshooting blindly?
In reply to: bbpress vs the othersYou mean when bbPress becomes a WordPress plugin? I don’t think there will be themes for bbPress at that point. More likely you would use a WordPress theme and could use a custom page template for forum pages, if you wanted.
But honestly, no one knows at this point. My feeling is that a lot of the overlapping functionality will be removed from bbPress once it becomes a WordPress plugin. No need for integration because you will already have access to WordPress functions. No need for themes because you will have access to all the WordPress theme functionality.
In reply to: How to disable html on the posts?minervaa, your post was blocked as spam because it looked … spammy. Rescued now
I closed it for the reasons zaerl explained.
The white screen is a 500 Internal Server Error. If you have access to error logs, you should be able to see what error is being logged. If not, you’re going to have to either display errors or log errors. Then you can see what’s happening.
What PHP version are you using?
In reply to: bbpress vs the others1. Spammers – use Human Test to prevent them from registering the first time around. I can’t recommend Akismet because of the false positives and the fact that it doesn’t block all spammers.
2. Translation – not sure what to tell you. Translation takes time.
3. What needs to be managed with search engine traffic? If you have an XML sitemap, the search engines will follow it. If not, they follow links, unless you don’t want them to.
4. I don’t recommend anything other than bbPress, but only because I have never used anything else. The versions available now are standalone and in the future bbPress will be a WordPress plugin.
In reply to: It's overBluto: Over? Did you say “over”? Nothing is over until we decide it is! Was it over when the Germans bombed Pearl Harbor? No!
In reply to: I lost my admin pagesThere is no forum there http://noclassifieds.net/forum/
[~]$ curl -I http://noclassifieds.net/forum/
HTTP/1.1 404 Not Found
Date: Thu, 02 Sep 2010 15:28:49 GMT
Server: Apache
X-Powered-By: PHP/5.2.14
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=h1rjpi92bf0u5i0lh6tnrrvmu0; path=/
Vary: Accept-Encoding
Content-Type: text/htmlIn reply to: My themes aren't showing up. Any idea why?There are only two themes that come with bbPress (Kakumei and Kakumei Blue), and you’re actually using a 3rd one (Genealogies). So what is not working for you?
You need to temporarily rename that config.php file to something else to allow the installer to continue, then change the name back. Or find the code that prevents bbPress from installing when it finds a config.php, and disable that so the installation can continue. I would just rename the file for a minute or two while you install bbPress, then change it back.
In reply to: 404 Error at step 4 of installationYou need a database first, then provide those database details to the installer.
When you are doing “require_once” you need to give it a filesystem path, not a URL.
So what is the full path to the file you want to include? That’s what your should use if you cannot figure out the relative path.
In reply to: Help on installation and wpress integrationYou need to use a table prefix for the database for integration between WordPress and bbPress to work. I’m not sure how to get around that now that you are already using WordPress without a table prefix.
One question per topic please.
In reply to: I lost my admin pagesWhere is your forum located? URL please.
In reply to: Error messages on install "Deprecated…" X5In reply to: Error messages on install "Deprecated…" X5In reply to: Newbie – WordPress and bbpress integrationIn reply to: Successful install, but who is admin? It's not me!Log out of WordPress, and log in to bbPress and you should have the admin link, if the user you log in to bbPress with is the keymaster.
In reply to: Avatar sizeSo, it would look like this?
<?php post_author_avatar_link(80); ?>
for 80×80 pixel avatars?
In reply to: Avatar sizeWhat is the syntax for “whatever you want”? What would that look like for various sizes, or what parameters are accepted?