Forum Replies Created
-
In reply to: No search… how to uninstall
bbPress’ table prefix should never be the same an WordPress’. That will cause many problems, as you may have experienced.
bbPress uses the following tables. Don’t delete the ones marked with a *, since WP uses those too (hence the problem).
forums
posts*
topics
topicmeta
users*
usermeta*
tags
tagged
These all look like bb_forums (or whatever bbPress’ table prefix is in your case) in your database.
In reply to: Timezone supportHandy, there is no way to do this in bbPress core. A plugin could accomplish this, but I do not think the core will support it.
(M, I believe HandySolo is asking about user-specific time zone settings.)
In reply to: 500 Internal Server ErrorDo you use MultiViews or the Rewrite Rules?
If you use Rewrite Rules and you made them back when you were running bbPress 0.72, try clearing your .htaccess and regenerating the rules with the bb-admin/rewrite-rules.php
In reply to: main theme is not loadingThere should be no .htaccess in your bb-templates or your my-templates directory (some old versions of bbPress included on, so make sure you delete them).
You need to generate the .htaccess file by the method described here: https://bbpress.org/documentation/faq/#pretty-permalinks and put it in bbPress’ root directory (the same directory with bbPress’ config.php file).
In reply to: User management, WP and BBPAre either of you using a translated version of bbPress, or are you both using English?
I ask because I have heard of a strange thing or two with capabilities and non-enlish languages (though I’ve newer been able to confirm or reproduce).
and M,
Do you have the “bb-press integration” plugin installed in your WordPress blog? https://trac.bbpress.org/attachment/ticket/438/bbpress-integration.php
(the download link is way at the bottom)
In reply to: Stars for bb-ratings pluginIs it possible to make the background a fixed color (say white) and the inside of the star transparent (so that if I put the image on a red background, I get a red star, on a white background)?
Rock on.
In reply to: bbpress.org plugins pageergate, you’ll need to write a plugin.
In reply to: bbpress.org plugins page“Read More” is handled by a filter on post_text.
The different topic sorting is accomplished by creating custom functions with the right SQL queries.
The RSS feeds display topics instead of posts. This involves the bb_rss.php_pre_db hook, the $bb_db_override global, and some voodoo.
All of this is part of a set of fairly involved plugins (and more) that listen to changes in the SVN repository where the plugins are stored.
As an aside, that site will soon open up to anyone wanting to host the plugins they write.
In reply to: don’t work ADD NEW» buttonIf you set $bb->mod_rewrite = true; have you also set up Pretty Permalinks?
In reply to: IE6 problemMembers should be able to write topics and posts. Do you have any plugins installed?
In reply to: Can’t Login, Can’t Register – Integrate W/ WPMUdavemerwin,
This post will help with WPMU integration https://bbpress.org/forums/topic/77
Please let us know.
In reply to: 0.74Those roadmap numbers don’t mean much this early in bbPress’ life.
That said 0.74 will probably be released late this week or early next.
In reply to: Feeds don’t worktalkaboutdesign,
What version of bbPress are you using and have you setup Pretty Permalinks?
In reply to: Need to modify some of my posts information?Done. Please be more careful in the future. We are not responsible for this kind of information; you are.
But welcome! I hope everything works out with you install.
In reply to: Installation OK, but some subdirectories missingGlad you got it working
In reply to: Misconception about TagsIn the next version of bbPress, the default templates will say:
“Allowed markup: a em …”
Thanks!
In reply to: Installation OK, but some subdirectories missingHave you set up Pretty Permalinks?
In reply to: can’t receive the password letter!!!!!!!!This sounds like a problem with your host. Contact them and ask them if they have disabled PHP’s
mail
function.In reply to: bbP/wP integration incompatible w/ sidebar widgets?gsnixon,
Thanks for the bug report.
Atsutane,
Which function name?
In reply to: Close – but 404 on topics and profilesIn what diretory is the .htaccess file located?
In reply to: WP/BBPress Directory Structure Suggestiondjuggler,
exmple.com/blog and examl.com/forums will work fine.
You will probabl need to customize both WordPress’ an bbPress cookies to share logins, though, since bbPres won’t be in subdirectory of WordPress. See https://bbpress.org/forums/topic/113?replies=5#post-566
In reply to: bb login not integrated with wpDoes your username have a space in it?
If so try this plugin https://bbpress.org/plugins/topic/4
In reply to: А по русски работает?I do not know. Can you help localize? Look at this post.
Я не знаю. Можете вы помощь локализовать? Посмотрите этот столб.
сделано с http://babelfish.altavista.com/
In reply to: Moving postI’m sorry, I misunderstood your original post. Ignore my first reply
In reply to: bbPress new ThemeLooking good
(As an aside, I see you’ve edited the core files to allow image tags. There is also a plugin for this: https://bbpress.org/plugins/topic/5 )