Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 8,651 through 8,675 (of 64,427 total)
  • Author
    Search Results
  • #185309
    ncrocketry
    Participant

    I’ve disabled all of the un-related plugins, still same behavior.

    All of my plugins are at the latest version, running the latest version of wordpress as of July 1, 2017.

    Plugins that are active:
    bbPress Version 2.5.12
    bbPress Messages Version 2.0.7

    Currently disabled:
    gd bbPress Version 2.4

    #185306
    enacta2
    Participant

    @robin-w I applied your CSS code for root and forum and it works well. But the top part of the box is missing. I tried to ‘fix’ the button so it’s whole, but I’m unable. I tried many different CSS lines, including the following, and none worked.

    Can you please tell me how to make the button so it’s complete?

    I don’t have a live site with bbPress. It’s only on my localhost mirror for now, until I get it all setup the way I want.

    /* Set breadcrumb from topic to its forum with blue button */
    .bbp-breadcrumb-forum {
      background: #6D84B4;
      background-image: -webkit-linear-gradient(top, #6D84B4, #3B5998);
      background-image: -moz-linear-gradient(top, #6D84B4, #3B5998);
      background-image: -ms-linear-gradient(top, #6D84B4, #3B5998);
      background-image: -o-linear-gradient(top, #6D84B4, #3B5998);
      background-image: linear-gradient(to bottom, #6D84B4, #3B5998);
      -webkit-border-radius: 28;
      -moz-border-radius: 28;
      border-radius: 28px;
      -webkit-box-shadow: 0px 2px 0px #000000;
      -moz-box-shadow: 0px 2px 0px #000000;
      box-shadow: 0px 2px 0px #000000;
      font-family: Arial;
      color: #000000;
      font-size: 11px;
      padding: 7px 15px 7px 15px;
      text-decoration: none;
    }
    
    .bbp-breadcrumb-forum:hover {
      background: #AFBDE1;
      background-image: -webkit-linear-gradient(top, #AFBDE1, #6D84B4);
      background-image: -moz-linear-gradient(top, #AFBDE1, #6D84B4);
      background-image: -ms-linear-gradient(top, #AFBDE1, #6D84B4);
      background-image: -o-linear-gradient(top, #AFBDE1, #6D84B4);
      background-image: linear-gradient(to bottom, #AFBDE1, #6D84B4);
      text-decoration: none;
    }
    
    /* Set breadcrumb prepended text for button from topic to its forum */
    .bbp-breadcrumb-forum::before {
      content: "Back to the ";
    }
    
    /* Set breadcrumb appended text for button from topic to its forum */
    .bbp-breadcrumb-forum::after {
      content: " forum";
    }
    
    /*-------------------------------------------------------------------------------------------*/
    
    /* Set breadcrumb from forum to its root with blue button */
    .bbp-breadcrumb-root {
      background: #6D84B4;
      background-image: -webkit-linear-gradient(top, #6D84B4, #3B5998);
      background-image: -moz-linear-gradient(top, #6D84B4, #3B5998);
      background-image: -ms-linear-gradient(top, #6D84B4, #3B5998);
      background-image: -o-linear-gradient(top, #6D84B4, #3B5998);
      background-image: linear-gradient(to bottom, #6D84B4, #3B5998);
      -webkit-border-radius: 28;
      -moz-border-radius: 28;
      border-radius: 28px;
      -webkit-box-shadow: 0px 2px 0px #000000;
      -moz-box-shadow: 0px 2px 0px #000000;
      box-shadow: 0px 2px 0px #000000;
      font-family: Arial;
      color: #000000;
      font-size: 11px;
      padding: 7px 15px 7px 15px;
      text-decoration: none;
    }
    
    .bbp-breadcrumb-root:hover {
      background: #AFBDE1;
      background-image: -webkit-linear-gradient(top, #AFBDE1, #6D84B4);
      background-image: -moz-linear-gradient(top, #AFBDE1, #6D84B4);
      background-image: -ms-linear-gradient(top, #AFBDE1, #6D84B4);
      background-image: -o-linear-gradient(top, #AFBDE1, #6D84B4);
      background-image: linear-gradient(to bottom, #AFBDE1, #6D84B4);
      text-decoration: none;
    }
    #185303
    Stephen Edgar
    Keymaster

    Maybe BuddyPress can do this, it can for sure created groups for you and group forums for those groups, as to attachments in those topics I’m not sure what plugins are out there for this but I’d expect any attachment plugin that works with groups of users and bbPress topics should protect those attachments from unauthorised viewing.

    I think you should contact the plugin author of the plugin you are using now to facilitate this functionality, I’m quite sure they’ll be grateful for being informed that there plugin is not working as expected, you might even get lucky and the author fixes the plugin so it does protect those attachments 🙂

    #185301
    Stephen Edgar
    Keymaster

    I’ve no idea what that plugin is, I suspect however though that this will be an issue with that plugin, if that plugin is “leaking” sensitive information from within a “protected” topic that this plugin “protects” from Google then this will be an issue for that plugin and not bbPress.

    #185299
    Stephen Edgar
    Keymaster

    bbPress doesn’t include any “groups” functionality out of the box, groups functionality is typically added by way of plugins of which BuddyPress is one such plugin.

    So are you using a plugin to add “groups” functionality to bbPress, if so which one?

    If not, could you explain how you are grouping and how you are protecting those topics from Google in the first place please.

    #185298
    samisraeli
    Participant

    Hi Stephen, We don’t have buddypress we have bbpress.

    #185297
    Stephen Edgar
    Keymaster

    For sure there will be issues for sure with bbPress and ~2000 forums, it wasn’t designed for this many forums, it’s also more often than not not a good idea to have this many forums.

    Categorising the forums into a more hierarchical layout is usually far more friendly for admins, mods, and users. For example break down the UK to England, Scotland, Wales, and Northern Ireland, then further break them down, under Scotland you’d have Aberdeenshire, Dumfries and Galloway and so on….

    #185292
    Thijs Hoefnagels
    Participant

    Hi there,

    May I ask you, after installing bbPress everything went according to plan.
    The login and the register button’s appeared on the left top hand side of the screen but the register button does not open the page I had in mind to register.
    Can anyone tell me where I can find the file containing this register button?
    Is it somewhere in a php file in he root of the side or do I have to look elsewhere?
    I do not have a clue. And after finding it could you tell me how to activate it?
    Thanks in advance

    Thijs

    #185291
    catjarrett
    Participant

    I’ve searched the support forums but haven’t been able to find a real answer for this. I’ve inherited a private site that I am completely tearing down and rebuilding, including removing all the users who may or may not be returning. We are using bbPress for our forums, and all the data on the forums is important. I desperately need to keep all posts that are currently there.

    Now, I keep seeing that if I go to “remove user” I will get an option to change the attributing author of blog and forum posts to another account, but I am not getting that option even for those with forum content. The only option I am having is to remove.

    Is there any way, any plugin, that I can use to change the forum authors (no one has any blog posts on this site except admins), or any other method I can use to retain those forum posts?

    I am unable to move forward with the site build until I can figure this out. Thank you for all your help!

    #185290
    lrmo
    Participant

    I had only thought that this is perhaps a bug, or I did not see a setting. I then started with the adjustments, only I have determined, the adjustments take no end …

    There are so many things missing – and so much code which must be added to make it “usable”.

    The worst is the lack of proper moderation and the fast possibility to delete spam, as well as a fast support possibility. It is unfortunately not optimal always to be afraid I need help or not. Here is perhaps a payment support for bbpress optimal, which provides quick help.

    That is why I have now decided to use Xenforo, which is good with Xenword in WordPress. Does not work with Buddypress, but this is not so bad.

    Thanks for that I received at all from someone an answer 😉
    And I know that the support does this in his spare time, so as I mentioned above perhaps a payment support set up!

    #185288

    In reply to: send ajax topics?

    PinkishHue
    Participant

    @aminazadi There is a plugin for ajax replies:

    https://github.com/aliso/bbpress-ajax-replies

    And a plugin for ‘load more’ topics, if that’s the sort of thing you mean:

    bbpress-loadmore-topics

    Hope that helps.

    #185286

    In reply to: User/Member Directory

    PinkishHue
    Participant

    @sgirldesigns Install buddypress, this works alongside bbpress and provides a member list (and a lot of other features you can turn on or off).

    Hope that helps.

    #185285

    In reply to: Convert mailing list

    PinkishHue
    Participant

    @ruperty There are a bunch of converters built in to bbpress but I don’t think they would suit your needs for an old mailing list, they seem to be for specific forum softwares.

    I’d use a CSV importer plugin as that’s nice and simple (maybe too simple for you?). Hope that helps.

    #185282
    PinkishHue
    Participant

    @scottm-ldg Install the ‘bbp additional shortcodes’ plugin, that allows you to specify a different number of topics in the shortcode:

    bbp additional shortcodes

    Hope that helps.

    #185281

    In reply to: Link to latest post

    PinkishHue
    Participant

    You could install the ‘bbp additional shortcodes’ plugin, then use that to display just one topic

    bbp additional shortcodes

    Then use ‘do shortcode’ if you want to place this in a template file, like:

    // Use shortcodes in form like Landing Page Template.
    <?php echo do_shortcode( '[bbp-display-topic-index show='1']' ); ?>

    I think that should work for you.

    #185276
    Brandon Allen
    Participant

    @balloonsc

    I can confirm your widget issue. I’ve created at ticket: https://bbpress.trac.wordpress.org/ticket/3123.

    You can follow the progress there.

    #185273

    In reply to: Multisite

    benjaminsaarde
    Participant

    Hi again,
    I have been searching the web for a solution:
    My idea is to delete the default links, and get the link to peoples primary blog. When they fill out the bbpress form-reply.php, I want to get their user ID. From that user ID I can get the link to their primary blog.
    Right now I got this:

    //In my functions.php(the 2 is an example of a user id):
    $GLOBALS[‘mytheme_thisismyvar’] =2;

    //In my Loop-single-reply.php:´
    <?php
    $yeps=$GLOBALS[‘mytheme_thisismyvar’];
    ?>

    <?php
    $user_info = get_userdata($yeps);
    $blog_details = get_blog_details($user_info->primary_blog);
    echo ‘siteurl.’>’.$blog_details->siteurl.’‘;
    ?>

    I want to get the user id from the bbpress form-reply.php to be $yeps? I thought about using get_the_author_meta?
    Thank you

    #185267

    In reply to: Iimprovements

    PinkishHue
    Participant
    #185251
    itayasa
    Participant

    I successfully managed to post messages into the forum by including WordPress in my php script and calling bbp_insert_topic.
    However, it seems like when I call bbp_insert_reply bbPress actually inserts a topic parented to another topic and these appear like replies in the site itself.
    Tried repairing the forums and it didn’t work.
    Any idea why?

    #185235
    Ernie
    Participant

    I am developing a sitemap for a client on a dev site that is not publically accessible. On the site are several custom post types including Forums, Topics and Replies which I added to the site using a standard wp_query with post_types set to list all custom post types.
    Some of these custom post types the client does not want included on the sitemap. So changing the “public” parameter to “false” I was able to remove selected ones that were created with the Custom Post Type plugin. However I cannot come up with a way to changing this on custom post types generated by the bbpress plugin without modifying the main bbpress.php plugin file.

    New to working with bbpress so any suggestions would be appreciated.

    #185232
    Robin W
    Moderator

    this is doable, but you’ll need to modify the role

    see

    bbPress User Roles and Capabilities

    and

    Custom Capabilities

    you’ll probably want to create a new role which just lets this role create and edit replies

    #185225
    netixel
    Participant

    Hi team,

    Is it possible to improve BBpress so that it can have improvements :

    1) Shows the total topics, replies and total count under the avatar on each topic/reply view in bbpress

    2) Button to allow users to report a message to the moderator

    Thanks for your answers

    Regards

    #185220

    In reply to: PHP Version

    nizami
    Participant

    Thanks for the reply Robin…
    Sorry my PHP knowledge is near-zero.
    Are the three fixes you specify alternatives? (i.e. do one, not all of them?)
    Can you say if BBPress will realign with WordPress core PHP requirements within 2 months?

    Thanks

    N

    #185217
    o0angels0o
    Participant

    What happens if I have such a problem?
    Fatal error: Cannot redeclare class WP_Taxonomy in /home/u410616819/public_html/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/backpress/class.wp-taxonomy.php on line 17
    Please reply as soon as possible
    I need your help very much

Viewing 25 results - 8,651 through 8,675 (of 64,427 total)
Skip to toolbar