Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

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

    hum

    I tried :

    /blog/forums-audio-mao/membres/(.*)

    to

    /blog/members/$1/profile

    I also tried without the /blog

    Not working for me,

    I’m not good with this kind of stuff !

    If you don’t mind, how would you “phrase the rule” with my URLS (previous post)

    Thanks in advance

    #107211
    pimarts
    Participant

    Yes the plugin can handle that.

    I have this for example:

    Source URL:

    /forums/users/(.*)/

    Target URL:

    domain/members/$1/

    Works great for me.

    #107219

    In reply to: Moderation Options

    master5o1
    Participant

    I have an interesting plugin that may be a solution that puts the control of blocking troublemakers and annoying people at the level of users.

    I’ve made a plugin that allows people to block any post or topic from any user from being visible to them.

    https://wordpress.org/extend/plugins/bbpress-ignore-user/

    It allows a user, Alice, to maintain a list of ignored users. So when Alice decides to ignore any other user, Bob, then she will no longer be shown any of Bob’s topics or posts.

    Of course, sometimes Alice might want to view a post made by Bob, so it is possible to view ignored posts or topics by clicking a “Show Topics” or “Show Posts” link.

    Alice can remove Bob from her ignore list by going to her profile where her ignore list is displayed privately.

    * Moderators cannot be ignored by anyone.

    * A user cannot ignore themselves.

    * A user’s ignore list is private and viewable only to that user or an administrator (or rather, some user who can edit that user’s profile).

    * A user (e.g.) Admin who can edit that user’s (Alice’s) profile can also remove ignored users (Bob) from the user’s (Alice’s) profile.

    Sound good? I call it self-censorship and self-moderation. I’m going to build a few more plugins based on self-censorship and self-moderation.

    #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;

    }

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