Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 64,001 through 64,025 (of 64,456 total)
  • Author
    Search Results
  • #878
    otilija
    Member

    Ive looked though the warious theads on this but have not found a solution.

    When I log in to wp and then go to the forum the the username field is filled in but the password field is blank and clearly I am not logged in to bb.

    A far as I can see I have followed the instructions to the letter but its not working. here is my config.

    $bb_table_prefix = ‘bb_’;

    $bb->domain = ‘http://whipup.net’;

    $bb->path = ‘/bbpress/’; // Example: ‘/forums/’

    $bb->name = ‘the whipup forum’;

    $bb->admin_email = ‘zerospam@kinetic.com.au’;

    $bb->mod_rewrite = true;

    $bb->page_topics = 30;

    $bb->edit_lock = 60;

    $bb->gmt_offset = 0;

    define(‘BBLANG’, ”);

    $bb->akismet_key = ‘xxxxxxxxxxxx’;

    $bb->wp_table_prefix = ‘wp_’;

    $bb->wp_home = ‘http://whipup.net’;

    $bb->wp_siteurl = ‘http://whipup.net’;

    /* Stop editing */

    define(‘BBPATH’, dirname(__FILE__) . ‘/’ );

    require_once( BBPATH . ‘bb-settings.php’ );

    #50682
    zimpet
    Member

    After a while… It seems that anyone else is facing this problem with bbpress. So, I did a research… and I found a solution for my problem. Maybe there are others around need a way to solve this problem. As far as I understand it is a bug, cause wp-redirect sets a wrong status header. If you add a line saying:

    status_header(301);

    before

    wp_redirect( $re );

    is called within bb-login.php, all is going well.

    #50964
    suleiman
    Member

    is there anywhere i could just copy and paste the code? maybe into a header.php file?

    #866
    hanbit
    Member

    hi,everybody i install wordpress and bbpress successful

    the next i want to do is make bbpress use the wordpress’s theme

    first i edit config.php,

    add:

    require_once(‘/home/myusername/public_html/blog/wp-blog-header.php’);

    define(‘WP_BB’, true);

    for example

    <?php

    require_once(‘/home/myusername/public_html/blog/wp-blog-header.php’);

    define(‘WP_BB’, true);

    then , copy bb-templates/ directory to my-templates/

    edit my-templates/header.php

    add <?php get_header() ?> in it

    my-templates/foot.php

    add <?php get_foot() ?> in it

    but the appear some mistake

    the message :

    Warning: main() [function.main]: open_basedir restriction in effect. File(/domains/chinalin.org/public_html/wordpress/wp-

    blog-header.php) is not within the allowed path(s): (/home/kim/:/tmp:/var/www/:/usr/local/lib/php/:/etc/virtual/) in

    /home/myusername/public_html/wordpress/bbpress/config.php on line 2

    Warning: main(/domains/chinalin.org/public_html/wordpress/wp-blog-header.php) [function.main]: failed to open stream:

    Operation not permitted in /home/myusername/public_html/wordpress/bbpress/config.php on line 2

    Fatal error: main() [function.require]: Failed opening required ‘/domains/chinalin.org/public_html/wordpress/wp-blog-

    header.php’ (include_path=’.:/usr/local/lib/php’) in /home/myusername/public_html/wordpress/bbpress/config.php on line 2

    what else should i do ? please tell me the others setting .

    sorry for my bad english

    the wordpress is 2.0.5 ,bbpress is 0.73

    #50934

    I do not know. Can you help localize? Look at this post.

    bbPress International

    Я не знаю. Можете вы помощь локализовать? Посмотрите этот столб.

    сделано с http://babelfish.altavista.com/

    #50929
    peiqinglong
    Member

    I would start styling the table. Copy and paste the original code from the style.css from the bbpress into your new theme and then go from there.

    #50969

    In reply to: Moving post

    ear1grey
    Member

    Sounds like you also need to split an existing topic… where a non-bozo-but-misguided user has replied to a topic when they should have started a new one.

    #50012

    In reply to: bbPress new Theme

    Yea, i saw this plugin after i edited the files. I switched to the plugin.

    #50928

    Im working on integrating it with wordpress. Check out my forum for updates on progress.

    http://www.talkaboutdesign.com/forum/

    #50011

    In reply to: bbPress new Theme

    Looking 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 )

    #50010

    In reply to: bbPress new Theme

    I added a default avatar, and also working on adding more stuff to this template. Check out my forum to see progress.

    http://www.talkaboutdesign.com/forum/

    #50927
    tgpuckett
    Member

    OK, so I’ve got this far:

    http://www.macuserblog.com/boards/

    What can I do to make the rest perfect? Thanks!

    #50963

    I would make a copy of your functions (wp_admin_bar and wp_admin_bar_style) and put them in a bbPress plugin.

    I you want to make sure the code is always the same, you could use a symlink or instead make a bbPress plugin that just includes the one needed mu plugin.

    #50940
    suleiman
    Member

    that was MUCH needed…thanks :)

    #50939

    Done – thanks :)

    #875
    suleiman
    Member

    My WPMU and BBpress setup is 99.99% complete. The *only* remaning issue is this:

    Across all the blogs in my WPMU install I have a header that uses the following code to hook into every wordpress blog on my site:

    add_action(‘wp_footer’, ‘wp_admin_bar’); /* part of hack to make this show at the top of each blog */

    add_action(‘wp_head’,’wp_admin_bar_style’);

    I need this header to show up at the top of my bbpress install without having to load wordpress on top of bbpress.

    In short, I like my bbpress the way it looks on its own, I just want the header at the top. Is this possible?

    #50948

    i will be releasing my template for bbpress pretty soon. check out http://www.talkaboutdesign.com/forum/

    to stay updated.

    #50947
    peiqinglong
    Member

    You make a directory inside of bbpress directory called my-templates and copy the contents of bb-templates into there and modify the files.

    #50938
    fuknrekd
    Member

    Thanks. Don’t know why I didn’t think of that before. Ah well. (I edited my web site in my profile to use that link so I’ll have a link for it on this site. Perhaps I’ll link to it from my BB too. :D )

    ‘Rekd

    #829
    lordcoder
    Member

    Hi all ,

    this board is very nice , and the support also , they respond me very fast !

    i am customizing a little my Bbpress to give it a strange new look , but to continue , i need to know how to get poster’s ID to get the profil URL , i tried this , but it doesnt work ( on post.php ) :

    echo $post->poster_id;

    So what’s the problem ?

    TFYT .

    #50750

    In reply to: img tags

    #49889
    tgpuckett
    Member

    Atsutane: Thanks so much for your help!! I really appreciate it :)

    #50937
    Atsutane
    Member
    #49888
    Atsutane
    Member

    From what i see. I think it only css problem and some html problem. It seem before <div id=”footer”> u got 1 extra </div> … well i think so :) Anyway i need to go now. Good luck with your bbpress

    #870
    fuknrekd
    Member

    It’s getting pretty busy here pretty quickly and hard to find what you’re looking for. Tags help and are pretty cool, but limited to what others have put there.

    Would it be possible for you guys to add a search box here?

    Thanks!

    Rekd

Viewing 25 results - 64,001 through 64,025 (of 64,456 total)
Skip to toolbar