Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 44,201 through 44,225 (of 64,519 total)
  • Author
    Search Results
  • #88191
    MayurSomani
    Member

    ok I managed to activate the plugin,

    https://bbpress.org/plugins/topic/bbpresssyntax-hiliter/

    by changing my_plugins to bb_plugins and the folder name to bbpress_syntax_hilite.

    I checked and js and styles are being loaded in header.

    Still, the code is not highlighted :(

    #88188
    _ck_
    Participant

    This has been done a few different ways for bbpress over the years, this plugin is the easiest to find but there are other ways:

    https://bbpress.org/plugins/topic/bbpresssyntax-hiliter/

    #34225
    MayurSomani
    Member

    Is there any plugin that can help me highlight source code on bbpress?

    Any other ideas are also welcome.

    Thanks for reading.

    #87996
    mbiernat
    Member

    Dittos to the above. The Internet is a very emotional place at times. People should understand this.

    bbPress has a lot to offer in terms of a light weight forum.

    BuddyPress has come a long way. When I was trying to use it last year, it in my opinion was not workable. Now, its a streamline plug-in, that works well with WP 3 – thanks to Andy Peatling.

    AfterTheDeadline also turned out super.

    I think if bbPress has one dedicated resource it would be great.

    It looks like (I am not sure) bbPress might go the way of BuddyPress which is a good thing.

    ZeroDegrees
    Member

    I need some help with getting bbpress on my wordpress blog. I am totally confused and have not a clue on where to go for help. Can someone give me simplified directions on what to do?

    I would like to find a BBPress expert who can help me as sometimes I have errors and cannot fix them. Please send me a private message if this is possible and explain what you offer, how much you charge, and what makes you an expert. I need help now with this problem as now it is causing members to not be able to log into the Forum sometimes and they have to go through the blog to log in.

    This just started happening and nothing has changed on my site.

    #87735
    Shagalaga
    Member

    i <3 the new style

    #88122
    wizardregis
    Member

    I tried both ways, gerikg. Still doesn’t work.

    #88201
    Gautam Gupta
    Participant

    Did you upgrade the forums recently? I have posted a solution to that on my blog – http://gaut.am/2009/12/tags-not-getting-deleted-in-bbpress/

    #87734
    Milan Dinić
    Participant

    Noel, here are problems that I think are important to fix:

    • no download link for plugins, version etc (major)
    • in login form in header, username and password are not deleted when you click on it, so you need to manually delete them
    • no subscribe to topic link (I’m now wondering could be this solved by using action topicmeta instead of hardcoding in theme since this won’t work in any theme by default)
    • better aligning on post form on plugin’s pages
    • better pagination on profile pages on forum
    • more margin between columns on user’s favorites page

    Also, gravatars could be added to posts on plugin’s page too.

    #88121
    gerikg
    Member

    I had the same problem but I didn’t know exactly what I did to fix it but try these.

    1. Try to go to Tools and recount everything.

    2. If that doesn’t work try this plugin: https://bbpress.org/plugins/topic/user-roles-table-for-bbpress/

    #88120
    wizardregis
    Member

    I did set up the role map in bbPress WordPress integration during installation.

    #88184

    In reply to: Facebook Integration

    psycheangels
    Member

    Facebook connect based on WP-facebookconnect

    already done with login without registration

    #88174

    In reply to: Modlook tag

    _ck_
    Participant

    Yes, I wrote the “Skip Akismet” plugin last year to do that.

    https://bbpress.org/plugins/topic/skip-akismet/

    It’s cross compatible with bbPress and WordPress, however they refused to accept it into the WordPress plugin repository and told me to submit it to the core (which I didn’t bother if they are going to be like that).

    Later I discovered the akismet plugin itself already has a “trusted user” filter via bb_is_trusted so my method is overly complicated, but my plugin could in theory be modified to trust users who have X number of posts or pass a certain minimum membership age.

    This method however would be much cleaner:

    add_filter( 'bb_is_trusted_user','more_trusted',10,2);
    function more_trusted($trusted,$user_id) {
    // bb_get_user here and determine if trusted, possibly cache result
    return $trusted; // boolean true/false
    }

    Feel free to develop that, let me know if you need help.

    Anonymous User
    Inactive

    Hi _ck_,

    thanks for this mini plugin for bbPress 0.9. I will test it today in my develop enviroment.

    On my live installations (trunk version 1.x) it seems no fix for super stickies is needed. Super stickies are stickies on the front and in its original forum.

    Markus

    #86891
    _ck_
    Participant

    Akismet accidentally marks regular posts as spam.

    Some of your posts are getting auto spammed.

    #88119

    Take a look at the second post. Members with existing role won’t be effected.

    #34219

    Topic: Facebook Integration

    in forum Plugins
    jurasiks
    Participant

    Since new Facebook API we can make deep intergration with bbPress:

    – login without registration on bbPress

    – when posting somethin in bbPress -> cross to Facebook wall

    #87733
    jurasiks
    Participant

    i’m using Opera 10, i can make css table for any site without any plugins.

    i see no reason for updating style of bbpress.org if plugin page don’t work

    #87732
    _ck_
    Participant

    Noel the fonts are small in Firefox but that may be because they don’t seem to scale for some reason when “large fonts” are enabled in Windows.

    Like I pointed out, resetting the body to font-size:100%; seems to fix the whole problem for me.

    The overly large gravatars still takes some getting used to however, I’ve never seen a forum system with avatars over 100×100

    _ck_
    Participant

    Here’s a mini-plugin I whipped up to fix the behavior of bbPress where a sticky that is made to “stick to front” (aka “super-stickies”) gets removed from its original forum.

    Instead, now it will show as a regular sticky in its original forum but also as a super sticky on the front page.

    <?php
    /*
    Plugin Name: Super Stickies Fix
    .................................................................................................................
    */
    function super_stickies_fix($where){return str_replace("topic_sticky = '1'","topic_sticky > 0",$where);}
    add_filter('get_sticky_topics_where','super_stickies_fix');
    ?>

    Tested in bbPress 0.9, in theory it should work fine also in bbPress 1.x

    You can remove the line of all dots, it’s just there to fix the wrap problem for code on bbpress.org 2.0

    #88128
    Sash-Kat
    Member

    All fixed :) It was incorrect permissions set up in the htaccess file that prevented hotlinking to images.

    #87731
    mediabros
    Member

    It is great indeed, the only section i miss is the THEME section.

    Just like wordpress.org

    extend

    – plugins

    – themes

    I think this will also result in more themes.

    Everything else is just great, love to see bbpress is getting more mature, in a few years bbpress will be the most used forumboard.

    Keep it up!

    #87730
    noel
    Member

    If your font size is really small, can you let me know which browser you are using? I can’t seem to replicate that problem.

    #34217

    Chris,

    Akismet issue again!

    Also do you check for modlook tag here? http://bbpress.org/forums/tags/modlook

Viewing 25 results - 44,201 through 44,225 (of 64,519 total)
Skip to toolbar