Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 57,801 through 57,825 (of 64,394 total)
  • Author
    Search Results
  • #3143
    so1o
    Participant

    here is my latest theme

    http://www.adityanaik.com/forums/

    the site has a working integration of wp 2.5 and bb 0.9

    #64051
    stuzog
    Participant

    Further to this, it happens when I change the permalinks to Pretty permalinks, name-based. Seems that change doesn’t take effect. Changing the permalinks back to None corrects the problem.

    So I wrote Options +MultiViews into an .htaccess file in bbPress root directory and that fixed it.

    RTFD!

    #3141
    stuzog
    Participant

    I’ve installed bbPress 0.9.0.1 in a WordPress 2.5 site. It works for a while then when I try to access a topic I get:

    Not Found

    Sorry, but you are looking for something that isn’t here.

    and the theme displayed is that of the WordPress blog. After that, only the bbPress front page is useable.

    #63817
    Sam Bauers
    Participant

    @ Nosgroth

    The functionality you describe is not available in bbPress/WordPress without plugins. You probably need to report this problem to the plugin author (I’m guessing bbSync).

    #63816
    nosgoroth
    Member

    I guess I’ll use this post.

    For some reason I can’t see at the moment, comments made on bbpress don’t show up in their respective posts in wordpress, but the comment count does reflect them. I tried deactivating all my plugins and changing the template just in case, but the problem persists.

    I’m using bbpress 0.9 and WordPress 2.5. Ideas?

    EDIT: Ah, it’s worse than that. No comments appear at all in WordPress in posts shared between forum and blog, but they appear correctly in bbpress. Older posts not in bbpress are not affected. Sigh, my head hurts. Sleeping may be a good idea.

    #63534
    so1o
    Participant

    https://bbpress.org/plugins/topic/enhanced-tag-heat-map/

    enhanced tag heat map works with 0.9

    #63995

    In reply to: database error

    chrishajer
    Participant

    Sat Apr 5 19:34:26 UTC 2008

    I am getting a 500 error now, so maybe you’re working on it? I was going to see what version bbPress and WordPress you are running.

    #63989
    chrishajer
    Participant

    If you have access to the database with phpMyAdmin, you can do something like this:

    Create a new user in bbPress. Check your email for the password email. Save that password somewhere. Now, open phpMyAdmin and take the password hash from the new user, and paste it into the password hash field for the admin user. Now, log into bbPress with your admin username. Delete the new user if you like.

    If you don’t have access to the database, then why not just reinstall?

    I think you used to be able to put a line in your config.php like this: $bb->new_keymaster = true; Then run bb-admin/install.php again.

    Read more:

    https://bbpress.org/forums/topic/cant-login-1#post-795

    #63971
    chrishajer
    Participant

    Why not move the forum to the domain where the blog is, so you can share cookies?

    #3140
    _ck_
    Participant

    It was really bothering me how a page full of links was wasting so many bytes on full absolute URI’s with the domain name, etc. when all it needed was a tidy relative URL. The front page alone is 4k bigger just because of all the full URIs on the tag cloud and views, etc.

    ie. http://www.bbpress.org/forums/forum/plugins

    vs. /forums/forum/plugins

    (multiply that by a few hundred)

    So it dawned on me just now that it’s fairly easy using filters to make all the urls relative. Just for safety, we don’t kick in the relative URLs until bbPress has gotten past the header section of the template. This makes sure that redirects, stylesheets, and javascript is handled properly.

    function bb_relative_uri($r) {return "/forums/"; }	// change forums to your path
    function bb_relative_domain($r) {return ""; }
    function bb_relative() {
    add_filter( 'bb_get_option_domain','bb_relative_domain',255);
    add_filter( 'bb_get_option_uri','bb_relative_uri',255);
    } add_action('bb_head', 'bb_relative',255);

    .

    In some cases, relative URLs actually makes Internet Explorer cache better so this may be helpful for subtle speedups too.

    I haven’t discovered anything broken by this yet but be sure to let me know if you run into anything.

    Sam Bauers
    Participant

    The installer will throw that error if it finds a file called config.php in either the bbPress directory or the directory above it (i.e. the parent directory that the bbPress directory is in)

    Make sure there is no config.php file in either location.

    #64039
    Sam Bauers
    Participant

    All I can suggest is re-uploading the bbPress files. That function is not declared there.

    Make sure that all files upload correctly, especially if you are copying them over an old installation.

    banago
    Member

    I am installing an new bbpress forum and the following error happended.

    ‘An old config.php file has been detected in your installation. You should remove it and run the installer again. You can use the same database connection details if you do.’

    How can I resolve it?

    #60761

    In reply to: PHPBB3 Converstion

    Here too!

    This really should be good for promotion of bbPress, to have a converter for phpbb3 that is.

    #64025

    In reply to: New .pot files?

    Sam Bauers
    Participant

    Check here http://svn.automattic.com/bbpress-i18n/pot/branches/

    Soon there will be a pot file in a new “0.9” branch directory.

    Edit: it is there now…

    http://svn.automattic.com/bbpress-i18n/pot/branches/0.9/

    #3137
    affacat
    Member

    Hey all,

    So I’ve searched both this forum and the WP forum. And there are a ton of avatar related threads, and I’ve read through most of them. It looks like there have been a few various implementations.

    But most of those threads are almost a year old, and now we’re in 2.5 and .9.0.1 land… and so I’d love a definitive uptodate answer as to which plugin(s) to use to best integrate avatars into both sites.

    Gravatars are cool and all (I do have an integrated user base) but pretty much the first question people asked is how they can upload an avatar without using gravatars (I think some people don’t want their image suddenly showing up all over the web wherever they’ve commented in the passt)

    #3135
    feldman
    Member

    Is it possible? when wp and bbpress is so tight, i would like to use 1 reg page.

    #3136

    I intend to make some Swedish translations for bbpress, but I can’t find any updated .pot files for 0.9.0.1. Latest .pot file in SVN seams to be 0.8.3.1.

    #63994

    In reply to: database error

    Sam Bauers
    Participant

    Do bluehost offer one-click installs of bbPress?

    #63991

    In reply to: Password mismatch

    Sam Bauers
    Participant
    Sam Bauers
    Participant

    bbPress 0.9 requires WordPress 2.5 “out of the box” but I have just released a couple of plugins that allow for integration with earlier versions of WordPress (e.g. version 2.3).

    Although you can use these plugins to get integration with earlier versions happening, it is still strongly recommended that you upgrade your WordPress installation to version 2.5!

    Only follow this guide if you are using bbPress 0.9 or higher and are trying to integrate it with a WordPress installation with a version earlier than version 2.5!!!

    The problem with using earlier versions of WordPress is two-fold:

    1. The password hashing algorithm has changed.
    2. The authentication cookie is now different.

    The solution is to install these two plugins into bbPress:

    1. MD5 Insecurity for bbPress” – downgrades bbPress’ password hashing back to MD5.
    2. Mouldy Old Cookies for bbPress” – Reinstates use of the old cookie styles in bbPress.

    Download and install each of these into bbPress. No plugins should be necessary in WordPress to enable integration.

    I recommend you make these plugins “autoload” by pre-pending an underscore “_” to the plugin filename. This means the plugins will always load and can’t be deactivated from the plugin page in the admin area.

    #63533
    retrospec
    Member

    Hello,

    ‘Admin Add Users’ plugin (I’m using latest 1.2) doesn’t work. When you are in the administrator window and edit a profile created using the plugin, it takes you to your keymaster account.

    The problem is the new version of bbpress now populates ‘nicename’ field whereas the old one doesn’t, and so this plugin doesn’t either. Adding a ‘nicename’ fixes the problem.

    However, while you can login using the new user I don’t understand how because it uses md5 for the password, and I thought 0.9 now uses a different encryption system?

    I imagine there are some other serious problems that you should really disable this plugin until it is fixed.

    One is that it uses direct sql to add the user, which may not be compatible with 0.9…

    Hope this helps.

    #3133
    sb73542
    Participant

    Hello,

    Is there any good plugin for bbPress admins who don’t need a complete WordPress installation, but want a simple portal with news, forum stats, and articles? How about a “promote to frontpage” sort of plugin?

    Thanks for the help!

    #63863
    retrospec
    Member

    There’s a bug in the style sheet. Though to be fair it was in the last version too. If your post is only a line or two, the ‘Custom Title’ merges with the RSS feed option, making it look bad and you are unable to click the rss link

    This is with the standard themes.

    What would also be useful is somewhere in a user’s profile something telling him how to update his avatar.

    #3132
Viewing 25 results - 57,801 through 57,825 (of 64,394 total)
Skip to toolbar