Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 36,601 through 36,625 (of 64,515 total)
  • Author
    Search Results
  • KitchenDip
    Member

    We’ve been running wordpress for a few months now, and decided to install bbPress. To integrate, we’ve tried to use different databases, as well as the same database. On our 5th attempt at installing bbPress and trying to integrate, our main blog was affected. Every page on our wordpress site are bringing 404 errors, except for our home page. We’ve also been locked out of our admin dashboard with this message: “You do not have sufficient permissions to access this page.”

    I don’t remember exactly all of the ‘variables’ that I tried during this attempt, but I do remember adjusting the prefixes. The only thing on the web that I could find, is this (But it doesn’t go into how they fixed the issue). http://bbshowcase.org/forums/topic/404-pages-after-integration-w-wordpress/page/2#post-2039

    Does anyone have a clue, as to what’s going on, or how we can change our prefixes? We’d like to get our wordpress site working again. Thanks in advance.

    #100681

    In reply to: bbPress 2.0 – FAQ

    amirsaam
    Member

    Thanks Erlend…

    But I know how to make wordpress networked and my networked wordpress is sub domained and it have not a good like if my blog is http://blog.7i7griffin.info but my forum be 7i7griffin.info/forum

    Am I say something wrong?

    #105781

    In reply to: bbPress 2.0 – FAQ

    amirsaam
    Member

    Thanks Erlend…

    But I know how to make wordpress networked and my networked wordpress is sub domained and it have not a good like if my blog is http://blog.7i7griffin.info but my forum be 7i7griffin.info/forum

    Am I say something wrong?

    #39123
    m-jay
    Member

    I would love to have a search that searches bbpress (plugin) forums ..

    #107213
    m-jay
    Member

    ok

    For those interested,

    My URLs were correct …

    I just forgot to tic the box at the end of the source URL text line

    THanks pimarts

    This is a great “temporary” solution !

    #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

Viewing 25 results - 36,601 through 36,625 (of 64,515 total)
Skip to toolbar