Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 56,351 through 56,375 (of 64,431 total)
  • Author
    Search Results
  • #66591
    810798
    Inactive

    opps, I mean when i put

    RewriteRule ^(.*/)?forum/(.*) forum/$2 [L,R]

    it takes it back to the /blog directory.. but when i put

    RewriteRule ^(.*/)?forum/(.*) forum/$2 [R,L]

    it gives me the redirect error..

    #3741
    810798
    Inactive

    I installed muwordpress (with directories not subdomains) and bbpress and integrated them.. I added

    RewriteRule ^(.*/)?forum/(.*) forum/$2 [L,R]

    to the .htaccess in the wp directory and it worked before i added the code

    define(‘WP_BB’, true);

    if ( !defined(‘DB_NAME’) ) {

    require_once(‘/home/.atrax/armsteadj/myiowa-news.com/blogs/wp-config.php’);

    }

    into the bb-config.php file to get integration to work.. now it gives me a loop error..? any ideas on how to get the htaccess file to forward the directory to it?

    Thanks!

    James

    #3737
    836293
    Inactive

    I’m considering switching from phpbb to bbPress, but I’ve run into nothing but problems when it comes to working on my own profile. The registration process goes just fine, but after I log in, I can’t get to my own profile?

    Is there something else I have to do? Do I have to remember that awkwardly long and unintuitive password that was sent my way? Can’t I set any preferences in my profile?

    This isn’t on my site, this is right here on bbpress.org forums.

    #66543
    RossB
    Member

    Thanks so much – AGAIN – Chris!

    I ended up combining some of your previous advice with that you’ve posted above, messed with the CSS to re-position the cramped header items, and am now pretty happy with the look.

    See: http://ashb.proofreadercentral.com/bbpress/

    User: tester

    PW: testing123

    Just one little curiousity – and if it’s any sort of hassle, don’t respond, but if you can be bothered, I’d be interested in your take on the following:

    When using IE as the browser, the nav link back to the ASHB home page doesn’t activate until your cursor is close to the top header border – usually, hyperlinks activate as soon as your cursor touches any part of the text. Anything that can be done about this?

    NB: No such issue with Firefox!

    #66587
    chrishajer
    Participant

    You only need to share databases to have integrated user logins. If you just installed WordPress, it’s probably 2.6, which is not compatible with bbPress at the moment, so you do not want to attempt this right now anyway.

    The difference is, when you share a database, is that bbPress will use the wp_user and wp_user_meta tables for it’s users, rather than creating bb_user and bb_user_meta tables.

    If you don’t care about logging in in bbPress and being logged in in WordPress, and vice versa, then you don’t need to shared the tables.

    If you don’t do an integrated installation (sharing of the wp_users and wp_user_meta tables), then you can just use a different table prefix (by default WordPress uses wp_ and bbPress uses bb_) in the same database and not worry about a thing.

    This is the best documentation I know of:

    https://bbpress.org/documentation/integration-with-wordpress/

    #66026
    _ck_
    Participant

    Adding tags does not bump posts to the top of latest discussions. In any case that question/problem should be asked in a new topic, not in this one.

    #3740
    keress
    Member

    I installed bbPress today and going through the installation I added a new database for it to use, then later as I went further into the installation it mentioned sharing one database. I’m unclear as to what differences it will make using one or two. It also seemed a bit scary to have specified the wp database to set up bbPress into.

    If there’s some documentation that explains all this, could someone point me in the right direction?

    #66255
    davidbaldwin
    Member

    ok, i downgraded to wordpress 2.5.1, and now I’m getting a “This username does not exist.” in bbpress when I try and log in. I can log into wordpress just fine, just not bbpress.

    what gives?

    #66025
    kirabug
    Member

    The problem I’m having is that I’ve had is that my blog is 4 years old but I only started adding tags less than a year ago and bbpress install is only a few months old. So I’m adding new tags to old posts (because I’m a borderline obsessive compulsive organizer) and they’re becoming the top posts on bbpress even though they’re years old. I’m almost done, but it’s still crazy. If I were smart and had realized what was going to happen I’d’ve finished my tagging and then installed bbpress. But I’m not ;)

    Anyway, thanks for the tips and the info :)

    #63054
    811038
    Inactive

    thanks Chrishajer:

    the opposition is that I’m not really develloper, I’m administrator systems but I like to program my website, but I have to tell you that I’m very happy to have bbpress forum in my web, but I had thought that inserting the ‘polemical’ target in question ) thought my forum will be completly perfect. Anyway…

    Well, thank you to try to help me , I’m very gratefull to know you.

    Thank you very much, I will visit this web frecuently to see more ..

    Sincerelly , thank you sir.

    #66320
    _ck_
    Participant

    Hopefully you’ve figured out you can use my “Post Count Plus” plugin to change the behavior of the link for the post author’s name.

    #65548
    _ck_
    Participant

    There are plenty of threads/posts about this, try this:

    Hiding Subforums’ Subforums from Subforum Pages

    You want code like this:

    <?php $forum_parent=$forum_id; ?>
    <?php while ( bb_forum() ) : ?>
    <?php if ($GLOBALS['forum']->forum_parent==$forum_parent) { ?>
    <tr<?php bb_forum_class(); ?>>
    <td><?php bb_forum_pad( '<div class="nest">' ); ?><a href="<?php forum_link(); ?>"><?php forum_name(); ?></a><small><?php forum_description(); ?></small><?php bb_forum_pad( '</div>' ); ?></td>
    <td class="num"><?php forum_topics(); ?></td>
    <td class="num"><?php forum_posts(); ?></td>
    </tr>
    <?php } ?>
    <?php endwhile; ?>

    eporedieis
    Member

    Mmm…no :) I’ve tried this: https://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101

    And also the require_once that u’ve told me, but maybe I’m unlucky!

    I’ve used no one include…have u got a link? Or can u tell me how to do it?

    There are no error, but the script don’t function…in bbpress it create a message (“there are [number] new messages”), if I use it in wp it do nothing… (the functions are in the bbpress path)

    Thaaaaaaaaaaaaanks!!

    #66557
    chrishajer
    Participant

    What have you done so far? Have you added the include bbpress line in wp-config.php? If so, please post your error message. Need more information to be able to help you.

    #66583
    _ck_
    Participant
    #66582
    _ck_
    Participant
    #66556
    eporedieis
    Member

    Well, but it’s not ok. I have the same database for wp and bbpress, I’ve done also the config wrote in the tutorial, but the script doesn’t function… =( I have wordpress 2.5 and bbpress 0.9.0.2

    Do you know what can i do?? Thx

    #66581
    _ck_
    Participant

    More statistics:

    4) bbPress is now being used in nearly 80 countries!

    Top countries by estimated rank:

    1. USA

    2. Germany

    3. Spain

    4. United Kingdom

    5. Russia

    6. Italy

    7. Turkey

    8. France

    9. Sweden

    10. China

    11. Denmark

    12. Canada

    13. Netherlands

    14. Europe (misc unknown)

    15. Japan

    16. Romania

    17. Norway

    18. Argentina

    19. Czech Republic

    20. Austria

    21. Belgium

    22. Brazil

    23. Poland

    24. Switzerland

    25. Australia

    26. India

    #3736
    _ck_
    Participant

    It’s time to take another look at the (unofficial) bbPress Top 100 list! I’ve come up with some more advanced ways to find bbPress forums and I am pleased to announce the full list has broken 3,000 forums and provided for some new discoveries for the Top 100:

    http://bbshowcase.org/forums/view/top100

    (based on activity, not quality, which is subjective)

    If you register/login you can also see the sites that may have just missed the top 100 via the top 1000:

    http://bbshowcase.org/forums/view/top1000

    August update was essentially aimed at finding new sites, not updating stats for existing sites. I’ll do a full re-analysis next month.

    Some really nice looking sites among the bunch. I enabled “snapshots” so you can mouse-over their little logo and get a general preview. I hope to improve the list soon with the ability to vote on the design of any site.

    Also new for this month is an attempt to guess what country the site is “aimed at” (not hosted in or TLD used). This is very difficult to determine and I estimate my automated route is currently correct only 70% of the time.

    Some interesting statistics…

    1) bbPress has been installed on at least 4000 sites

    2) There are now at least 200 sites with over 1000 posts.

    3) A bbPress forum will break one million posts late 2008

    More analysis as I have time…

    If I missed your site be sure to post it for the next update!

    agl666
    Member

    _ck_

    Try deactivating a few plugins at a time?

    You now, I’ve deactivated first plugin and edititng started to work :) that plugin was your “Post Count Plus”. Don’t you know that’s the trouble?

    Because that would be a nice one to share with others.

    I also think so, so that I will write it… some day :)

    agl666
    Member

    _ck_

    yes, of course, there’s no topic with 11178. Look:

    1.http://forum.ttl79.ru/edit.php?id=11178

    2.http://forum.ttl79.ru/topic.php?id=11178

    First link points to post #11178 editing page, second to where it redirect. eg. post’s id is used for redirecting to topic.

    To convert minibb base I haven’t writed any script, I’ve converted it simply by exporting db, changing something and importing. It know it was so foolish, but I’ve had a lot of time to play with it :) And you now, it was very easy: structures are so simple and similar ;)

    But as I’ve said, editing doesn’t work even with native bbPress posts (e.g. added via bbpress). If you wish, I can give you db’s dump.

    #63052
    811038
    Inactive

    thank you Chrishajer: Excus me my bad english , I hope to explain better now:

    I know that it’s a bad idea to modify some bbPress files , I know , I know. But my question is that I think I can insert the ‘target=”_blank” ‘ tag in the place qhere the php engine reads the user comment and shows it and the url link goes to a new window explorer.

    you can see the exemple in my web, and I would like this link works in another window. Click on “BIENVENIDOS AL FORO !!!! ” and see the third comment of ” jcvandamm Admin Principal and there’s some url link:

    http://www.capsir.es/rafa/forum/

    thanks for your help and if you can tell me something, please, sincerelly do it:

    agl666
    Member

    I’ve installed bbPress 0.9.0.2 (the last one), converted db from miniBB, writed new topic (e.g. it happens even to native bbPress content) but when I press ” Edit” (which points to http://forum.ttl79.ru/edit.php?id=11178), it redirects me to http://forum.ttl79.ru/topic.php?id=11178, and of course, error page with “Topic not found.” message. What can I do with it?

    PS. I have

    akismet
    bb-avatar-upload
    bb-gzip
    bb-polls
    bb-privatemessage
    bb-rus-to-lat
    bb-signatures
    BBcode-buttons
    BBcode-lite
    bozo
    cyr_nickname
    googleanalitycs
    human-test
    identicon
    my-views-statistics
    my-views
    onlinelist
    post-count-plus
    topic-icons

    plugins installed

    PPS. Right now I use “None” pretty permalink type

    #66566
    _ck_
    Participant

    Try editing your bb-config.php file and put in a line like this:

    $bb->uri = 'http://your-domain-name.com/forum-path/';

    It may also require a forced change of your cookiepath if you can’t login.

    #66024
    _ck_
    Participant

    I agree on the registration process which can be done by forcing the links on one side to the other but I could not disagree more with “Editing a wordpress post that didn’t exist on the bbpress side would still create a post on bbpress, but it’d date it for when the wordpress post was created, not when the edit took place.”

    I can’t fathom people who do that. WordPress is for One-To-Many posting and bbPress is for Many-To-Many posting.

    What bbPress needs instead is a “promote-to-front-page” option where the front page becomes a descriptive list of topics with summaries that have been marked by admin as worthy for the front page. It’s yet another plugin that I want to write but don’t have time for right now.

Viewing 25 results - 56,351 through 56,375 (of 64,431 total)
Skip to toolbar