Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 36,626 through 36,650 (of 64,532 total)
  • Author
    Search Results
  • #39118
    m-jay
    Member

    I have bbpress plugin + buddypress installed.

    If I use the “Mark as Spammer” function in buddypress, because it is not linked with bbpress plugin, this Member is still allowed to post in the Forums !!

    This is a big issue for me as I have 10k members on my website, and hopefully most of them will join my forums soon … and unfortunately, some of them are real troublemakers that we need to control in some ways …

    I hope that bbpress plugin will get more advanced moderation tools very soon !

    Any plans about this ?

    Thank you

    PS. I understand that bbpress plugins users are the same as my WordPress subscribers … I wonder if I could use a regular wordpress plugin for this ? Any help appreciated !

    #107210
    m-jay
    Member

    @pimarts

    Regarding redirection plugin ;

    the URL, of course, is different for each user …

    Can the plugin handle this ?

    Ex. My URL for bbpress Member is :

    http://www.mjtutoriels.com/blog/forums-audio-mao/membres/USERNAME

    and same user in buddypress :

    http://www.mjtutoriels.com/blog/members/USERNAME

    or

    http://www.mjtutoriels.com/blog/members/USERNAME/profile

    #107209
    m-jay
    Member

    I noticed a different (but linked problem) in managing Members

    If I use the Mark as Spammer function in buddypress, as it is not linked with bbpress plugin, this Member is still allowed to post in the Forums !!

    This is a big issue for me as I have 10k members on my website, and hopefully most of them will join my forums soon … and unfortunately, some of them are real troublemakers that we need to control in some ways …

    I hope that bbpress plugin will get more advanced moderation tools very soon ! Any plans about this ?

    Thank you

    #107234
    m-jay
    Member

    Ok

    I got the auto update !

    Great,

    #107233
    master5o1
    Participant

    Ok, I’ve updated it to 0.3.0, you can get it here: https://wordpress.org/extend/plugins/bbpress-post-toolbar/ when that updates.

    #107232
    master5o1
    Participant

    I’m not sure. But it’s really just a collection of images, and a PHP array that binds a particular smiley code (e.g. ‘:)‘) to a specific image file, (e.g. ‘smile.png’).

    So it’s really quite easy to piece together your own smiley package. I might be interested in hosting some on my website as a central and related place for distribution.

    The array is practically an overwrite of the array that handles the WordPress’ default smilies.

    PS. I’m about to update the plugin to allow this fallback to plugin’s smiley dir, among a few other things that I’ve thought of over the last hour.

    #107208
    m-jay
    Member

    Oh

    I was not aware of this redirection plugin …

    I’ll give it a try …

    #107231
    m-jay
    Member

    Excellent,

    Are there any place on the web to download compatible Smiley packages ?

    #107230
    master5o1
    Participant

    Ok, so I’ve got it detecting the smilies in either the /wp-content/plugins/bbpress-post-toolbar/smilies/ folder or the /wp-content/smilies/ folder.

    I recommend that people copy of move the folder from the bbpress-post-toolbar directory so that any custom smilies are not overwritten on an upgrade to the plugin.

    #107229
    master5o1
    Participant

    Hi. In the plugin directory I have included a folder named smilies. Copy this directory and its contents into the ./wp-content/ directory.

    Essentially:

    mv ./wp-content/plugins/bbpress-post-toolbar/smilies ./wp-content/ -r

    If you want to change the smilies, take a look at the package-config.php file inside the smilies directory mentioned above and you can probably work out how to switch the files, or add more to the set.

    —-

    I think I’ll update my plugin so that instead of defaulting to WordPress’ smilies, it’ll defaults to the smilies folder in the plugin dir.

    ie: Order of preference will become:

    if option allows custom smilies:

    ./wp-content/smilies/

    ./wp-content/plugins/bbpress-post-toolbar/smilies/

    else:

    WordPress’ default set.

    #39119
    m-jay
    Member

    hi

    Your plugin is excellent !

    Big up !

    Could you explain how to use customised Smileys ?

    #107207
    pimarts
    Participant

    For now I made a redirection (with the redirection plugin) to send people visiting the bbpress profile to the buddypress profile.

    I hope to see some sort of integration in the future too (maybe through plugins?).

    #107200
    pimarts
    Participant

    Try this:

    .bbPress .hentry table td, .bbPress .hentry table th, .bbp-forum-info {

    text-align: left;

    }

    #39099
    m-jay
    Member

    Hi

    I have bbpress plugin installed.

    I have several people to help me moderate the Forums.

    But I am the only one, as an administrator, who can MODIFY inside the posts.

    Is there a way to give this ability to the people which I assign as FORUM MODERATORS ?

    PS. Also, in the Future, I’d appreciate the possibility to have one moderator assigned to a specific Forum … With their name listed near the Forum title, and a different color, or Icon, so people can clearly see who is a Moderator …

    #107198
    pimarts
    Participant

    Try this:

    .bbPress .hentry table td, .bbPress .hentry table th {

    text-align: left;

    }

    Maybe you’ll need an !important there, but try that first.

    #107197
    grt
    Member

    Hi Pimarts,

    I have tried:

    .bbPress #content {text-align:left;}

    and

    .bbPress #content {text-align:left!important;}

    without any luck.

    My forum is at:

    http://benidorm-selections.com/forum/

    Any other ideas gratefully appreciated!

    Many thanks,

    Glyn

    #106657
    master5o1
    Participant

    I agree, this is a valid question.

    #39110
    Grahambo77
    Member

    I have a clean brand new install of WordPress.

    I installed the buddypress plugin and it seems like it works fine. I don’t like the fact you can’t make any changes to it’s internal install of bbpress (no settings page that I could find) so I don’t enable the forum.

    I install the bbPress Plugin (2.0-beta-3b) and it shows up in the dashboard. I can create forums and posts. I cannot get to the default listing of forums on the site.

    mydomain.com/forums/ – goes to what looks like a blank wordpress page named “Forums”

    I can click view forum from withing the dashboard and it takes me to the forum topic

    #106656
    Greg
    Participant

    It has been a month and I think that this is a worthwhile thing to discuss, so giving it a bump.

    wordchef
    Member

    I don’t think so. The only thing that might be close is this plugin: Help

    Register Plus Redux

    but the settings don’t say anything about roles.

    The forum is set to private – but that’s because I want people to be logged in to see it. Is that not an option?

    #107195
    pimarts
    Participant

    Without seeing the actual site / code I’m afraid I can’t help you. (not promising I can help you (or have the time) when I see it either by the way)

    You can target bbPress with

    .bbPress

    for instance

    .bbPress #content {

    width:903px;

    }

    pimarts
    Participant

    Did you set the forum to private or hidden?

    Or do you run any role / capabilities plugin? (Like ‘members’ for instance)

    wordchef
    Member

    I’m able to get a user to register just fine, (I tested it myself) but once I’m logged in as a different user, it doesn’t allow me to see the forum. I’ve got screen shots I can share, but not sure how to upload here.

    #107194
    grt
    Member

    Hi Pimarts,

    I have found that code in one of my plugins and deactivated it but without luck.

    I have also tried adding “body {text-align:left!important}” to my Custom CSS, but also without any joy.

    Do you know of any CSS that I might be able to add to directly affect the bbPress pages?

    Something along the lines of “.bbp-content {text-align:left}”

    many thanks,

    Glyn

Viewing 25 results - 36,626 through 36,650 (of 64,532 total)
Skip to toolbar