Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 27,301 through 27,325 (of 64,535 total)
  • Author
    Search Results
  • #125975
    satochan
    Participant

    WordPress Ver: 3.5.1
    bbPress Ver: 2.2.4
    ———————-

    I can add Forums and Topics in the frontend page but can’t add “Replies”…

    To analyse this issue, I did the following things.
    1. Deactivated plugins other than bbPress –> No change
    2. Switch the theme to Twenty eleven –> No change
    3. Change the web brouser from IE to Google chrome –> No change
    4. downgraded WordPress ver. to 3.4.2 –> No change
    5. downgraded bbPress ver. to 2.1.2 and 2.2.2 under WordPress Ver.3.4.2 –> No change
    6. downgraded bbPress ver. to 2.1.2 and 2.2.2 under WordPress Ver.3.5.1 –> No change

    Therefore I think the rootcause is in bbPress itself.

    I really need the help from the people who know a lot on bbPress as soon as possible.

    #125974
    Shane Gowland
    Participant

    1:
    Take a look at Widget Logic or Sidebars. These are plugins specifically made for adding different sidebars/widgets to specific pages. Manipulating widget areas is outside the scope of bbPress and is something you will need to implement yourself.

    2:
    This is a theme specific issue. bbPress could do more to accomodate different primary content area widths, but it’s quite easy to fix with a bit of CSS.

    3:
    You can create page templates for specific bbPress functions/pages by creating a /bbpress/ folder in your theme directory and copying your edited bbPress template files into it. It’s briefly mentioned in the codex, but I concede the documentation could be improved significantly.

    Further I expect from bbpress authors to work on these issues and release a fixed version.

    bbPress is an open source project (largely) developed by volunteers. To expect anything reeks of self-entitlement. The best way to make these things happen is to ask for help on specific issues, fix those issues and then contribute your fixes to the project.

    LaurenceAtFree
    Participant

    For people like me new to php this is how to make a plugin with John’s code :
    paste this code in an editor and save the file as teenybb.php :
    <?php

    /*/
    Plugin Name: Teenywithbb
    Plugin URI: https://bbpress.org/
    Description: Enable Teeny Mce in bbpress
    Version: 1.0.1
    Author: John James Jacoby
    Author URI: https://bbpress.org/
    /*/
    function foo( $args = array() ) {
    $args['teeny'] = false;
    return $args;
    }
    add_filter( 'bbp_after_get_the_content_parse_args', 'foo' );

    copy this file in your plugin directory where you usually copy other plugins.
    You can see the plugin named Teenywithbb in wordpress you juste have to active it.
    and then you have tinyMCE Advdaced as editor in bbpress 2.2. 🙂

    #125968
    unimatrix
    Participant

    This is with bbpress 2.2.4. If I switch to default settings under permalinks, all is well. I want to use Day and Name option, but when I do this I notice that attempting to go to a sub forum under a category would return a file not found error.

    So I looked at the URL’s and I am getting:

    http://mysite.com/site-forums/site-forum/support/bug-reports/

    However when I delete the /support from the URL string and use this:

    http://mysite.com/site-forums/site-forum/bug-reports/

    Everything works and the correct forum is displayed. Is there somewhere I can edit that will take the forum parent topic out of the sub-forum’s URL?

    #125967
    Erlend
    Participant

    I’m not asking for something that’ll work out of the box. Some pointers on what pieces of code to look at to have a go at this ourselves would go a really long way. Same goes for excluding forums and topics from default index.

    #125965
    Stephen Edgar
    Keymaster

    We would definitely make sure the bbPress tools would support maintaining ‘BuddyPress Group Relationships’ and #2089 might even end up defining which direction is taken.

    It could also be done in bbPress as a ‘Moderation Tool’ to bulk move topics/replies that includes BuddyPress Groups support which is already planned for future bbPress Moderation Tools.

    kraigg
    Participant

    Hi there,

    Is it possible to make a disclaimer pop-up box appear before a user is able to post a new topic or reply?

    As I am using bbPress with Buddypress, I would like my users to be reminded about whether they are in a public or private group, just before they submit their post. I was hoping there could be something like a privacy disclaimer that would pop on the screen, that users have to tick and agree to.

    If in a public group, the disclaimer would say:
    “You are about to post in a public group. Your content will be visible to all users”

    If in a private group, the disclaimer would say:
    “You are about to post in a private group. Your content will be visible to all members of this group”

    Is something like this possible? Thank you

    Erlend
    Participant

    Thanks a bunch for releasing this, very interesting stuff! Will be playing around with this for sure. Best of luck with the theme review 🙂

    #125958

    In reply to: Please help me

    Stephen Edgar
    Keymaster

    Just remembered you also need ‘bbPress for Pagelines’

    http://www.pagelines.com/store/plugins/pagelines-bbpress/

    #125955
    Kikobeats
    Participant

    It’s possible feed the newest topics?

    My forum base is: http://zombeats.es/comunidad/

    I’m trying but I cant not. (with URL-BASE/topics/feed and others methods)

    I Have different forums and subforums inside

    I want have this result!

    Unsal Korkmaz
    Participant

    FirmaSite Social

    How to download:

    http://wordpress.org/extend/themes/firmasite

    Theme Features:

    • Its GPL and free :)
    • Based on Twitter Bootstrap  and all WordPress, BuddyPress and bbPress files using only bootstrap css. That means you can use custom bootstrap styles and all of your site will use same theme style. There is already 13 custom bootstrap theme is included in theme from Bootswatch. In future, i will explain how you can add custom bootstrap styles
    • Using Bootstrap Responsive so all your site will be mobile ready. BuddyPress and bbPRess too!
    • Using Theme Customization API for theme options. It means you can see changes on live edit and you can easily extend options with wordpress functions directly. A video on action: http://youtu.be/F95TngS9er8  (Its a bit old version of theme but a good example for main theme options)
    • Google Fonts! lots of! You can choose google fonts from theme options ( watch example video from above)
    • 4 different layout:
    1. Content – Sidebar
    2. Sidebar – Content
    3. Only Content (Long)
    4. Only Content (Short)
    • Unique 2 feature: ShowCase and PromotionBar. ShowCase letting you show your special post in home page header like: http://twitter.github.com/bootstrap/examples/carousel.html and PromotionBar is letting you promote your posts in content header, footer or sidebar. You just marking your posts from your post panel. Both feature is using Bootstrap’s carousel component so there is no extra  javascript. An example post panel screenshot:
    • You can upload logo,disable comments, activate facebook comments, activate sharing buttons (facebook,twitter and google+1), upload custom background and option to remove responsive for fixed width if you want.
    • Supporting Post Formats! Formats have special template parts with get_template_part  and video,audio formats calling necessary js that need to play video or audios. System supporting oEmbed links too.
    • Ready for translation. Theme’s default language is English and Turkish translation is included. ( You can send me your translations if you have). You can use Codestyling Localization for translating theme.
    • I will add lots of filter and action (already have lots of) so you can use it as starter theme for your projects. I will explain how you can keep your customization while keeping theme up-to-date.

    Themes are in review for publishing on WordPress.Org Theme  Directory but in meantime, you can download and try it from links above. Please share your opinions on theme in this topic.

    #125953

    Topic: Starting up

    in forum Installation
    jordyfranken
    Participant

    Hi,

    I’ve just installed bbPress on WordPress, but the weird thing is that I don’t even see the Forums tab, which should allow me to create forums. Tried to find what it could be already, but unfortunately without any luck.

    Could someone help out?

    Thanks in advance.

    #125952
    Hesam
    Participant

    Thanks
    I posted a topic on the plugin support forum.

    Thanks again Stephen

    #125951
    shayatik
    Participant

    Wordpress 3.5.1, bbpress 2.2.4 – What’s the best and simple way to add like / share / tweet buttons for each and every topic (not including replies).

    I’ve installed every possible plugin for WordPress, which adds buttons on posts / pages, but doesn’t work with topics.

    I’m using this theme: http://themeid.com/responsive-theme/

    Thanks.

    #125947

    It looks like your theme’s CSS has some conflicts with bbPress. Do you know CSS?

    #125943
    aetios
    Participant

    Hi ! I have the last BBPress integrated witth wordpress 3.5

    The forum works fine but when I submit a post (not a new topic) it redirect me to the topic but it adds in the adress bar “%2F”, so that gives me a 404 error. The post is submitted but this is annoying.

    Here’s what the links is after I click submit :

    http://openmindfestival.ponnuki.net/?forum=marche-aux-puces%2F#post-1343

    And it should be

    http://openmindfestival.ponnuki.net/?forum=marche-aux-puces#post-1343

    I haven’t touch anything in the permalink, I tried to reset them. I’ve uninstalled and reinstalled the plugin. I’ve deleted all forum and start a new one. Nothing seems to fix the problem. I’ve tried to look online, but nobody seems to have an answer.

    Any idea what can cause that ?

    Thank you very much.

    Here’s the link to the website :

    http://openmindfestival.ponnuki.net/

    And the link to the forum :

    http://openmindfestival.ponnuki.net/?forum=francais

    #125933
    irydium
    Participant

    Hello,

    I have just migrated my phpbb3 to bbpress and I need to redirect all my forums and topics using the 301 protocol.

    Can you help me?

    #125913
    chevymanusa
    Participant

    Hello All,
    I am looking for a way to disable users from changing their names from within the bbpress interface (/profile/edit/group/1/). This is located on the page where they choose a forum signature. I do not mind if they have a forum signature. However, I would like to prevent them form changing their name.

    The site is currently running wordpress 3.5.1, buddy press 2.2.3 and is on a local test machine.

    I did some searching on google and the on this site and was unable to find an answer to this question. If I missed it please let me know and my apologies in advance if this in the wrong area.

    Thank you in advance for your help!

    Regards,
    Chevman

    #125911

    In reply to: Please help me

    dapress
    Participant

    Thank you, Stephen Edgar. Okay I tried to install bbPress 2.2.4 plugin on my wordpress 3.5.1 and i get the 3bars: forums, topics and replies. Okay, but my theme iBlogPro Forum needs deep integration and I don’t know how to make it and where to put my iBlogPro Forum theme folder.

    #125908
    Stephen Edgar
    Keymaster

    I would try contact someone from the http://wp-persian.com/ project or posting on the forums http://forum.wp-persian.com/, you can also try the plugin author directly https://wordpress.org/support/plugin/wp-jalali

    #125901
    aberglas
    Participant

    You say “Capabilities are saved in the database, per user, per site”. That is clearly NOT the (normal) case. The wp_usermeta table wp_2_capabilities row stores ROLES, not capabilities. Those roles appear to index into the wp_2_options tble row wp_2_user_roles row which contains a list of capabilities.

    I have no idea what “Dynamic” roles are nor why bbpress contains a vast amount of capability fidling code, including no less than three files called capability.php. If someone could explain it in terms of actual table rows and colums that might help.

    I want a simple setup where Authors can access Private forums but only in the site which they are an Author. The simple coupled set up that JJJ says is too simplistic. But now it cannot be done at all?

    By default private sites are hidden to users. There is a weird “Auto Role” option that can adds bbp_participant to all users. But that means that users get access to all forums on all sites. Is that the “Dynamic role” feature?

    So turn that off. Try to add bbp_participant role explicitly using action ‘add_user_to_blog’
    $user->add_role(“bbp_participant”);
    However, that failed to add the user. WordPress really only supports one role per user, certainly set_role() only accepts a single role and purges any others. So I think something is resetting it.

    Then I try simply
    get_role( ‘author’ )->add_cap( ‘read_private_topics’ ); // for bbpress.
    That successfully updates the database (wp_2_user_roles), but has no effect on bbpress. I suspect because one of the capability.php files in bbpress has
    case bbp_get_spectator_role() … ‘read_hidden_forums’ => false,
    rather than just leaving it out. So capabilities do not merge properly between roles.

    I am new to WordPress/bbPress, and having spent many hours in this mess am getting very frustrated. How hard can it be? Users/Roles/Capabilities.

    Anthony

    #125898
    Stephen Edgar
    Keymaster

    I see you have a ‘register’ and ‘login’ page using the shortcodes, if you want something in the sidebar you could use the login widget https://codex.bbpress.org/widgets/

    #125897

    In reply to: Please help me

    Stephen Edgar
    Keymaster

    If this is a new WordPress site and a new forum you should be using bbPress 2.2.4 plugin

    https://wordpress.org/extend/plugins/bbpress/

    #125896

    In reply to: Sticky a Forum Post

    Stephen Edgar
    Keymaster
Viewing 25 results - 27,301 through 27,325 (of 64,535 total)
Skip to toolbar