Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 20,676 through 20,700 (of 64,534 total)
  • Author
    Search Results
  • #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

    Robin W
    Moderator

    ok, presume this is a new install?

    also presume that you have set yourself up as at least participant in the user profile – the forums permissions are near the bottom when you edit a user

    If so then

    maybe a plugin or theme conflict

    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.

    alhoseany
    Participant

    hi, i cant edit my posts. i am an administrator and each time i try to edit a post i get a blank bbpress page with only this error:
    “Sorry, there were no forum topics found.”
    my edit link is like this:
    http://www.mydomain.com/community/topic/test-editing/edit/

    also, all user roles get the same error.

    #145969

    In reply to: Forum Page not working

    Stephen Edgar
    Keymaster

    @buzzybee24 In your WordPress theme folder eg \wp-content\themes\mytheme

    Look for a file named page.php and make a copy of this file and rename it to bbpress.php

    #145955

    In reply to: remove columns

    carterlongbeach
    Participant

    Ok, I think I answered my own question.

    In bbpress.css I changed the percentages in rows 134, 142, and 149. Seems to be working.

    #145953
    Pasquale Galasso
    Participant

    I have e bbpress in single page with a child template.

    Now how can I add the column which is on the left?

    Topic Info
    In: Plugins
    xxx replies
    xxx participants
    Last reply from: xxx
    Last activity: xxxx
    Subscribe
    Favorite

    Please, help.

    #145951
    Robin W
    Moderator

    @funin

    Not quite sure I understand

    You can have multiple forums with multiple access levels

    In combination with the default bbPress access a forum can be

    totally public – everyone can see and contribute – even anonymous users can make posts
    public – everyone can see, but only registered users can contribute
    private – only logged in user can see the forum exists, and can either contribute as participants or just see as spectators
    group visible – everyone can see that a forum exists, but only logged in users with permission for that forum can see forum topics and replies, and can either contribute as participants or just see as spectators.
    Group invisible – only users with permission for the forum can see that they exist, and can either contribute as participants or just see as spectators.

    Basically you have a great deal of flexibility on how you set your forum site up.

    so if you want a forum that people can see and contribute to alongside ones that are either private or with just topics visible, then this is possible.

    #145949
    theENiGMAman
    Participant

    Firstly thanks to bbpress for the great plugin for WP – it’s made forum integration so much better for everyone!

    I’ve run into a issue on bbpress that I am unsure how to remedy, On our bbpress forums replies made by users (of any forum role) do not display the avatar or username, instead it only displays their forum role. I’ve Googled the issue but there doesn’t seem to have been an issue like this before that I can find.

    Here is a link to show the problem: http://exodus-esports.com/forums/topic/bug-report-enigmas-hideaway/

    Wordpress Version: 3.9
    Buddypress Verion: 2.0.1
    bbpress version: 2.5.3

    Thanks in advance for any assistance πŸ™‚

    **Update: Checked for any conflicting plugins by disabling all but bbrpess & buddpress – issue was still there**

    Primus Palus
    Participant

    I’m looking for a plugin and my search-fu under the plugins database through the website is weak apparently. I want the plug in to allow me or another usergroup the option to post a thread in the bbpress forum… which can then be posted to the articles of the main site. Or, I could do the reverse and allow in depth discussions on the forums instead of the comments section.

    I’d really like to pick who can do this, and the exact places the post would go to (which category). Does something like this exist?

Viewing 25 results - 20,676 through 20,700 (of 64,534 total)
Skip to toolbar