Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 44,701 through 44,725 (of 64,519 total)
  • Author
    Search Results
  • #87050
    gerikg
    Member

    1) That is your header.php and footer.php file in your bbPress theme but you’re NOT using them. You’re using your WordPress theme’s header.php & footer.php. I did a view source on your site and the first two lines after body is:

    <body> <div id="header"> <div id="logo">

    If you were pulling what you pasted before it should of been:

    <body id="xxx"><div id="wrapper"><div id="header" role="banner">

    So you’re not pulling bb_head() & do_action(‘bb_foot’)

    #87048
    cnc
    Member

    @ pelle… I tried it again… nothing happened.. still show

    http://car-n-car.com/forums/forums/first-forum

    and

    CAR FORUMS ยป PAGE NOT FOUND!

    Page not found!

    I’m sorry, but there is nothing at this URL.

    what should I do?

    ======================================

    @ gerikg…… here is my header file

    <?php

    $_head_profile_attr = ”;

    if ( bb_is_profile() ) {

    global $self;

    if ( !$self ) {

    $_head_profile_attr = ‘ profile=”http://www.w3.org/2006/03/hcard”&#8216;;

    }

    }

    ?>

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.1//EN” “http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd”&gt;

    <html xmlns=”http://www.w3.org/1999/xhtml”&lt;?php bb_language_attributes( ‘1.1’ ); ?>>

    <head<?php echo $_head_profile_attr; ?>>

    <meta http-equiv=”X-UA-Compatible” content=”IE=8″ />

    <meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />

    <title><?php bb_title() ?></title>

    <link rel=”stylesheet” href=”<?php bb_stylesheet_uri(); ?>” type=”text/css” />

    <?php if ( ‘rtl’ == bb_get_option( ‘text_direction’ ) ) : ?>

    <link rel=”stylesheet” href=”<?php bb_stylesheet_uri( ‘rtl’ ); ?>” type=”text/css” />

    <?php endif; ?>

    <?php bb_feed_head(); ?>

    <?php bb_head(); ?>

    </head>

    <body id=”<?php bb_location(); ?>”>

    <div id=”wrapper”>

    <div id=”header” role=”banner”>

    <h1>“><?php bb_option(‘name’); ?></h1>

    <?php if ( bb_get_option(‘description’) ) : ?><p class=”description”><?php bb_option(‘description’); ?></p><?php endif; ?>

    <?php if ( !in_array( bb_get_location(), array( ‘login-page’, ‘register-page’ ) ) ) login_form(); ?>

    <div class=”search”>

    <?php search_form(); ?>

    </div>

    </div>

    <div id=”main”>

    <?php if ( bb_is_profile() ) profile_menu(); ?>


    and here is my footer file

    </div>

    </div>

    <div id=”footer” role=”contentinfo”>

    <p><?php printf(__(‘%1$s is proudly powered by bbPress.’), bb_option(‘name’), “http://bbpress.org&#8221;) ?></p>

    <!– If you like showing off the fact that your server rocks –>

    <!– <p class=”showoff”>

    <?php

    global $bbdb;

    printf(

    __( ‘This page generated in %s seconds, using %d queries.’ ),

    bb_number_format_i18n( bb_timer_stop(), 2 ),

    bb_number_format_i18n( $bbdb->num_queries )

    );

    ?>

    </p> –>

    </div>

    <?php do_action(‘bb_foot’); ?>

    </body>

    </html>


    I’ve convert my wp theme into bbPress

    here is my forums link

    http://car-n-car.com/forums

    ====================

    now what next? help please

    Regards

    cNc

    #87047
    gerikg
    Member

    1) I might be wrong but the issue might be because you do not have bb_head() in the header and do_action(‘bb_foot’) in the footer. It might cause you to have problems with some plugins as well (with your other problems). Have you thought about converting your WP theme into a bbPress theme?

    #87099
    zaerl
    Participant

    https://bbpress.org/plugins/topic/easy-mentions/faq/

    I use Ajaxed Quote which work without this hack.

    #34039

    we are accessing bbpress from our internal application. we pass it the username and password via url. We want it to logout the first time we go in and then once it finds the user , not logout any more . any ideas? if I put bb_logout as soon as it goes into the auth, it logs out on every page.

    #34036
    InvTrdr
    Member

    I had bbPress installed in a folder on my shared hosting account. I have removed the folder so I can re-install it. But when I go to create a Sitemap in my shared hosting account, I still see the bbPress URLs in it. Where are bbPress URLs stored? Any other place besides the folder in which bbPress was installed?

    Thank you.

    #87045
    mr_pelle
    Participant

    Sorry, you probably misunderstood me: I was trying to say that your URIs http://car-n-car.com/forums/forums/first-forum are different from mines http://my-host.com/my-forum-name/forum/my-first-forum-name not because you chose forums while I chose my-forum-name, of course, but because appended to the forum path I have the word forum while you have forums. That’s not a detail!

    As I said here, it seems that my forum (with just name based permalinks on, no plugins) would look like /my-forum-name/forums/my-first-forum-name too, but in the end it does not! It looks like /my-forum-name/forum/my-first-forum-name, exactly the same as the bbPress forums we are posting on.

    In this very moment your forum URIs look exactly as they should, but they are not working correctly: I’m pretty sure the reason is you did not update nicer-htaccess forum path before activating the plugin.

    Please let me know if this is the problem, in the meanwhile I will update Nicer Permalinks plugin page specifying everyone has to do this before activating it.

    master5o1
    Participant

    I want the post form on every page of the topic. How do I do this. Having it not be on every page breaks the Easy Mentions plugin by way of preventing the ‘Reply’ link to be done correctly.

    #87043
    cnc
    Member

    @ mr_pelle… what do you mean about standard structure?

    I think sensible people use the word “forum+s” rather then forum… like

    https://bbpress.org/forums

    forums.cnet.com/

    http://forums.myspace.com/

    and what you think… if someone use the word boards for discussion or and want to use the word community?

    http://www.example.com/boards

    http://www.example.com/community

    then your plugin will useful for us?

    second.. I’ve tried your plugin with the word forum but your plugin did not work… and it did not remove the additional word of “forum” from the permalinks…

    can u explain what should I do?

    or can you give me your contact detail here so that we can work fast on this issue?

    I hope you’ll help me..

    Thanks,

    cNc

    #86964
    Xevo
    Participant

    Arguments, stuff you want to do with the function. It’s used all over wordpress/bbpress.

    Looked it up in a PHPXref and found that ‘exclude=7,8’ should work, try removing the $page and see what happens.

    #87012
    Xevo
    Participant

    Awesome just what I need, have my bbpress integrated into wordpress + buddypress, so would like to test it for you. Could you send it to me?

    xevodesign[]gmail.com

    #86868
    Xevo
    Participant

    @ wlanguide

    Wordpress 3.0 beta is out already. Working on that release.

    Thanks for the help guys, just installed it on a clean install and followed all the steps in the tutorial mentioned above made it a succes. Setting topic to solved.

    #86867
    wlanguide
    Member

    So, wordpress 3.0 is to be released? Good news!!

    #87040
    mr_pelle
    Participant

    @zaerl: thank you!! =D

    @cNc: my plugin is not working for you because your forum presents a different structure from the one I’ve always seen in bbPress, aka /bbpress-path/forum/forum-name (i.e. without “s” on “forum”). What version of bbPress are you using? I may rewrite my plugin to make it work even with your forum, though I think it would be better for you to get to standard structure and then activate Nicer Permalinks.

    #86866
    Xevo
    Participant

    @ Gautam

    Will try that tutorial and follow it to the letter with a clean install later.

    @ GerikG

    First thing I tried, no luck.

    @ Kevin Muldoon

    My downloaded zip file only contained bb-config-sample.php. I have my folder writeable, so that not the problem either. I haven’t deinstalled buddypress yet, will try integrating bbpress with a clean install later. And to remind you, I’m trying to intergrate it with 3.0, not with 2.9.2.

    If anyone else has a solution, please let me know.

    #34034
    evilgeek23
    Member

    Most of the good plugins aren’t working with bbpress 1.0.2 . What should i do ? Even basic things like signatures arent available on my forum . Sad :-(

    #86528
    Damien
    Member
    #87035
    bb-lover
    Member

    @ zaerl… i think you did not read his post completely …

    please read it again and see what he said

    Note: I’ve tried various things but nothing happened even i tried

    A). https://bbpress.org/forums/topic/name-based-permalinks-without-page-and-forums

    B). https://bbpress.org/plugins/topic/nicer-permalinks/

    C). http://www.technospot.net/blogs/how-to-remove-forum-and-topic-keyword-from-bbpress-url/

    but they are not useful ..

    #87034
    zaerl
    Participant
    #34031
    cnc
    Member

    Hi all,

    I’ve 3 issues regarding my car forums i.e. ( http://car-n-car.com/forums)….

    1. Page title:

    it happened after deep integration…. the title of the page which usually show in the browser’s window and Google search has been broken.. now there is just a link besides title words,

    I’m sending you its screen shot for better understanding..

    here is its screenshot regarding title issue

    a) http://car-n-car.com/forums/page-title.jpg

    =====================================

    2. Page Not Found:

    when i select 1st option from permalinks i.e. http://car-n-car.com/forums/forums.php?id=1 then it work fine but its not good for seo .. that’s why i need 3rd option which is name based permalinks.. so when i select 3rd option then content goes hide and message apear regarding page not found.

    here is its screenshot for better understanding :

    b) http://car-n-car.com/forums/page-not-found.jpg

    =====================================

    2. Permalinks Problem:

    my name based permalinks structure is like that

    http://car-n-car.com/forums/forums/first-forum

    means the word of forums is repeated 2 times, so i want to remove this one word ( forums ) from name based permalinks.. i think it creates all trouble for me and drive me crazy…

    here is its screenshot

    http://car-n-car.com/forums/car-permalinks.jpg

    =====================================

    here is my .htacess file structure

    http://car-n-car.com/forums/htaccess.txt

    =====================================

    Note: I’ve tried various things but nothing happened even i tried

    A). http://bbpress.org/forums/topic/name-based-permalinks-without-page-and-forums

    B). http://bbpress.org/plugins/topic/nicer-permalinks/

    C). http://www.technospot.net/blogs/how-to-remove-forum-and-topic-keyword-from-bbpress-url/

    but they are not useful ..

    =====================================

    Special Request:

    I’m inviting the sir chrishajer, johnhiler, Gautam to take personal interest in this issue so that other people can learn from this post…

    I hope you’ll solve these issues…

    Regards

    cNc

    lwoods
    Member

    I have installed bbpress and changed all of the links, etc. in the bbpress admin. I added “bbPress Forum List” and “bbPress latest topics” to my widgets BUT when I drag either the bbPress List or the bbPress Latest widgets to the sidebar, they show on the sidebar until view the site. Then (1) the forums/topics do not show up on the site and (2) when I go back to the Widgets page the bbPress widgets that I had previously drug onto the sidebar are gone! IOW, they don’t “stick” to the sidebar.

    ??????????????

    TIA

    #86960
    gerikg
    Member

    I found this: http://phpdoc.ftwr.co.uk/bbpress/ is that helpful in finding an answer?

    #87004

    In reply to: Tweaks to my bbPress

    jurasiks
    Participant

    Better to tell novies how you make description of each topic with characters limit.

    Good article for wiki.

    #86651
    DavyB
    Participant

    Actually its same hosting company, EU datacenter rather than US west datacenter. I was being a little vague as to the hosting company, 5 hops on a tracert rather than 18+, much more responsive.

    I have got it to connect to the db by editing the bb_meta table, values for user_bbdb_name, user_bbdb_user, user_bbdb_host and user_bbdb_password, its now working to some extent, but user identifiers dont seem to be mapping correctly, so I cannot access as a logged in user on the bbpress side.

    #86650
    Olaf Lederer
    Participant

    Moving to a new hosting company will not say that the database connection is the same.

    Check the documentation from the new provider how-to connect to your database from PHP

Viewing 25 results - 44,701 through 44,725 (of 64,519 total)
Skip to toolbar