Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 63,026 through 63,050 (of 64,419 total)
  • Author
    Search Results
  • #51954
    Staffan
    Member

    Does anybody know how to combine this great little plugin with the Use display name plugin? I want the it to show my nickname instead of my username.

    #53383

    In reply to: bbPress 0.75 Released

    bbolman
    Participant

    These are all just guesses from looking at the Trac, so I could be wrong on some. I also may have missed a few.

    tags.php

    bb-settings.php

    bb-admin/index.php

    bb-admin/admin-functions.php

    bb-includes/template-functions.php

    bb-includes/capabilities.php

    bb-includes/pluggable.php

    bb-includes/functions.php

    bb-templates/tag-single.php

    bb-templates/style-rtl.css

    bb-templates/style.css

    #53382

    In reply to: bbPress 0.75 Released

    Geezerjim
    Participant

    Does anyone have a list of the files that have changed? I’d rather not upload everything if it’s not necessary.

    #53253
    bbolman
    Participant

    Trying upgrading to version 0.75 of bbpress. That could help.

    #53381

    In reply to: bbPress 0.75 Released

    bbolman
    Participant
    #1236

    bbPress 0.75

    There’s a security fix in this release, so everyone should upgrade.

    #53379

    In reply to: Version Name

    “Bix” will stay until we next release with a new major release number.

    Here’s the explanation: https://bbpress.org/blog/2006/10/bbpress-072/

    #53251
    Staffan
    Member

    I have encountered exactly the same problem!

    I have the latest version of bbPress (downloaded only a few hours ago), php version 4.4.4 and apache server.

    Link to my forum: http://www.thecalmingseas.com/forums/

    /Staffan

    #53378

    In reply to: Calendar?

    bbolman
    Participant

    who knows…maybe CalendarPress will be coming soon. I joke, but really, I would try integrating wordpress and bbpress, and then using the event calendar plugin for wordpress. It is not full-screen unfortunately, but it is a very good calendar for keeping track of events.

    #50945

    In reply to: Quote Option

    Trent Adams
    Member

    I had a post on blockquote earlier, but I think you could really do some neat stuff with images if you wanted as well!

    https://bbpress.org/forums/topic/411?replies=3

    Trent

    #1234

    Topic: Calendar?

    in forum Plugins
    rueger
    Member

    Somewhat off topic, we’re trying out bbPress as a tool for our Board of Directors.

    What would make it invaluable would be a good calendar function to track events, and tasks that need to precede events.

    I’m thinking of something that looks like google calendar, full page and easy to read. I guess we could just embed the google calendar into a page on our site but would prefer something that we can install and maintain on our own server.

    Maybe a bbPress plugin, maybe something standalone – I don’t care.

    Suggestions?

    #1233

    Topic: Error

    in forum Installation
    antivirus
    Member

    Click any tags, for example — > http://bbpress.org/forums/tags/plugin

    and click —> RSS link for this tag.

    #53375

    In reply to: Freshness = -1

    aydos
    Member
    #1232

    I just installed bbpress and went through all the steps to integrate it with WordPress and so far everything is fine except that the times are screwed up. For example, the freshness of all posts is -1 (that’s negative 1) even though the posting times are perfect. That seems to be it and I can’t fix it. Any ideas?

    #815

    Topic: First Plugin Attempt

    in forum Plugins
    Geezerjim
    Participant

    I am attempting to write my first plugin. The idea is to display a graphic image for the posters rank. I keep getting this error.

    Parse error: parse error, unexpected ‘=’, expecting ‘}’ in /home/brightan/public_html/bbPress/my-plugins/graphic-display-ranks.php on line 82

    Here is the function that includes line 82.

    function user_rank($id) {

    $special_rank = get_special_rank (get_post_author_id());

    if ($special_rank>0)

    {

    switch ($special_rank) {

    case 1 :

    $display_rank=$path_to_rank_images . $image_for_special_rank_1;

    break;

    case 2 :

    $display_rank=$path_to_rank_images . $image_for_special_rank_2;

    break;

    }

    }

    else

    {

    $rank_count=get_post_count(get_post_author_id());

    for ($i=1;$i<$num_ranks;$i++)

    {

    if ($rank_count<$rank_max[$i])

    {$display_rank=$path_to_rank_images . $rank_img[$i];

    }

    else

    {$display_rank="";}

    }

    }

    return $display_rank;

    }

    What am I not seeing?

    #51926

    In reply to: Language

    If some strings are not translated it’s cause they are missing to be included nto the internationalization functions, and this is a bug, You can open a ticket on trac about untraslated strings so they will be corrects annd included into pot. file.

    For info about internationalizion and stuff you can refer to WordPress COdex searching for internationalizazion and localization, the info you will find there arcan be applied to bbpress also.

    #53359
    aydos
    Member

    thanks all…

    i have corrected “hot tags” bug (tag over other tags) and added the small green box near <h2>, used in original template but i had forgotten…

    (download file is the same file, overwritten)

    and thanks for “-1 freshness”, this is a demo forum, but i must fix it in my real forum.

    #53358
    bbolman
    Participant
    #53250
    Trent Adams
    Member

    I know there was a problem with the links for some people. I might just try the solution found here and see if it works for you:

    https://trac.bbpress.org/ticket/543

    Trent

    #53357
    Trent Adams
    Member

    I really like this theme! Well done! I am adding a template tag to your title so others can find it easier!

    Trent

    #1231
    JzL
    Member

    I have an existent wordpress install. I successfully installed bbpress and have the db pulling from wp install for the users. Now I want to try and wrap my wp around bbpress utilizing my existent header and footer in wordpress.

    bbpress – v0.74

    wordpress – 2.0.6

    I have been searching everywhere looking where to start but alot say I need to set ('WP_BB', true); in the (bbpress) config.php. In this version of bbpress, it’s not in there. Am I missing something?

    #53356
    chrishajer
    Participant

    I like the theme. Looks like you have the “-1 freshness” problem with the posts though:

    https://bbpress.org/forums/topic/147?replies=11

    #1230
    aydos
    Member

    Hi,

    I have just modified the refresh template (styleshout.com) for bbPress.

    Demo and Download address is:

    http://www.aydos.net/themes/refresh/

    This is my first try. I couldnt work on every css tag.

    Any comments welcome…

    #50169

    so1o has already graciously converted the old core code into a plugin. The initial release can be found https://bbpress.org/plugins/topic/16

    #51924

    In reply to: Language

    motionitem
    Member

    Ok. What about the fact that the .mo file doesn’t contain all the words (translated) specific to bbpress?

    What’s the .pot file for?

Viewing 25 results - 63,026 through 63,050 (of 64,419 total)
Skip to toolbar