Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 39,076 through 39,100 (of 64,515 total)
  • Author
    Search Results
  • #37575

    Topic: emoticons question

    in forum Plugins
    Yukon Cornelius
    Participant

    Hi,

    Apologies, because i know there are lots of posts out there on the subject, but I am kind of new to bbpress, and I’m a little confused.

    My client wants emoticons installed on his bbpress installation (1.02), but the only plugins I can find seem to work only up to around bbpress 0.9.

    Even the forum topics discussing the need for emoticons and smilies seem to tail off around 2009. Weird.

    Did emoticons get integrated into bbpress core around that time? If so, I can’t seem to find any options for it.

    Did emoticons become so uncool people stopped using them?

    Or is there a way to implement them into bbpress 1.02???

    If anyone can point me in the right direction, I’d be really grateful ;-) [insert giant cheesy winking emoticon here]

    Jimmmy

    #37574
    [removed]
    Participant

    Hey all,

    I’m trying to intercept certain (pre-defined bbPress) queries and filter a few results out. I figured I’ll need to register an action on ‘bb_query’, but I can’t seem to modify the actual query.

    Say I want to filter all topics by myself from the recent posts view, I registered the following:

    add_action('bb_query', 'filter_query');

    And then the code:

    function filter_query(&$obj) {

    if($obj->type == 'topic' && $obj->query_id == 'get_recent_posts') {

    //ADD "AND topic_author != 'Litso'" to the query here
    }
    }

    Can anyone point me in the right direction?

    #37573
    Sredna
    Member

    Hello

    I’m trying to fit my Superbold bbpres style to my modified Twenty10 WordPress style. Basically I would like to copy the navigation bar of the Twentyten to the bbpress forum. Any idea on how to do that?

    My wordpress http://krusty.dk/

    My forum http://krusty.dk/forum/

    Any help is greatly appreciated :D

    Sredna

    #97894
    Ben L.
    Member

    https://trac.bbpress.org/browser/trunk/bb-load.php#L25 – here’s an even better solution.

    error_reporting(E_ERROR | E_WARNING | E_PARSE | E_USER_ERROR | E_USER_WARNING); allows us to avoid new error messages if PHP adds new error types in the future.

    #102994
    Ben L.
    Member

    https://trac.bbpress.org/browser/trunk/bb-load.php#L25 – here’s an even better solution.

    error_reporting(E_ERROR | E_WARNING | E_PARSE | E_USER_ERROR | E_USER_WARNING); allows us to avoid new error messages if PHP adds new error types in the future.

    #94994
    Anonymous User 5853594
    Inactive

    With the page templates, you can make a seperate login and registration page.

    Just create a new page and look under:

    “Page Attibutes” > “Template” > “bbPress – User Register”

    With the other templates you can create pages for all kinds of other functions for your blog.

    #94993
    mark_corbin
    Member

    Thanks JJJ!

    One more thing’s been bugging me: I want anyone to be able to register on the forum, but no ‘register’ link appears on the bbpress log-in widget, or for example after links that say ‘sorry, need to be signed in to post comments’ .

    There seems to be a template file for a bbp registration form, and I’ve tried guessing but I can’t work out the link to it!

    So

    1. Is this by design, have I got an option wrongly ticked somewhere?

    2. Could you let me know the link to a registration form if there is one – otherwise I could use the standard wp registration link

    3. Is it worth me searching through the code trying to add in a few links in the right places, is there one quick-win place to this? I guess priority for me is to get the link in the sign-in widget.

    I’m tempted to try to create or use a lightbox registration/log-in process anyway, but I need a much shorter term solution (small numbers of people might register from Friday)

    Thanks for your help folks, love this software

    Mark

    #99537

    It’s a weird problem, because if I use the same function in the same while-loop it does work..

    So for the moment I’ve given some invisible html-tag the value `topic_title(forum_last_topic_id());’ and where it’s supposed to be.. (topic name)..

    <p>It works, but it’s dirty and I still don’t know what’s wrong.</p>

    <p>It’s bbPress 1.02 by the way, should’ve went with 0.9.x! I know.`

    #104637

    It’s a weird problem, because if I use the same function in the same while-loop it does work..

    So for the moment I’ve given some invisible html-tag the value `topic_title(forum_last_topic_id());’ and where it’s supposed to be.. (topic name)..

    <p>It works, but it’s dirty and I still don’t know what’s wrong.</p>

    <p>It’s bbPress 1.02 by the way, should’ve went with 0.9.x! I know.`

    #37570

    Hi,

    I’m using bbPress for a website I’m building and I’m experiencing a kind of weird thing. I’m using the following code to get the last topic title on the forum page:

    topic_title(forum_last_topic_id());

    It works well except for the first Subforum..

    Here’s a link:

    http://venvnvs.nl/bbpress/

    #94992
    wildkyo
    Member

    I’m waiting for an alpha release with auto-update in WordPress… is there any estimated date? Thank you very much for your work.

    #64035
    sontru
    Participant

    @RoyalManG – you need to change line 7 in avatar-upload.php to bb_auth(‘logged_in’); // logged in?

    I’ve having a bit of a problem with this Avatar Upload plugin when uploading files larger than the specified dimensions. If I do so bbPress just displays a blank page with this address: http://<forumdomain>/bbforum/profile/<user>/avatar

    Has anyone come across this before and can help?

    #99524
    hixsonb
    Participant

    WOW! Too many later hours. It was a silly mistake on my part.

    For some reason, even though I had selected to integrate the WP and BB databases, I was using BB database credentials as the connection and not the WP database.

    No wonder it kept telling me it could not find the WP user table.

    Something so simple was driving me crazy. I knew I knew how to do this because I have done it several time.

    Oh well, maybe by my mistake someone else can find their solution.

    #104624
    hixsonb
    Participant

    WOW! Too many later hours. It was a silly mistake on my part.

    For some reason, even though I had selected to integrate the WP and BB databases, I was using BB database credentials as the connection and not the WP database.

    No wonder it kept telling me it could not find the WP user table.

    Something so simple was driving me crazy. I knew I knew how to do this because I have done it several time.

    Oh well, maybe by my mistake someone else can find their solution.

    #94990
    Pr1me
    Member

    Could someone tell me what the code is to display the recent forum entries in the sidebar? (without using the widget system)

    #83702
    tnts
    Participant

    We have had the same mislinking issue on our forum at: http://www.yksivaihde.net/site/foorumi/

    It’s running on 0.9.0.3 because bbPress update didn’t work with the custom theme.

    This plug-in also caused A LOT of queries to database and our server locked our forum out for too heavy CPU usage. I haven’t found a better plug-in for this use, but now I had to disable this one.

    #37566

    Topic: SQL error!

    in forum Installation
    jzp820927
    Member

    SQL error!

    >>> database:bbpress (localhost)

    >>>>>> CREATE TABLE IF NOT EXISTS bb_posts (

    post_id bigint(20) NOT NULL auto_increment,

    forum_id int(10) NOT NULL default 1,

    topic_id bigint(20) NOT NULL default 1,

    poster_id int(10) NOT NULL default 0,

    post_text text NOT NULL,

    post_time datetime NOT NULL default ‘0000-00-00 00:00:00’,

    poster_ip varchar(15) NOT NULL default ”,

    post_status tinyint(1) NOT NULL default 0,

    post_position bigint(20) NOT NULL default 0,

    PRIMARY KEY (post_id),

    KEY topic_time (topic_id, post_time),

    KEY poster_time (poster_id, post_time),

    KEY post_time (post_time),

    FULLTEXT KEY post_text (post_text)

    ) TYPE = MYISAM DEFAULT CHARACTER SET ‘utf8’;

    >>>>>> You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘TYPE = MYISAM DEFAULT CHARACTER SET ‘utf8” at line 16

    #99523
    hixsonb
    Participant

    By the way, I am integrating WordPress 3.05 and bbPress 1.02.

    The problem is with the database prefix of wp_

    Even though that is the correct user database prefix, it just doesn’t work.

    All the key and salts are correct.

    I have not had this problem before and am curious if anyone else is experiencing this problem.

    I am really running out of things to try.

    Thanks.

    #104623
    hixsonb
    Participant

    By the way, I am integrating WordPress 3.05 and bbPress 1.02.

    The problem is with the database prefix of wp_

    Even though that is the correct user database prefix, it just doesn’t work.

    All the key and salts are correct.

    I have not had this problem before and am curious if anyone else is experiencing this problem.

    I am really running out of things to try.

    Thanks.

    #99506
    Celtic-Tyger
    Member

    PHPbb is driving me nuts.

    Does bbpress allow multiple installs, to share one user table. Without corrupting and resetting forum permissions?

    #104606
    Celtic-Tyger
    Member

    PHPbb is driving me nuts.

    Does bbpress allow multiple installs, to share one user table. Without corrupting and resetting forum permissions?

    #94989
    selise
    Participant

    my apologies if this has been covered elsewhere. how will wp user roles map to bbpress plugin functions (start new topic, etc)?

    #99505
    t_nally
    Member

    thanks zaerl! For everyone else here this is what I found as an alternative until there is update or workaround for bbpress:

    Vanilla Forums

    tal.ki Forums

    they have free versions but its mostly a paid service.

    #104605
    t_nally
    Member

    thanks zaerl! For everyone else here this is what I found as an alternative until there is update or workaround for bbpress:

    Vanilla Forums

    tal.ki Forums

    they have free versions but its mostly a paid service.

    #37560
    hixsonb
    Participant

    Hi,

    I am sure this has been asked but I must not be typing the right search phrase because I can not find the solution.

    I have successfully integrated a few WordPress/bbPress installations but am having an issue with the latest one I am setting up for a client.

    WordPress is successfully installed.

    The latest download of bbPress has been installed and uploaded to the server.

    The WordPress bbPress integration plugin has been installed.

    The appropriate define cookiepath and cookiedomain settings have been added to the wp-config.php

    When starting the bbPress installation and configuration, I keep getting…

    …problem connecting to the WordPress user database.

    I know the auth keys and all the other keys are correct as well as the database prefix of wp_.

    I am missing something?

    Thanks,

    Bert

Viewing 25 results - 39,076 through 39,100 (of 64,515 total)
Skip to toolbar