Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 39,976 through 40,000 (of 64,532 total)
  • Author
    Search Results
  • #94788
    intimez
    Participant

    new reply from dashboard not visible in forum

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

    #103733
    #98633
    #36768
    Wiiishy
    Member

    I’ve installed CKeditor and TinyMCE, tweaked and messed with the code for weeks. I then installed the same two editor to phpBB and Drupal and they both work fine but the forum format are ugly. It seems like BBpress cannot output rich text. I might be wrong, but there seems to be nothing right now. Just a heads up.

    #103621
    Peter Westwood
    Participant

    I’ve ported over the changes to KSES and clean_url into a branch in the BackPress repo ready for bbPress 1.0.x branch work.

    If anyone has cycles to review and test would be great :-)

    http://backpress.automattic.com/log/branches/bbpress-1.0-backpress

    #98521
    Peter Westwood
    Participant

    I’ve ported over the changes to KSES and clean_url into a branch in the BackPress repo ready for bbPress 1.0.x branch work.

    If anyone has cycles to review and test would be great :-)

    http://backpress.automattic.com/log/branches/bbpress-1.0-backpress

    #94787
    intimez
    Participant

    Thanks @Gautam

    Call to undefined function bb_update_usermeta

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

    Not posting from dashboard

    #94786
    Gautam Gupta
    Participant

    @intimez

    I started from scratch and I’m trying to add it to the menu

    Ok, here are the steps to test the plugin:

    1. Upload the plugin folder to the wp-content/plugins directory & activate it.
    2. Go to Appearance -> Themes & activate the bbPress TwentyTen theme.
    3. If you’re using permalinks, go to Settings -> Permalinks and click the save button.
    4. Go to Pages -> Add new & select bbPress - Forum index in the template selection in the right side, give the page title Forums or anything and press publish. You can repeat the step to add pages like add new topic, topic index page etc.
    5. Go to Appearance -> Menu if you want to add those pages to the menu for easy navigation.
    6. Go to Forums -> Add new & write a forum title, description and press publish.
    7. Now go to your blog’s home page or that forum you created or directly here – http://www.example.com/bbtest/forums
    8. If you go to that /forums url, hopefully you’d see the forum listed which you just created and the new topic form.
    9. Browse, test & report bugs ;)

    #94785
    intimez
    Participant

    I started from scratch and I’m trying to add it to the menu

    I’ve tried

    http://www.example.com/bbtest/forums

    http://www.example.com/bbtest/forum

    Each of them go to Page not found page.

    #94784
    Gautam Gupta
    Participant

    @Willabee @alanchrishughes

    Edit: BuddyPress also already has a built in forum.

    That “built in forum” is bbPress-standalone only. BuddyPress already has the code to integrate bbPress-standalone into it, but as the bbPress-plugin is an entirely new start from scratch, that code would have to be changed if we want to itegrate bbPress-plugin into BuddyPress. That’s why I said “No BuddyPress integration yet (I don’t know if jjj’s working on that, but I don’t think so).”. jjj = John James Jacoby = lead developer of bbPress and BuddyPress.

    Did it clear your confusions? :-)

    #94783
    justin54
    Member

    I’m working on a site and have been trying to implement bbPress into my WordPress theme with no luck. Do you think I should wait for this plugin? If I do go ahead and use bbPress, will the bbPress posts be easy to integrate into the plugin?

    #94782

    I completely disagree with you.

    #94781
    Willabee
    Member

    @ alanchrishughes

    Both are wrong. BuddyPress already allows ways for adressing the entire site in multiple ways. And bbPress already has a profile (which is the basic wordpress user profile). This can be heavily extended with the help of some coding/plugins (other then buddypress).

    So again, there’s no real reason for them to “join” in any kind of way. But seeing as both of the plugins are from automattic, I see them intergrating them into each other in some sort of way. Just like akismet.

    Edit: BuddyPress also already has a built in forum.

    #76585
    Yps
    Member

    I have the same problem. Lots of spam registrations and it is very complicated to delete the users. After every user I deleted I land on the start page. I tried a plugin https://bbpress.org/plugins/topic/delete-all-bozos/, but it did not work.

    #94780

    Yeah my understanding was always that the two were going to have some obvious basic integration options, nothing heavy.

    You could look at Buddypress as a bbPress plugin that gives you some extra profile information and a “wall.” And you could look at bbPress as a Buddypress plugin that allows you to address the entire site including people you haven’t friended.

    #94779
    Rich Pedley
    Member

    But as JJJ is heavily involved in both i am sure he is going to make it as easy as possible to combine the 2.

    #79303

    I ran into this bug today! Just a note that favorites.php is used to create favorite pages in bbPress v1 too

    #94778
    Willabee
    Member

    @alanchrishughes

    BuddyPress and bbPress are two different projects, therefore its up too the user to find/make a solution for them to work together. The small changes he’s referring too is probably stuff like letting the user links go to the buddypress profile, etc..

    @Gautam

    One can always try. ;)

    #94777

    Nice. Is there a codex type deal describing what those changes are? Or do you mean a few small built in changes that you all are working on?

    #94776

    The bbPress plugin will use the existing WordPress user account, with nothing extra needed.

    BuddyPress integration will be extremely easy, although BuddyPress will need a few small changes to help it along. :)

    #94775

    Thanks.

    Will there be basic integration at least? As in one user account for both applications? Personally that is all I have been waiting on for a project. That would be enough to get the project off the ground, then extra integrated features could come further down the line through version updates.

    #36711

    Topic: Avatar upload 0.8.3

    in forum Plugins
    teos55
    Member

    Recently installed bbpress 1.0.2 and avatar upload 0.8.3

    Followed the inst. instruction as follows :

    5 Upload the files in the “additional-files” directory to the following locations.

    avatars/ – directory to the location specified on the admin page, rename if neccesary

    admim page: /avatars/ so I created avatars dir. on bbpress root,writable DONE

    avatars/default.png – default avatar image into the directory created above.

    DONE

    avatar-upload.php – bbPress root directory.

    MOVED bb-avatar-upload.php T ROOT DIRECTORY

    my-templates/avatar.php – your my-templates/my-template-name/ (or bb-templates/kakumei/) directory.

    MOVED TO bb-templates/kakumei/ DONE

    Upload the plugin files.

    bb-avatar-upload.php – your my-plugins/ directory (and activate it).

    DONE

    identicon.php – your my-plugins/ directory (it is automatically included).

    EXISTS

    unsharpmask.php – your my-plugins/ directory (it is automatically included).

    EXISTS


    I dont see the avatar load button on the profile.

    I’m confused, is the filename bb-avatar-upload.php or avatar-upload.php ?

    What am I doing wrong ? ( a novice admin )

    #36710

    Topic: bbcode buttons 0.0.9

    in forum Plugins
    teos55
    Member

    Newly installed, bbpress (1.0) and bbcode buttons (0.0.9) plugin and I se the buttons in the reply box. When I press IMG I’m able to enter the image url.

    When I press ‘send post’ then what I see is this :

    logo9090.jpeg

    Consequently no image displayed.

    What is wrong ? Does it support bbpress 1.0.2

    #103695
    citizenkeith
    Participant

    The original bbVideo plugin works with bbPress 0.9:

    https://bbpress.org/plugins/topic/bbvideo/

    There’s also a new plugin that works with bbPress 1.0:

    https://bbpress.org/plugins/topic/easy-video-embed/

    #98595
    citizenkeith
    Participant

    The original bbVideo plugin works with bbPress 0.9:

    https://bbpress.org/plugins/topic/bbvideo/

    There’s also a new plugin that works with bbPress 1.0:

    https://bbpress.org/plugins/topic/easy-video-embed/

Viewing 25 results - 39,976 through 40,000 (of 64,532 total)
Skip to toolbar