Forum Replies Created
-
In reply to: Showing more tags on Heatmap.
I’m wondering how you know exactly how many tags you have? Maybe it just seems like you have 80?
Or, is there a CSS overflow property that is blocking the display of more tags? Do you see tags all the way from A to Z (or whatever letter your last tag begins with.)
In reply to: removing tagsHave you tried the stock theme to see if it is indeed the theme?
Are you sure the JavaScript is being loaded the same between the default theme (or the theme here) and Structure?
Did you ever post a link to your forum?
In reply to: IE Hates PermalinksIt’s not about IE. I have permalinks enabled and they work with IE6, IE7, IE8, and they work here as well. Maybe it’s something about your server setup or rewrite rules?
You can also have similar problems with integration and a 404 error, even though the forum shows up.
http://labs.b5media.com/blog/creating-the-anypress-solution/
There are at least two other good resources here as well, but I can’t recall the keywords to find them. But if you follow the buddypress tag at this forum you will see lots of people’s experience with buddypress/bbpress/wpmu integration.
You are getting the message that bbPress is already installed because you still have database tables. If you drop those tables, you’ll be able to reinstall bbPress.
In reply to: Template URIIt’s called in header.php:
<link rel="stylesheet" href="<?php bb_stylesheet_uri(); ?>" type="text/css" />
<?php bb_stylesheet_uri(); ?>
In reply to: Is there a theme that looks like this?makeupalley? no, not using bbPress.
In reply to: How to fix itYou can limit it on input with that javascript, which will take care of most of the people who use a long name by mistake, not knowing what it will affect. You could also just limit the field maxlength, which will prevent people from entering more characters than you want. Either of those client side ways can be circumvented by someone who is really determined, but really, you just want to prevent people from doing it be accident.
You could also just add
overflow:hidden
to the display of that field in your style.css and have the displaye truncated rather than have it mess up your layout.In reply to: How do I move a topic to another forumThere’s no feature or plugin that I know of that will allow you to move a post from one topic to another, or split posts off into a new topic.
In reply to: Adding tags.I think search engines will use tags like they use any other content on the page. As for adding tags as meta keywords in the header, this was published a couple days ago:
http://googlewebmastercentral.blogspot.com/2009/09/google-does-not-use-keywords-meta-tag.html
In reply to: Adding tags.How many tags do you actually have in use on your forum?
In reply to: Is it just me or does the plugin search suck?It does suck. I always just use google like “site:bbpress.org/forum/” or “site:bbpress.org/plugins/” with my keyword.
The WordPress.org search used to suck equally hard but it got better a while back. Still sucks here. I accept that it sucks and move along.
There were some plugin attempts at better search for bbPress, but I don’t think they’d install a plugin just to improve the plugin search here. I think they used Sphinx at WordPress.org to fix their search:
https://wordpress.org/development/2009/02/new-and-improved-plugins-directory-search/
In reply to: How to print (or read/save) a multipage thread?Maybe you could create a custom view for the topic, call it something like “Printer Friendly Page” or “view topic as one page” and put it on each page of a topic?
http://justintadlock.com/archives/2009/07/15/how-to-create-custom-views-in-bbpress
In reply to: Adding tags.There is a limit to the number of tags being displayed. Here’s some info about the parameters for the tag heat map: https://bbpress.org/forums/topic/hot-tags-not-updating#post-23324
That’s a few months old, so things may have changed a bit.
For bbPress SEO there are a couple plugins:
http://www.finalwebsites.com/bbpress/bbpress-seo-tools.php
https://bbpress.org/forums/topic/is-bbpress-seo-friendly#post-20439
There was another one too, I thought, but I can’t locate it right now.
In reply to: removing tagsI delete tags here all the time and it works fine. Your issue is unique and uncommon., I think.
In reply to: Parent Categories, listings on the front-page…If the creator of that theme is not going to update it, I think I would compare the stock kakumei
front-page.php
and thefront-page.php
from this theme to see where the differences lie. There are lots of differences, but only a few that apply to your count issue.In reply to: Repeated "503 Service Unavailable" errors5.2.11 is just fine.
In reply to: Parent Categories, listings on the front-page…That theme is missing this:
<?php if (bb_get_forum_is_category()) : ?>
That skips the counts when the forum is a category. Looks like they need to update their theme.
In reply to: Help! All of my images have stopped showing up!Brad, didn’t you have an issue in the past with things changing without your knowledge on this server?
In reply to: Theme issue in FirefoxWhat do you mean “shifts out of position” in Firefox? I viewed in FF 3.5.3 on Windows XP and it looked fine to me.
One weird thing though. Even though the page comes up, the page is returned a 404 status code. Check it here:
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.pctbc.com%2Fweb%2Fforum%2F
Or view the headers in Firebug.
Date: Wed, 30 Sep 2009 23:47:21 GMT
Server: Apache/2.2.3
X-Powered-By: PHP/5.2.6
X-Pingback: http://www.pctbc.com/web/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Last-Modified: Wed, 30 Sep 2009 23:47:21 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Keep-Alive: timeout=10, max=200
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8
404 Not FoundIn reply to: buddybarWhere did you get instructions to do it like that? I seem to recall someone posting with that status 200 “all rosy” in the past but I don’t know where those instructions are coming from.
https://bbpress.org/forums/topic/next-page-link-redirects-to-wordpress-login-page
https://bbpress.org/forums/topic/integrating-wpmu-trunk-and-bbpress-rc2#post-36959
https://bbpress.org/forums/topic/bbpress-integration-plugin-for-wpmu#post-36984
How about this WordPress plugin, if you’re integrated?
In reply to: Repeated "503 Service Unavailable" errorsIt’s not a common problem.
In reply to: removing tagsIt’s worth opening a trac ticket, I think.
In reply to: Repeated "503 Service Unavailable" errorsWhat plugins are you using?
In reply to: removing tagsI didn’t actually check the code, if it was 200 or 500. I just assumed the blank page was due to a 500 error. It would be nice to see “sorry that tag does not exist” or something on an error page.
Try to browse a non-existent tag here and see what happens.
Just checked here and it’s a 200 response with a blank page. My information about 500 error earlier was incorrect.