Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 59,826 through 59,850 (of 64,423 total)
  • Author
    Search Results
  • #2364
    verygood
    Member

    Hi there,

    I need to customise new process that involves the following:

    User’s management and permissions synch between WordPress blogs and BBpress

    New threads management and permissions synch between WordPress blogs and BBpress

    And all this get complicated when implemented on multiple blogs invoirment.

    Can anyone help when to search?

    p.s

    I’ve this one:

    http://trac.bbpress.org/ticket/438

    but the documentation is to poor…

    – do you know somebody to program my needs from scratch (paid by paypal / CC)

    Thanks

    #60479
    chrishajer
    Participant

    For future reference, the database password was wrong in the config.php.

    #60478

    Chris was very helpful in fixing the problems. This topic is RESOLVED.

    #60495

    In reply to: Unread Topics

    Sam Bauers
    Participant

    You should consider just tracking what the last time was each user viewed a topic. That will reduce the number of entries in your table to a maximum of one entry for each user on each topic, rather than one entry for each user on each post.

    As for the delay in getting plugin “approval”, you aren’t alone. I’ve waited a while at times and had to poke for it to get done, approval is less about the question of “is your code good enough” and more about weeding out spam/bozos etc. Also, from what I understand mdawaffe is pretty much the only developer doing significant work on bbPress at Automattic and he has other responsibilities there as well (including maintaining the WordPress plugin browser).

    The community here is growing, but small, and the few people who are regular contributors to this forum are really quite helpful, enthusiastic and generally pretty knowledgeable. I hope you feel more welcome as you get to know us and become more involved.

    #60511
    Jaithn
    Member

    actually i have found some more problems…

    after integration. my feeds don’t work anymore…

    the bbpress feed shows the following error:

    XML-Verarbeitungsfehler: XML-Deklaration nicht am Beginn von externer Entität

    Adresse: http://zuhause-weltweit.de/forum/rss.php

    Zeile Nr. 1, Spalte 3: <?xml version=”1.0″?><!– generator=”bbPress” –>

    –^

    and the wordpress feed:

    XML-Verarbeitungsfehler: XML-Deklaration nicht am Beginn von externer Entität

    Adresse: http://zuhause-weltweit.de/feed

    Zeile Nr. 1, Spalte 3: <?xml version=”1.0″ encoding=”UTF-8″?>

    –^

    sorry, its in german. but both only say, that the declaration is not at the beginning…

    how does that come? any ideas?

    thx,

    jaithn

    #56917
    M
    Member

    Funny, I just ran into this problem again within the past couple of days. Totally out of the blue, without any changes to the forum, a handful of my members posts are being marked as spam, and half of those users are marked as bozo. Because I have nothing to go on, I can’t offer up any useful info for a solution at this point.

    It’s not a huge problem since I can just check the spam every couple of days and send the posts to the forum. The last bozo solution worked so well that I don’t even check it anymore, but someone emailed me today to alert me and I found a stack of posts from the last 2-4 days marked as spam.

    #60523
    fel64
    Member

    Might have asked what you wanted straight away. :/ So open your theme’s functions.php and add this:

    function is_bbpress() {
    global $bb;
    return $bb ? true : false;
    }

    Off the top of my head, but should work anyway. Try it.

    #60522
    ganzua
    Member

    Hey fel64!

    Thanks for the answer. Do you know if is it possible to copy these functions in your wordpress theme functions file?

    In fact I only need to define one conditional tag; is_bbpress(), so I can display different advertising blocks in the wordpress sidebar when loading bbpress.

    #60521
    fel64
    Member
    #60452

    In reply to: Advanced Search

    fel64
    Member

    It does, the forum is just being silly. It added the full stop to the url.

    Use this:

    https://bbpress.org/forums/search.php

    Not possible to quote.

    ganzua
    Member

    In wordpress you can use conditional tags -> http://codex.wordpress.org/Conditional_Tags to display different content according to the page that is being displayed.

    Well, after having wp and bb integrated and displaying wp sidebar in bbpress, is it possible to define conditional tags for bbpress or bbpress folders?

    #2360
    Jaithn
    Member

    hello guys,

    i have succesfully integrated bbpress and wordpress…i’m still working on the template integration, but is in progress…

    but i also have some little problems…

    1. i can only logout through the script i login…wordpress login -> only wordpress logout works

    2. the side doesnt let me download files…wenn i click on a link to a pdf the following error occurs:

    Fatal error: Call to undefined function load_default_textdomain() in /home/www/kunden/fsj-community.de/wordpress/forum/bb-settings.php on line 182

    direkt link: http://zuhause-weltweit.de/files/2007/09/zwev-satzung-beitrittsformular.pdf

    side: http://zuhause-weltweit.de

    can you guys help me out?

    jaithn

    #60040
    rashantha
    Member

    can you post the link.

    #56916
    Trent Adams
    Member

    If you look at it, the bozo.php file hasn’t had any real “renovations” for quite some time. It is something that has to be addressed and I completely agree. Between the integration issues, akismet and bozo concerns, people might be a little put off.

    What I don’t understand is how some people are getting real problems and others are not. I haven’t had any real problems, but I don’t run a large site. Has any of the big ones had any real problems?

    Trent

    #60127
    fel64
    Member

    Are you actually getting any spam? It would show up in the Akismet admin menu if you were. If not, you could disable it.

    fix-bbpress does nothing if the version number is not 8.1.

    #56915
    You can also alternatively get rid of it all together just by taking this line out of bb-settings.php:

    require( BBPATH . BBINC . 'bozo.php');
    &&
    require( BBPATH . BBINC . 'akismet.php');

    YMMV.

    Why would I need to take out the akismet.php as well?

    #60125

    They’re not marked as bozos.

    Something else happened to a few posts now. The posts themselves don’t show up but the user shows up as “latest poster”. When I click on the latest poster link it goes to the last page of the topic but not the latest post as it’s not there.

    I installed the fix-bbpress plugin but it still doesn’t work.

    #2359

    Topic: Start over

    in forum Installation
    #60450

    In reply to: Advanced Search

    fel64
    Member

    Yup. bbpressroot/search.php. So for this forum, it’s https://bbpress.org/forums/search.php. Your search page may need a template change: https://trac.bbpress.org/ticket/694#comment:1

    #55743

    In reply to: Anonymous posting

    matt123
    Member

    Goto the link I mentioned copy and save as a php file.

    anonymous.php.txt

    Then read: Ticket-633.2.patch You have to follow the directions hacking up the core files.

    If your not comfortable with bbpress probably should avoid this one cause you’ll be messing with the core files.

    Anyone know of a sign-up validator for bbpress?

    #2349
    rashantha
    Member

    is there any advanced search features in bbpress?

    would like the ability to search by poster, subject etc.

    #60095

    In reply to: top 100 bbPress sites

    _ck_
    Participant

    Don’t get too comfortable on your position in the list ;-)

    As I get more time to code it and add more data, the positions keep slipping. Now almost 1500 sites with ~1100 or so listed.

    #60477

    I have no idea.

    #2353
    imnakoya
    Member

    Warning: constant() [function.constant]: Couldn’t find constant BBDB_HOST in /home/africao2/public_html/forum/bbpress/bb-includes/db-mysqli.php on line 54

    Could someone help interpret this please?

    I have installed bb on my wordpress site but it shows the above warning and no theme in visible. Thanks.

    #60476
    chrishajer
    Participant

    Hard to tell from that cut n paste since the formatting is all messed up. I don’t think it’s a syntax error anyway, it’s just a database connection issue. One of the connection details is not accurate.

    Is the BBDB_USER quoted in the config.php file (it is not in the edited version here)?

Viewing 25 results - 59,826 through 59,850 (of 64,423 total)
Skip to toolbar