Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 49,551 through 49,575 (of 64,528 total)
  • Author
    Search Results
  • #76698
    Josh Leuze
    Member

    @Ipstenu: I deactivated the Ajaxed Quotes plugin, didn’t seem to make any difference.

    I then deactivated all of the plugins, that didn’t change anything either.

    So I deactivated all the plugins and switched to the default theme. No changes. But when I reactivated those plugins, and switched to my custom theme, I am able to see those posts now, even when I am not logged in.

    The “+2 more” link still remains at the top, but the posts in the thread don’t seem change between the regular and all views. So it seems partially fixed, but the more link remaining makes think that more posts could get caught in this limbo.

    It almost seems like there was some caching involved and reactivating the theme and the plugins cleared this. But I don’t see that being the case with any of the plugins I am using. And it isn’t the brower’s cache, the problem is the same on multiple machines, any OS or browser.

    #76697
    Josh Leuze
    Member

    @johnhiler: I am using 1.1, the latest version of Akismet.

    I should also mention that I can’t replicate this. If I mark a post as spam, and then go in and mark that post as not spam, it shows back up just fine in the thread.

    It only appears to be happening when Akismet itself filters a post as spam.

    #76696
    Josh Leuze
    Member

    @chrishajer: I can sort of rescue a spam post. I don’t have any problem finding the spam posts in the admin panel, and marking them as “Not Spam”. They disappear from the spam posts and show up in the regular posts.

    But in the front end, they do not show up unless I am logged in as admin and click the “+2 More” link.

    I am using a custom theme, but it is built from Kakumei and should not be very functionally different from that. I switched back to the default theme, and everything functioned the same.

    #31469

    I registered a hosting space on http://www.netsons.com (it’s free). They offer a mysql database. I istalled wordpress and bbpress on the space, and worked. But the question is: when i installed bbpress…it asked me about a mysql url…i inserted netsons’s mysql url… it sayed ok.

    But when i register a new user on forum…the record is not in netsons’s mysql!!! the user is visible only in bbpress forum panel.

    So: why it asked me about a mysql URL if it don’t use it?

    i’m newbie from italy…sorry

    here is the site in question: http://www.waapsols.com

    Its running Buddypress.

    These are the steps i followed to integrate BB and BP… http://buddypress.org/forums/topic/bp-103-and-bbpress-which-version-plugins-cookies#post-20006

    WPMU, BP, and BB is working good. But I just can’t get the logins to work, I mean when I login into WPMU, I am not automatically logged into BBPress Forum.

    I am guessing thats the reason why in my BuddyPress, the forum is working fine, but who ever posts, there is no gravtar or name is seen :(

    Can someone help, what might have gone wrong.?

    #77905

    In reply to: How to delete a post ?

    No, bbPress 1.0.2 is released. 1.1 is being built.

    #77891

    The . should be there.

    Your Keys and Salts on bb-config are prefaced by ‘BB_’ right?

    Though … your cookiepatch is wpm. Is this WordPressMU?

    #31464

    I would like to have my comment’s nested. I already have a comment nesting plugin for WP, but not sure if that could be reused for bbPress.

    #77904

    In reply to: How to delete a post ?

    hpguru
    Member

    bbPress 1.1 is published occasionally

    #76810

    In reply to: Latest Discussions

    hpguru
    Member
    rudy3107
    Member

    so i am asking for HELP and it should work…hehe.

    i just installed bb102 on wp283mu.

    and in bb admin there is no setting option other than chnage theme.

    what went wrong?

    rudy3107
    Member

    I also face same Problem

    I use 2.8.2 mu bbPress 1.0.2

    it ask for passowrd when you switch to wp to bb and bb to wp but it allow wp users to login to bb

    and also i cann`t see admin control panel in BB other than theme chnage

    where it went wrong

    Gautam
    Member

    I have seen many people asking that tags are not getting deleted in bbPress 1.0 (Even I faced the same problem, but it was working in the default theme). So I just thought of writing a solution for it.

    Open the topic-tags.php of your theme.

    You would find something like this:

    <?php if ( $public_tags ) : ?>
    <div id="othertags">
    <ul id="yourtaglist">
    <?php foreach ( $public_tags as $tag ) : ?>
    <li id="tag-<?php echo $tag->tag_id; ?>_<?php echo $tag->user_id; ?>">
    <a href="<?php bb_tag_link(); ?>" rel="tag"><?php bb_tag_name(); ?></a> <?php $tags = bb_get_tag_remove_link (); if ($tags) echo '<small>'.$tags.'</small>'; ?>
    </li>
    <?php endforeach; ?>
    </ul>
    </div>

    Replace it with:

    <?php if ( bb_get_topic_tags() ) : ?>
    <?php bb_list_tags(); ?>

    That’s it!

    You can also view the changes to topic-tags.php of the default theme in the trac:

    http://trac.bbpress.org/changeset?old_path=%2Ftrunk%2Fbb-templates%2Fkakumei%2Ftopic-tags.php&old=940&new_path=%2Ftrunk%2Fbb-templates%2Fkakumei%2Ftopic-tags.php&new=2344

    #77925
    Gautam
    Member

    Yeah, very nice theme.

    They have also released it publicly here:

    http://urbangiraffe.com/themes/guangzhou/

    #76692
    Josh Leuze
    Member

    Hmm, I upgraded to 1.0.2 and the problem has not changed.

    These are the plugins that I am using: Ajaxed Quote, Akismet, Allow Images, BBcode Buttons Toolbar, BBcode Lite, bbPM, bbPress signatures, bbPress Smilies, BBVideo, Post Count Plus, and reCAPTCHA bbPress.

    I don’t see anything that could be causing this though, anyone else have any other ideas?

    mjjinvincible
    Participant

    I was going to start a new topic with almost the same problem.

    First off, I’m trying to integrate WordPress MU 2.8.3 and bbPress 1.0.2

    The problem I have is the second one behe101 stated before.

    When I access my site through WordPress everything works fine. When I access my site through bbPress, and then try to go to http://www.mydomain.com/wp-admin/, it redirects me here: http://www.mydomain.com/wp-login.php?redirect_to=http%3A%2F%2Fwww.mydomain.com%2Fwp-admin%2F

    I’ve followed Sam’s screencast, step by step, and tried it over three times with fresh installs… but still happens the same. It happens something like described here: https://mu.wordpress.org/forums/topic/13125

    But I don’t know, I did copy/paste exactly what the bbPress Integration plugin output into the wp-config.php file.

    Also, when I go to the home page of the site I can see I’m logged in:

    WordPress ยต

    This is a WordPress Mu powered site.

    You can:

    * Site Admin

    * Log out

    * Create a new blog

    * Edit this file at wp-content/themes/home/home.php with your favourite text editor and customize this screen.

    But it still won’t access the administration dashboard.

    richcon
    Member

    I just installed a new bbPress 1.0.2 install on a web site, and successfully integrated it into an existing WordPress site.

    I found a bug: whenever going to someone’s profile page (/forum/profile/1), it’s showing the login name, nickname, and ‘member since’ date for whoever happens to be logged in at the time. It should be showing the info for the person whose page I’m visiting.

    The User Activity section shows activity for the correct person (and the navigation menu is also correct), but those other bits are wrong.

    This is also messing my ability up to edit someone’s profile when logged in as the admin: it’s showing my own admin account’s info instead of theirs, and even is showing their role as Key Master.

    If nobody is logged in, then the page works correctly.

    Anyone have any ideas? Is this just me?

    behe101
    Member

    I’ve just discovered: when I login to the bbPress forum and try to access wp-admin on the WordPress site, it prompts for my username and password AGAIN, although once I’ve done this I can access both control panels (bb and wp-admin).

    I can still post to the forum when logged in using either endpoint.

    behe101
    Member

    WordPress 2.8.3 and bbPress 1.0.2

    chrishajer
    Participant

    What versions of bbPress and WordPress did you integrate?

    #31467
    chrishajer
    Participant

    A pretty neat installation of bbPress

    http://urbangiraffe.com/support/

    Not mine, just seen and used today.

    #76809

    In reply to: dotNetBB import

    chrishajer
    Participant

    I haven’t heard about it here, you seem to be the first to ask.

    For conversions for forum software that haven’t already been attempted, you can sometimes find a conversion too to convert your forum to phpBB and then import phpBB to bbPress.

    #77890
    Jim R
    Participant

    Thanks, but I’m looking for a solution. I saw something you posted on another topic about a tutorial, but all it did was log me out of my forum and not recognize any user. I’m just surprised the integration of users and themes is so difficult between bbPress and WP.

    #22116

    Hello,

    i’m a new user of BBpress, & i wish to thanks you for the fabolous work done behind. This tool is really powerfull & helpfull for me.

    it should be great if we will be able to setup individually the “latest discussion” numbers of message to display, instead of changing the numbers of message par page. ( Separate the both option. )

    & also to have the possibility to not show the pages numbers for those “latest discussion”.

    Best regards

    Gregory Janssens

Viewing 25 results - 49,551 through 49,575 (of 64,528 total)
Skip to toolbar