Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 20,651 through 20,675 (of 64,517 total)
  • Author
    Search Results
  • JBBoY
    Participant

    I’m reading a lot, some people say it’s possible with simple local avatars plugin and a hack. But, there is a way to make it clean? I want my users can upload their profile images from their bbpress profile area.

    Thank you in advance.

    localiseorg
    Participant

    WP 3.9.1, bbPress 2.5.3

    In WP admin, there used to be tabs for forums, topics, etc., in the sidebar – but now they are all gone. This might coincide with recent update to WP 3.9 or 3.9.1

    Also, I am unable to create topics in the frontend. Not sure if these two issues are linked, but they seem to have started happening around same time.

    I don’t know what caused this so unable to provide steps to reproduce as yet.

    Anyone seen this sort of thing happen before?

    #146097
    Robin W
    Moderator

    ok, try renaming your themes’s page file as per

    Step by step guide to setting up a bbPress forum – Part 1

    #146095
    Stephen Edgar
    Keymaster

    Apologies, this should be fixed for the next release of bbPress:

    https://bbpress.trac.wordpress.org/ticket/2518

    #146090
    Neosnc
    Participant

    Solved:

    In Windows bbPress was reporting $content_dir with double slashes // (ie: c:/www/wordpres//) so the content_dir was not being properly string replaced with the content_url()

    Solution:
    Line 168 & 237 of template-functions.php added this to correct for double slashes:
    $content_dir = str_replace( ‘//’, ‘/’, $content_dir );

    #146087
    lantaarntje
    Participant

    Thx for the info but how do i get it displayed on the frontpage not as a menu link but the same as bbpress.org. Is it displayed in a widget area? or …

    #146086

    In reply to: Missing Topic Intro

    Robin W
    Moderator

    suggest its a plugin issue – seems to have been found before

    first entry missing on single topic page // visible only for admin

    and when coding a plugin recently I had exactly the same issue, but as I’m now old and brain going I cant remember how I fixed it, but I did!

    It is related to filters applied to bbpress functions – it may be in bbp_has_replies, but somewhere if you mis-filter for replies only, then the resultant wp-query doesn’t have the topic post_id to display as it’s been filtered out.

    Anyway one for the plugin author I’m afraid !

    #146085

    In reply to: Profile redirect

    Robin W
    Moderator

    I presume you mean the profile in the toolbar?

    If so, I turn the toolbar off for all users apart from admin. It is ugly and takes away from your theme.

    You can then put it as a menu item see

    Layout and functionality – Examples you can use

    for details

    #146084
    Neosnc
    Participant

    Turns out to be some kind of permission error. I see this in the Chrome console. Will look into it further.

    GET /wp-content/plugins/bbpress/templates/default/css/bbpress.css?ver=2.5.3-5249 403 (Forbidden) localhost/:30
    GET /wp-content/plugins/bbpress/templates/default/js/editor.js?ver=2.5.3-5249 403 (Forbidden)

    Hello,

    I’ve installed bbPress 2.5.3 onto WP 3.9.1 but am not seeing any css stylesheets loaded for bbPress. Even when switching to the Twentyfourteen theme the forums are completely unstyled.

    Has anyone come across this issue? Looking at resources in the chrome console I can see that bbpress.css is not being loaded.

    elaborate
    Participant

    Actually, there is a link to the topic by default, in which case it’s the number in the top right corner of the reply.

    Here on the bbPress support forum, it’s the time stamp to the left of the reply, underneath the user’s profile information.

    Linking to replies, posts, etc. like it’s done here is fairly common practice throughout the web, although not at all intuitive in my opinion.

    #146074

    In reply to: SMF Import to bbPress

    Stephen Edgar
    Keymaster

    @landshark I wouldn’t say you were being ignored, we are all volunteers here and if and when people have the time to help others they do, myself included.

    What is the BBCode for images on your SMF forum?

    bbPress converts these default BBCode [img] to `<img src=”…”>
    [img]http://www.google.com/intl/en_ALL/images/logo.gif[/img]
    [img=http://www.google.com/intl/en_ALL/images/logo.gif]
    If you have any custom BBCodes this will not work and you could either fix this in your SMF forum before importing or if your comfortable with MySQL you could update these in your database directly.

    #146073

    In reply to: Layout changes

    Stephen Edgar
    Keymaster

    1.: Move post count under rank (red arrow).

    bbPress does include post counts at the moment, in bbPress 2.6 it will though.

    You must be using a plugin for this or a custom theme with bbPress support.

    2.: Move date of creating a post upside (blue arrow).

    Same as above

    3.: Translate โ€œreplyโ€ โ€“ it is translated in language files but it is still in english. All other words are fully translated in my language. (red square).

    This also could be an issue with any custom plugins or themes you are using.

    Disable any plugins except bbPress and switch to a default theme eg Twenty Thirteen and let me know if you still see ‘reply’ as untranslated.

    #146072
    Stephen Edgar
    Keymaster

    Try making a single sidebar eg sidebar-bbpress.php and call that from your bbpress.php file and use bbPress conditionals

    bbPress Conditional Tags

    eg

    
    <?php if ( bbp_is_single_forum() || bbp_is_single_topic() || bbp_is_single_reply() ) : ?>
    ...primary sidebar code here...
    <?php else : ?>
    ...secondary sidebar code here...
    <?php endif; ?>
    
    #146071

    In reply to: Missing Topic Intro

    Stephen Edgar
    Keymaster

    It looks like ‘however’ all the things on your site are working it is making the topic ‘private’

    The good thing is we will have this fixed for bbPress 2.6

    Details are here https://bbpress.trac.wordpress.org/ticket/2593

    #146070
    southcot
    Participant

    WordPress: 3.9
    bbPress: 2.5.3
    User Access Manager: 1.2.5.0
    Theme: Twenty Eleven (no mods)

    I don’t know whether our use of UMA is relevant here. We have a group in UAM called “Panel” and all of those users have the “Forum Role” of “Participant”

    I have set up a forum “panel Discussions” which is restricted to the members of “Panel”:-

    Screenshot 1

    and in it a topic “Panel **********************”:-

    Screenshot 2

    When I’m logged into WP I can see the forum and the topics:-

    Screenshot 3

    And the topic thread shows as I would expect:-

    Screenshot 4

    Users that aren’t logged in cannot see the “Panel Discussions” Forum as I would expect:-

    Screenshot 5

    And as expected another “Panel” member can see the “Panel Discussions” Forum:-

    Screenshot 6

    .. and the topics:-

    Screenshot 7

    However when they open the topic “Panel **********************”:-

    Screenshot 8

    The initial Topic intro is not visible.

    Can anyone help please?

    #146068
    siobhan61
    Participant

    Hello,

    I’ve created two sidebar widgets to use with bbpress forums (v. 2.5.3) — one for the landing page and the other for bbpress interior pages (forums, topics, etc.). I made a page called bbpress.php (copied from my index page) and have put that in my child theme. From that page I’m calling the bbpress sidebars I created.

    The problem is that I can only call one of them — the secondary widget. The widget I created for the forum homepage (which is what I was assuming bbpress.php is) doesn’t appear when I call it (defaults to another sidebar I have set up on the website for page.php).

    http://innovativeapprenticeship.org/community/

    Does anyone know how to set up two sidebars for bbpress, and the template files from which I should call them?

    Thanks, Cheryl

    #146067
    tajenli
    Participant

    I know there is a search function in bbPress which allows forum wide search. I also tried “bbPress Search Widget”, it has more settings, but it’s also a forum wide search.

    Is there any plugin allows me to create an individual forum search?

    Thanks,
    Darren

    #146066
    BeethovenWC
    Participant

    Hello.

    I made some changes in localisation (via Codestyling Localization plugin) and suddenly disappeared all my BBPress widgets from administrator’s widget menu.

    Please help.

    #146050
    BeethovenWC
    Participant

    Please, how to redirect all normal wordpress profiles to bbpress profiles?

    Thanks

    #146047
    familylawboard
    Participant

    Unites States and it’s territories and then one for “international” to start with.. so I’m looking at 57ish. If I get lots of members outside of the US I would eventually split the international section up as well (I don’t necessarily foresee this). I’m looking into doing what I need with s2member conditionals now. I’ll have to have people choose their state, then generate different paypal buttons for each one so they’ll get a proper s2member conditional and then I’ll set up a forum page that uses shortcode conditionals to show them just the forum I want them to see. I’m not sure this will integrate perfectly with my bbpress/buddypress setup (I’m concerned about the activity pages and such) but we’ll see. I’ll definitely watch for updates to your plugin–it sounds perfect for when it’s got an unlimited number of groups.

    Stephen Edgar
    Keymaster

    There is this plugin https://github.com/jmdodd/bbpress-topic-post-converter/

    Though it has an outstanding issue that makes it not currently working ๐Ÿ™

    https://github.com/jmdodd/bbpress-topic-post-converter/issues/1

    Stephen Edgar
    Keymaster

    The bbPress shortcodes are:

    [bbp-login] – Display the login screen.
    [bbp-register] – Display the register screen.
    [bbp-lost-pass] – Display the lost password screen.

    I suspect some of your issues are more WordPress related rather than specificly bbPress

    Robin W
    Moderator

    Have you tried copying and renaming your full width page template as per

    Step by step guide to setting up a bbPress forum – Part 1

    smashthegame
    Participant

    Hi there,

    I’ve started using your bbPress plugin for wordpress. I’ve followed every instruction I could find to disable the sidebar and have a full width page on the forums page. I’ve tried nearly everything including some css posted in another thread, using a full-width page template and commenting out get_sidebar() from every file in the extras folder.

    Please help! I don’t want to have to delete my forum data and start all over again simply because I can’t get a sidebar to disappear. This should be a simple excercise.

    Cheers
    -STG

    #145980
    Robin W
    Moderator

    Within the default bbPress you cannot do this – forums are either visible or not depending on whether you’re logged in, and you cannot assign users to forums

    However the following plugin allows you to assign users to one of up to 8 groups, and have multiple forums belonging to those groups, so should probably achieve what you want.

    bbp Private Groups

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