Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 21,001 through 21,025 (of 64,534 total)
  • Author
    Search Results
  • #145123
    leopolds
    Participant

    This is the post-like listing I am talking about:

    https://dl.dropboxusercontent.com/u/534152/leopoldscom%20bbpress%20forum%20root%20page.png

    #145122
    leopolds
    Participant

    Hi,

    I am using Twenty Fourteen and bbpress. How can I make the forums root page full width?

    I want to remove the sidebar, center the content and remove the post-like forum names after the listing section. Basically, I want this page to act as a full-width page, not a post/forum listing.

    My forums root page is http://leopolds.com/discussions/

    I want it to look like http://leopolds.com/bbs/ (created using shortcodes)

    Thank you very much.

    (I was able to achieve full-width style in individual forum page by using widget visibility function. But this doesn’t work for the forums root page.)

    #145118
    Sascha.H
    Participant

    Hey guys i have a little problem. Actually i installed wordpress on my server and created a standard clean theme. Here is the Screen:

    parent theme

    Than i created a child theme connected it with my parent theme via the style.css

    And now i thought i have to put the bbpress folder into my child theme. Is this correct? The question is just which folders? Just copy all from default in my child theme or just the content of bbpress?

    bbpress

    The same problem with buddypress i want to put it in my child theme but i dont know what. All folders copy paste? Or just the content of my bp_template or maybe bp_theme folder?

    buddypress

    PS: I tried a bit on my local server at the plugin folder and want would change 2 things at my bbpress forum. 1) Is there a solution that i can upload images when using the editor? I think its very uncomfortable to put a link from another server in the editor. I want to handle it like facebook just upload it on my server and its in the post. 2) How can i delete the /forums in my url? i want my url like http://www.myurl./forumname but actually its http://www.myurl.de/forums/forumname.

    Hope you can help me i want to start with this awesome plugin but πŸ™‚

    #145107
    Robin W
    Moderator

    Try

    rewrite rules
    This could be an issue with your rewrite rules. To fix this try resetting your permalinks. In your WordPress Administration Screens navigate to Settings > Permalinks, select a different permalink structure and save. Then select your preferred permalink structure and save again.

    and if that doesn’t work try

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, switch to a default theme such as twentytwelve, and see if this fixes.

    #145105

    In reply to: Search function

    Stephen Edgar
    Keymaster

    This forum is not visible to non-logged in users, but when they search for keyword on the hidden forum, it still display the topic in the hidden forum.

    I cannot reproduce this, any topics in hidden or private forums are not shown in the search results.

    Oops it seems the β€˜search’ feature can find anything by anyone (logged-in or out visitors), it even finds topics/replies on PRIVATE/HIDDEN forum!

    Same, I cannot reproduce this, any topics in hidden or private forums are not shown in the search results.

    Also, the tags widget on private and hidden forum also direct to the private/hidden topics/replies too πŸ™

    What ‘tags widget’ are you using? bbPress does not include a tags widget.

    #145104
    Stephen Edgar
    Keymaster

    If you take a look at a single users profile and the ‘edit’ section:

    If you look in content-single-user.php you’ll see:

    <?php if ( bbp_is_single_user_edit() ) bbp_get_template_part( 'form', 'user-edit' ); ?>

    Open the form-user-edit.php template:

    
    <?php do_action( 'bbp_user_edit_before_role' ); ?>
    
    	<?php bbp_get_template_part( 'form', 'user-roles' ); ?>
    
    <?php do_action( 'bbp_user_edit_after_role' ); ?>
    

    (I removed some of the multisite network user role code for readability above)

    Open up the form-user-roles.php template:

    <?php bbp_edit_user_forums_role(); ?>

    The role that will be the default when you add this to your ‘New User Form’ will be the default ‘participant’ if that is what you have set the default role as in bbPress settings.

    #145097

    In reply to: CHAT FOR MY FORUM

    Halo Diehard
    Participant

    There are so many cool options right now! Besides private messages, like the plugin listed above, there is a chat at the bottom bar that users can chat with but it’s also one on one privately, it is iFly.

    Also, the plugin Quick Chat can be integrated into bbPress in two different ways:

    1. This chat plugin can be put into different WordPress pages with shortcodes, so you can put it on any pages at the top or bottom of your forums that are on WordPress pages using shortcode, or in any sidebar widget.

    2. You can also use a different chat on each WordPress page using shortcode, so coupled with the plugins BuddyPress and BuddyPress Groups Extras (which adds extra pages to BuddyPress Groups) you can give each of your bbPress forum groups their own private chat!

    #145095
    Halo Diehard
    Participant

    Thanks so much, @netweb! So I can create a file called “editor-style.css”, and put it in my theme. Does it go in the root?

    And I’m a little confused: doesn’t bbPress have it’s own editor that’s separate from WordPress? I have an awesome editor for WordPress, but it doesn’t show up for bbPress.

    Edit: PS, I did not get an email that there was a reply on this, and it’s definitely checked…

    #145092
    bustel
    Participant

    I have updated my wordpress to the newer version, wordpress version: 3.8.3, bbpress version: 2.5.3.

    I have a problem with “edit” on the front-end, if i want to edit a post then the page says: “The page you requested could not be found.”….

    What can be done to prevent this problem? or to fix the problem?

    the permalinks on my website are: /%postname%/%category%/

    the url to edit the post is: http://&#8230;../…./…./…./post01/edit/

    thanks for the answer.

    #145091
    kiwi3685
    Participant

    Thanks Stephen, a useful link. I have now installed https://wordpress.org/plugins/bbpress-auto-subscribe-for-new-topics-and-replies/ which does what I need.

    But still my personal preference is for a single configurable tool (bbPress in this case) rather than a proliferation of different plugins.

    In particular I am always uncomfortable using plugins that have no reviews. In this case I took a chance as I have seen other work by it’s author. I have now added a review for him, so at least there is no one!

    #145090
    Mike Brooks
    Participant

    Hello,
    I am trying to place the forum Roles section, like the section that appears in Edit user, on the new user form. My site is private, so any new users are created by the admin. I’d very much like the admin to only have to go to this screen for user permissions. I’ve managed to get my other plugin and custom fields on the page, but I haven’t figured out how to do it with bbPress. Could someone help me out? For all general purposes, I am using the add_action hook user_new_form then setting the values with update_user_meta in my theme’s function.php page. I see that bbPress sets values in the clr_usermeta database, but I’m unclear on what to set and how. Also, I always want the default value for the role field to be participant. I have search reasonably thoroughly for a clear answer to this and haven’t had much luck. I welcome any help you may have.

    #145087
    Matoca
    Participant

    Update. Last week as soon as I read that there had been trouble with tinyMCE, I disabled the bbPress Enable TinyMCE Visual Tab Version 1.0.1 plugin I had been using. I was using it mainly so moderators could do a bit more in the forum but it wasn’t critical.

    The results were that, -perhaps-, this was part of the problem but it’s not that straightforward. The moderator tried to post using her iPhone and responded:

    “I could put my name in and e-mail address AND it did show up as I typed. But, when I posted, the typing was transparent. I knew it was ‘typing’ because the auto word finish worked and came up. And then when I hit ‘submit’ the post did show up.”

    So then I needed to know if she had tried this while she was logged in or not. I have the forum set for no registration so anyone can post, but I don’t allow them to input html. If she was not logged in then she wouldn’t be able to post in html. I thought perhaps her iPhone or iPad has text attributes set that wouldn’t be allowed.

    So I quizzed her:
    > So the keyboard came up for you this time, no problem? That was the important thing.
    Yes, it came up.
    >
    > So then next, you could see what you were typing in the name and email fields?
    Yes.
    >
    > But then when you were typing in the message window, the text was not visible?
    Right, NOT visible.
    >
    > And finally when you hit submit you could see that you had posted.
    Yes, it was then visible and posted.
    >
    > I can see what you posted and besides the fumbled spelling cause you couldn’t see, it works.
    Right – my fingers on the tiny keyboard are not conducive to proper spelling, punctuation. 😜
    >
    > So I need to know, first are you logged in when you are adding your message?
    No, I’m NOT logged in.

    > Do you see a message that says “Your account has the ability to post unrestricted HTML content.”
    No, i don’t see that.
    >
    > And then when you are at the message window, look at the tabs on the upper right. Were you on the visual tab or the text tab when you were writing?
    Visual, couldn’t get into Text.
    >
    > Try typing another message with the other tab selected. I suspect you were in the visual tab so try the text tab this time.
    Doesn’t work. 😣

    Then a few days later we were back at it again. She tried this logged in.
    “Logged in. Using iPad. This is what I got from ‘Text’

    Hi. This is a test – now is the time for all AIHA/IMHA doggies to be well.

    <strong>bold</strong>

    <em>italics</em>

    And this is what I got in ‘Visual’

    Hi. This is a test.

    Now is the time for all AIHA/IMHA doggies to be well.

    Bold: </strong>

    Italic: <em>

    Then later that day she tried logging out and posting:
    “I logged out and tried to post again to my Sadie:Weaning post. I seemed to have lost a word or two from the post, once I hit submit, but it WAS in sequence and I COULD type AND the typed showed as I typed. This was the first time in months that it’s worked. Yeah!!!!!”

    And yesterday she reported (logged out):
    “Okay – just posted to Joe. First, had to tap hard to get the keyboard to come up. It finally did and I could put in name, e-mail, showing what I wrote. But once I tried to actually post, again, after tapping hard anonymity (“on it?”)five times, the cursor would move with each letter I hit, but I could not see shat (see what?) I was writing.”

    WP just updated to 3.8.3 (without my input…) so would that have some version of tinyMCE in it? I thought that they had removed it completely a while back and at that time I lost the text tab in the forum when posting as a moderator. So that is when I installed the tinyMCE plugin.

    I wish I could say that this seems resolved, but it seems that she is still having erratic behavior from the keyboard when she is trying to enter text either logged in or not logged in. It is significant that she can get the keyboard to come up at all, that was not happening before.

    I am trying to make sure my site is responsive and is usable by most phones and tablets. On my Google Nexus I have a bit of trouble scrolling down the page, it’s erratic and resistive. But that may have more to do with the page loading slower over wifi.

    I hope this thread stays open so there can be further input?
    thank you, matoca

    #145084
    yoshimitsu1234
    Participant

    I am using #0c91d2 color for my site posts links. Due to this even bbpress forum list and posts titles and links are also appearing in this color. It there any way i could change forum list and post titles only to black color without changing behaviour of other content link’s color?
    My site forum link is http://desimedicos.com/forums/

    #145077

    In reply to: hidden forum

    Robin W
    Moderator

    I’ve documented how to do this with members plugin and bbpress permissions plugin.

    http://www.rewweb.co.uk/creating-bbpress-groups/

    BUT be aware that you need to disable the search function, and use other widgets with care !

    I am still working on a groups plugin, fighting my way round the search function at the moment to stop it being a backdoor. Hope to be finished in the new few weeks, but said that two weeks ago !

    #145076

    In reply to: Cant create topics

    Robin W
    Moderator

    try the following

    rewrite rules
    This could be an issue with your rewrite rules. To fix this try resetting your permalinks. In your WordPress Administration Screens navigate to Settings > Permalinks, select a different permalink structure and save. Then select your preferred permalink structure and save again.

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, switch to a default theme such as twentytwelve, and see if this fixes.

    come back and let us know if any of the above fixes

    #145066
    Stephen Edgar
    Keymaster

    There was a change to handle reply slug titles in bbPress 2.5

    http://elitegamingcomputers.com/reply/operation-auctus-10/

    http://elitegamingcomputers.com/reply/12078/

    http://elitegamingcomputers.com/reply/operation-auctus-12/

    http://elitegamingcomputers.com/reply/12095/

    The above is what the updated slugs should be though as those replies were created before the 2.5 update they a) don’t work though that is what format your new slugs would use.

    Looking at a recent topic http://elitegamingcomputers.com/topic/hello-everyone-3/ your reply to that topic is and works fine: http://elitegamingcomputers.com/reply/17556/

    Thus this will only affect your pre bbPress 2.5 replies and there are probably a couple of options available if you wanted to retrospectively apply this to your pre 2.5 replies either with a custom PHP repair tool or directly in phpMyAdmin to grab each reply and copy it’s post ID to the post_name field in the wp_posts table.

    EDIT: If you want to see the code and ticket background on this change see this and this

    Stephen Edgar
    Keymaster

    Ha! This is kind of cool I reckon πŸ™‚ http://theguiltymommy.com/mommy-forums/

    Your themes CSS loads after bbPress’ so adding the equiv from bbPress CSS to your thtmes CSS should do the trick:

    
    #bbpress-forums div.even,
    #bbpress-forums ul.even {
    	background-color: #fff;
    }
    
    #bbpress-forums div.odd,
    #bbpress-forums ul.odd {
    	background-color: #fbfbfb;
    }
    #145063

    In reply to: hidden forum

    Stephen Edgar
    Keymaster

    This is not currently available to do in bbPress ‘out of the box’ there are various plugins that will allow you to do this though. S2Member, Members, Restrict Content Pro.

    Plugins

    We do plan on including this ”out of the box’ in a future version though. πŸ™‚

    #145062

    In reply to: User Permission

    Stephen Edgar
    Keymaster

    Keymaster -> Forum Capabilities

    publish_forums
    edit_forums
    edit_others_forums
    delete_forums
    delete_others_forums

    Moderator -> Forum Capabilities

    publish_forums
    edit_forums
    read_private_forums
    read_hidden_forums

    What this allows for is the ‘keymaster’ has control of all the forums.

    A ‘moderator’ can create forums and edit their own forums created but not edit any other forums created by other moderators or keymasters.

    Probably the main issue you are seeing is ‘how to’ actually do this in the front end and we can (and will) implement this a little better in a future version of bbPress.

    To edit a forum from the front end simply add /edit to the end of the URL for example if you have a forum named test-forum this will take you to the edit forum form /forum/test-forum/edit/

    To add a new forum add the [bbp-forum-form] shortcode to a page that moderator can access or add a function like this one to hook the forum form onto a moderators user profile page.

    https://gist.github.com/ntwb/10701087

    #145061

    In reply to: CHAT FOR MY FORUM

    Stephen Edgar
    Keymaster

    I think this is what you are after https://wordpress.org/plugins/bbpress-private-replies/

    #145060

    Topic: CHAT FOR MY FORUM

    in forum Plugins
    giulianag
    Participant

    Hello, I want to know if bbpress has a chat option integrated or what plugin you recommend to install inside my forum site. But not like a chatbox in the corner of the website footer… I need it like an option inside my bbpress forum, a private and integrated chat. I want to enable the option of interacting beetween the users of the forum. It is possible to do? Thanks

    The Guilty Mommy
    Participant

    On my site, each post has a different background (darker shades of pink) and therefore a different font color to work with the background color. With the posts this works great, but in my bbpress forums, the background color changes but the color of the font takes the color only of the first post. The theme I used was Twentythirteen and then the child theme was a modified version of 2013 blue sequence. What am I doing wrong? I am slowly learning about CSS but have little knowledge this far. Any help would be greatly appreciated.

    My page is http://www.theguiltymommy.com

    Eventually I would love to change font size and style but I need to get it readable first. πŸ™‚

    #145055
    brent7
    Participant

    I’ve been struggling with duplicate titles ever since moving over to bbPress.

    I’m using the Yoast plugin and right now I’m getting about ~1,800 duplicate titles and they are all coming from the way bbPress creates single replies.

    For instance, these two pages are producing duplicate titles:

    http://elitegamingcomputers.com/reply/operation-auctus-10/

    and

    http://elitegamingcomputers.com/reply/operation-auctus-12/

    Is there anyway I can just disable the way that the forums create a single page for each reply? Or, is there a way to add a unique identifier to the titles? I’ve got page numbers working on forum topics that go multiple pages, but I can’t get the titles to work.

    Any help would be appreciated.

    Thanks!

    davidkooo
    Participant

    @foxden vixen

    make custom post/page template without sidebar, name it bbpress.php and place into your themes root

    thats what I did http://batman.scifi-guide.net/forums

    #145033
    tza79
    Participant

    I can confirm that I have the same issue as well. If the threaded replies is enabled, I have posts that display out of date order. If I turn off threaded replies, then they display in the correct order. Has the bbPress team confirmed that this is a known bug they are working to solve?

Viewing 25 results - 21,001 through 21,025 (of 64,534 total)
Skip to toolbar