Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 45,251 through 45,275 (of 64,485 total)
  • Author
    Search Results
  • #85733

    @wemaflo

    The link that @Michael R gave is for previous version of BuddyPress. (Good Resource!)

    But I see you want for the latest version 1.2+


    @Gautam
    is right about installing bbPress within BuddyPress or if you already have one, then you can link that too (I haven’t tried that yet but it should work easily).

    And if you want to run a standalone version with BuddyPress for some reason (may be because the limit that forums are within group only), then you are out of luck as nothing exists for now.

    #85732
    Gautam Gupta
    Participant

    If you have BuddyPress installed on WordPress, then just install the bbPress component. BP would automatically handle everything.

    #85731
    Michael
    Participant

    There is this one: http://manojkumar.org/buddypress-theme-for-bbpress/

    Not sure which version of BuddyPress it originates from, however.

    #85720

    In reply to: Smiley`s and pictures

    Michael
    Participant

    I have also released a new smiley pack for bb-smilies, you might find it quite useful. :)

    https://bbpress.org/forums/topic/new-smilie-pack-for-bbpress-smilies

    #85791
    Kevin Ryman
    Participant

    That’s amazing! Do you mind sharing that bbPress theme?

    #51872

    In reply to: Email masked

    kevinator
    Member

    OK, we fixed it. I’ll find out details and post later. See how it looks here: http://www.cwnp.com/forums

    Our purpose in doing it is twofold:

    1. privacy/security, obvious reasons

    2. we just implemented the Leaderboard plugin found on bbpress.org so we can have a participation contest. Leaderboard by default shows username, which in our case is email.

    Bottom line is we also require “nickname”, so we’ve used that instead.

    Now, anyone know how to make Leaderboard a widget?

    #51871

    In reply to: Email masked

    Chris Hajer
    Member

    This is no good if you’re trying to hide the email address:

    https://bbpress.org/forums/profile/chrishajergmailcom

    Shows a display name (Chris Hajer) and next to it, in parenthesis, my username which is my email address. So even though I selected a display name, the email address is still displayed in my profile, and in the profile link, if you think about what characters were stripped out.

    #82550
    excalibur_
    Member

    gerikg;

    I’ve followed your instructions to the T – I’m getting the issue where logging into one system logs you out of the other.

    I am using WP 2.9.2 (not MU) and bbPress 1.0.2.

    Some noted things:

    – in the wp-admin/options.php page, there is no secret_auth_salt variable

    – the bbPress integration plugin only generated one line of code ( define(‘COOKIEAUTH’, ‘/’); ) rather than Brevica’s 4 statements

    Everything else looks normal as per your instructions.

    Other possibly useful info:

    forum – http://monucs.aicsa.org.au/forums/

    blog – http://monucs.aicsa.org.au/

    running PHP 4.4.8/MySQL 5.0.77 – these can’t be changed

    #33732
    checkfront
    Member

    Heya,

    I really liked the new Vanilla 2 theme, but after 4 hours or trying to get it to install with NGINX, I moved onto bbpress.

    I like the simplicity of bbpress, but was hoping for a snazzier theme. So I ported over the Vanilla 2 theme to bbpress.

    I think it’s a nice example of where bbpress can go if it maybe sheds some of the legacy tabular layout.

    http://www.checkfront.com/community/

    This is bbpress 1.02

    Cheers,

    -J

    #51867

    In reply to: Email masked

    johnhiler
    Member

    The tricky part is that the username is usually in the profile url… like here:

    https://bbpress.org/forums/profile/johnhiler

    So even if you required Display Names, the email might be visible in the profile URL.

    But I’ve seen where you can make the profile URL use numbers instead:

    https://bbpress.org/forums/profile/150000

    Maybe that’d be doable as a workaround?

    #85783
    Jim
    Member

    OK, did a Google search for 755 permissions and found this page:

    http://www.elated.com/articles/understanding-permissions/

    Changes my permissions in my FTP and suddenly and quite magically the themes appear!!!! Thanks for you help!

    Jim

    #85782
    Jim
    Member

    Hey Chris, I don’t know what they are, that’s just what they’re called, I don’t believe I had anything to do with the naming. Can you tell me how to change or check to see if I have 755 permissions turned on? Thanks for the help Chris!

    Jim

    #85658
    agwag
    Member

    Thanks! Will give it a try.

    #85781
    chrishajer
    Participant

    What are these “user” and “core” directories? bbPress themes you create should be in a my-templates directory. The my-templates directory should have 755 permissions.

    #33731
    Jim
    Member

    Hey all, I am trying to install some themes for my bbpress/wordpress site and when I go and install the theme files to my-themes all I get in the “available themes” page are blank themes with just the names showing, and if I try and activate it, the site is just blank. I have attached a shot, or a link to a screen shot of what I am seeing. Any help would be greatly appreciated! And by the way, thanks for all the help all ready, this site has helped me get my bbpres site running on the same DB as my wordpress!

    http://dl.dropbox.com/u/149309/example.jpg

    http://phoenixbikepolo.net/forum/

    #85657
    chrishajer
    Participant

    Replace all your existing files with the trunk download. It’s not a diff or a patch, it’s just a complete testing version of the software.

    #85656
    agwag
    Member

    For the absolute noob – how do we implement the trunk version?

    Does it just get unzipped into the htdocs folder? Does it replace the v1.0 files downloaded from the stable release? Or is complementary to those files?

    Thanks for any help.

    #85779
    johnhiler
    Member

    Here are all the capabilities of each role, as defined in bb-includes/functions.bb-capabilities.php:

    function bb_init_roles( &$roles ) {

    $roles->add_role( ‘keymaster’, __(‘Key Master’), array(

    ‘use_keys’ => true, // Verb forms of roles – keymaster

    ‘administrate’ => true, // administrator

    ‘moderate’ => true, // moderator

    ‘participate’ => true, // member

    ‘keep_gate’ => true, // Make new Key Masters //+

    ‘import_export’ => true, // Import and export data //+

    ‘recount’ => true, // bb-do-counts.php //+

    ‘manage_options’ => true, // backend //+

    ‘manage_themes’ => true, // Themes //+

    ‘manage_plugins’ => true, // Plugins //+

    ‘manage_options’ => true, // Options //+

    ‘edit_users’ => true,

    ‘manage_tags’ => true, // Rename, Merge, Destroy

    ‘edit_others_favorites’ => true,

    ‘manage_forums’ => true, // Add/Rename forum

    ‘delete_forums’ => true, // Delete forum

    ‘delete_topics’ => true,

    ‘close_topics’ => true,

    ‘stick_topics’ => true,

    ‘move_topics’ => true,

    ‘view_by_ip’ => true, // view-ip.php

    ‘edit_closed’ => true, // Edit closed topics

    ‘edit_deleted’ => true, // Edit deleted topics/posts

    ‘browse_deleted’ => true, // Use ‘deleted’ view

    ‘edit_others_tags’ => true,

    ‘edit_others_topics’ => true,

    ‘delete_posts’ => true,

    ‘throttle’ => true, // Post back to back arbitrarily quickly

    ‘ignore_edit_lock’ => true,

    ‘edit_others_posts’ => true,

    ‘edit_favorites’ => true,

    ‘edit_tags’ => true,

    ‘edit_topics’ => true, // Edit title, resolution status

    ‘edit_posts’ => true,

    ‘edit_profile’ => true,

    ‘write_topics’ => true,

    ‘write_posts’ => true,

    ‘change_password’ => true,

    ‘read’ => true

    ) );

    $roles->add_role( ‘administrator’, __(‘Administrator’), array(

    ‘administrate’ => true,

    ‘moderate’ => true,

    ‘participate’ => true,

    ‘edit_users’ => true, //+

    ‘edit_others_favorites’ => true, //+

    ‘manage_forums’ => true, //+

    ‘delete_forums’ => true, //+

    ‘manage_tags’ => true,

    ‘delete_topics’ => true,

    ‘close_topics’ => true,

    ‘stick_topics’ => true,

    ‘move_topics’ => true,

    ‘view_by_ip’ => true,

    ‘edit_closed’ => true,

    ‘edit_deleted’ => true,

    ‘browse_deleted’ => true,

    ‘edit_others_tags’ => true,

    ‘edit_others_topics’ => true,

    ‘delete_posts’ => true,

    ‘throttle’ => true,

    ‘ignore_edit_lock’ => true,

    ‘edit_others_posts’ => true,

    ‘edit_favorites’ => true,

    ‘edit_tags’ => true,

    ‘edit_topics’ => true,

    ‘edit_posts’ => true,

    ‘edit_profile’ => true,

    ‘write_topics’ => true,

    ‘write_posts’ => true,

    ‘change_password’ => true,

    ‘read’ => true

    ) );

    $roles->add_role( ‘moderator’, __(‘Moderator’), array(

    ‘moderate’ => true,

    ‘participate’ => true,

    ‘manage_tags’ => true, //+

    ‘delete_topics’ => true, //+

    ‘close_topics’ => true, //+

    ‘stick_topics’ => true, //+

    ‘move_topics’ => true, //+

    ‘view_by_ip’ => true, //+

    ‘edit_closed’ => true, //+

    ‘edit_deleted’ => true, //+

    ‘browse_deleted’ => true, //+

    ‘edit_others_tags’ => true, //+

    ‘edit_others_topics’ => true, //+

    ‘delete_posts’ => true, //+

    ‘throttle’ => true, //+

    ‘ignore_edit_lock’ => true, //+

    ‘edit_others_posts’ => true, //+

    ‘edit_favorites’ => true,

    ‘edit_tags’ => true,

    ‘edit_topics’ => true,

    ‘edit_posts’ => true,

    ‘edit_profile’ => true,

    ‘write_topics’ => true,

    ‘write_posts’ => true,

    ‘change_password’ => true,

    ‘read’ => true

    ) );

    $roles->add_role( ‘member’, __(‘Member’), array(

    ‘participate’ => true,

    ‘edit_favorites’ => true,

    ‘edit_tags’ => true,

    ‘edit_topics’ => true,

    ‘edit_posts’ => true,

    ‘edit_profile’ => true,

    ‘write_topics’ => true,

    ‘write_posts’ => true,

    ‘change_password’ => true,

    ‘read’ => true

    ) );

    $roles->add_role( ‘inactive’, __(‘Inactive’), array(

    ‘change_password’ => true,

    ‘read’ => true

    ) );

    $roles->add_role( ‘blocked’, __(‘Blocked’), array(

    ‘not_play_nice’ => true // Madness – a negative capability. Don’t try this at home.

    ) );

    http://svn.automattic.com/bbpress/trunk/bb-includes/functions.bb-capabilities.php

    Hope that helps! :-)

    #85770

    In reply to: Main Theme

    Sorry I haven’t found a plugin. I am searching for one.

    But Your post should read


    “I want the bbpress theme to be a custom one, but needs the default theme to be available for some selected categories only. Is there a plugin that allows me to use specific themes for specific categories? “


    #33730

    I need to know what the different types of users : Key-Master, Administrator, Member etc can do on the bbpress forums and topics. I searched for about an hour and can’t find a suitable answer. Any post or link will help.

    #85712

    In reply to: Additional Field

    Billy Wilcosky
    Participant

    You what would also work, if there was a topic description plug in. Some forums let you post a title & a short description below that, then your message. I’m surprised bbpress doesn’t already have this type of plug in.

    #51860

    In reply to: Email masked

    kevinator
    Member

    Similar request here: by default, anyone on any bbPress forum can click on anyone else’s profile and see their email address. Big privacy/security issue. How can you hide/mask all user’s email addresses?

    myselfv1
    Member

    i’ve reinstalled bbPress 5 times and still having the same error

    #81924
    56alifar
    Blocked

    Already got it, this function was already integrated in the sidebar widget. See: http://www.jahw.nl

    #85689

    @wemaflo

    obviously!

Viewing 25 results - 45,251 through 45,275 (of 64,485 total)
Skip to toolbar