Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 41,451 through 41,475 (of 64,522 total)
  • Author
    Search Results
  • #94427
    Ricardo
    Participant

    Thanks for the update John!

    #35477
    MathiasB
    Member

    Can any help me with making a testuser in my local bbPress setup?

    The pwd is always sent per email, but it doesn’t work on my local setup…

    grz,

    Mathias

    #35476
    sagarwal1981
    Member

    Hi ,

    I had a group on google of 400+ members and thousand of posts , Is it possible somehow to pull all that data from google group to my wordpress site having bbpress…

    Please provide any suggestions.

    Thanks

    Saurabh

    #35475

    Topic: Post in HTML

    in forum Troubleshooting
    DKB
    Participant

    Hi, is there a way to make a post in html.

    Eg. Copy from WordPress and paste it in bbPress.

    Cheers, DKB

    #94426

    Thanks for the update JJJ, sounds like a few lines of code still need to be written, you are the man for the job though! ;) If you need anything tested, let me know and I’ll do my best to *try* and break anything!

    mr_pelle
    Participant

    Take a look at these topics: https://bbpress.org/forums/search.php?q=0.9+to+1.0

    Some people do not raccommend doing this, since it would break most of your plugins. Others say you can, with no problems at all.

    Anyway, those threads are way old…

    #68719
    mr_pelle
    Participant

    bbPress is not a WP plugin, so there will be absoultely nothing on the WP dashboard.

    You’ve to browse to your-forum-name/bb-admin/

    #94414

    In reply to: Images

    mr_pelle
    Participant
    mr_pelle
    Participant

    bbPress 0.9.x and 1.x are A LOT different… No idea how you could get that work…

    #94301
    mr_pelle
    Participant

    If you downloaded trunk via SVN, BackPress is included, else you’ve to download it from here.

    #93721
    _ck_
    Participant

    KSES is too slow to use for realtime output.

    It’s used by WP/bbPress *before* the post is saved permanently (pre_post filter)

    But bbcode is stored as bbcode, not converted HTML.

    So it has to be converted to html each time a post is shown (post_text filter).

    So KSES is too slow for that.

    (plus I don’t want to use an external function with regex matches, which makes it ten times more complex)

    #94026
    _ck_
    Participant

    Okay there are two different people in this conversation.

    But no, you cannot change the post order in a topic, at least not correctly and consistently. bbpress internally uses post-position and hard codes the post order.

    The system would have to be redesigned.

    My user-wall already avoids this problem and allows posts in any order and any spinoff I might create from bbpress will also have this ability.

    But for now, no bbpress can’t do that correctly.

    #94424
    Rich Pedley
    Member

    Trying to integrate existing plugins may be more trouble than it’s worth. However a few examples of how to adapt existing ones to work with as little fuss as possible may be better. But having said that I dare say a lot of the filters/actions will still be there, which increases the chance of existing ones working.

    Jodie Burdette
    Participant

    I am building a website for our local Canine Search and Rescue group. They are currently using Yahoo Groups but since some users can’t access Yahoo from work they need me to build them an alternative.

    The biggest features I need to replicate are:

    – users can register to post to the group

    – posts are threaded (like a forum) and appear on the website/forum

    – posts are emailed to all (registered) members of the group

    – WP editors/administrators can manage group users and posts

    – dead easy to use

    If they are able to reply to posts via email that would be a great bonus.

    How much of that can I accomplish with bbPress?

    I have build membership sites in the past and used other forum software so I am not a newbie nor afraid to get in under hood and make changes if necessary.

    Jodie B

    #75805

    The link provided above by José Conti, it’s a fake. The downloadable file does not exist.

    I think he’s using this forum to advertise her website, without any contribution to the comunity

    El enlace proporcionado por José Conti, es falso. El archivo descargable no existe.

    Creo que está usando este foro para promocionar sus sitio web sin aportar nada a la comunidad.

    #76456
    Erlend
    Participant

    15 it is, rock on!

    #66453
    rockyteng
    Member

    i am not sure if anybody came with this problem:

    when i installed bbpress using https:

    i could not login bb-admin

    and when i tried to login

    it brings me back to the top page.

    instead i use http to install bbpress again,

    all works OK

    anyone know what’s the problem?

    thanks

    #35465

    Topic: Images

    in forum Showcase
    makecg
    Member

    bbpress is cool but not so good on images? my blog is going to have alot of images.

    #35462

    Hi,

    I use BBpress Version 1.1-alpha-2539 (trunk version), what is great with this version two new options :

    – anonymous posting

    – email notification on new replay to your topic/comments

    Yes this is ok, but i need some thing more : the email notification is avalaible only for registred membre, not for anonymous posting … so how can us get this option work for guest posting ?

    thank’s

    egonen
    Member

    Hi,

    Just Installed bbPress with Hebrew support (he-IL rtl). I uploaded simple theme (this is its name ‘simple’) but in the Available Themes I see and empty screen shot with Hyper text “simple”.

    When I activate the new theme – the forum is without any design – only plain HTML text.

    What am i doing wrong?

    Thanks

    B-T-W : How do I add a pic to my profile in this forum?

    Best Regards,

    Eyal

    #94356

    In reply to: Installation

    zaerl
    Participant
    #35460
    Anonymous User
    Inactive

    I know there’s a few threads on WordPress integration, whereby WP and bbPress share users in the database. But I was thinking of doing it another way, prior to launching my site, and wondered if others had done it.

    Basically, I would turn off registration for WordPress. No users can register using WordPress, ever. Instead, the registration process is just handled by bbPress.

    What I would then need to do, is have a bbPress login in the header of my WP blog. The comments for a post in WP would be handled by bbPress. I would probably have to create a bbPress thread manually, then link to it from the WP post, or somehow integrate it into the WP post.

    Is it possible to include a bbPress thread in a WP post, if you know the thread id? I would probably tie the thread id to the relevant post using a custom field in WP, then grab it in my WP template.

    Does this make sense? I hope so. :)

    Mr Brainz
    Member

    Hi,

    I hope you can help. I’m not great with bbPress

    I have bbPress integrated with WP. I’m running WP 3.01 and bbPress 9.04. I’m using the “Root Cookie” plugin (from what I remember) to make them integrate.

    I set this up a year ago so I don’t really remember what I did completely to start with.

    I’m trying to pull posts out into a widget with a WP plugin but it’s not working which is why I want to upgrade.

    I first of all I tried a straight upgrade to 1.0.2. The forum was accessible, but you couldn’t log in. If I visited /bb-admin I got a 404.

    So I tried going from 9.0.4 to 9.0.6 to see if an incremental upgrade would work. This just completely broke and I was getting a function error.

    Can anyone help me with a method to upgrade to 1.0.2 without breaking integration with WordPress?

    Would appreciate any help.

    Thanks,

    Greg

    #35457

    Topic: Installation

    in forum Installation

    Hi all

    I just downloaded the bbpress but don’t really understand the install instruction, I uploaded to server but not sure what to do next, when I go to the link it just asks me to down load the file bbpress-1.0.2.zip. the file i just uploaded?

    can anyone please help, many thanks

    : (

    #93975
    aronchi
    Member

    BBpress moderation suite doesn’t have any options to hold messages for moderation, it’s not a solution.

Viewing 25 results - 41,451 through 41,475 (of 64,522 total)
Skip to toolbar