Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 9,676 through 9,700 (of 26,877 total)
  • Author
    Search Results
  • #146130
    Stephen Edgar
    Keymaster

    I dug around and per my previous comment this is the current expected behaviour and design.

    That said I think we can improve this ‘user experience’ but we can’t do it directly in bbPress at this stage, you see the same experience when using the ‘text’ editor to create new post with WordPress.

    I have created a ticket upstream for WordPress to improve this here, once WordPress has this then bbPress will also have this improved UI/UX 🙂

    #146120
    orionghf
    Participant

    Hello
    I have a problem with the editor in bbpress .. the content is displayed with the html code ..
    I am using Ultimate TinyMCE editor with the option of wpautop set off and I put this code in the functions.php of the theme to enable mce editor :


    function bbp_enable_visual_editor( $args = array() ) {
    $args['tinymce'] = true;
    return $args;
    }
    add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor' );

    What could be the problem, I tried using Tiny MCE Advanced but the same problem occurred
    is this a theme problem?

    Im using :
    Wordpress version 3.8.3
    bbpress version 2.5.3
    Ultimate TinyMCE version 5.3

    Thanks

    #146119
    Stephen Edgar
    Keymaster

    Have you tried using just %postname% rather than /index.php/%postname% ?

    I have a sneaky suspicion this will be your issue.

    If you are not able to remove the /index.php/ before %postname% check your “WordPress Address (URL)” and “Site Address (URL)” in Settings -> General. If these include the /index.php/ I’d suggest you contact your web host and have these updated.

    (I only say contact your host as if you change these to something your web host doesn’t support you may lose access to your site)

    #146116
    Robin W
    Moderator

    This is done by putting some code into the footer.php

    If you’re into coding, then google ‘wordpress post footer’ and you’ll find several examples of how to put posts into footers. You’d be looking to add a parameter of ‘post_type’ = ‘topic’,

    Alternately you could try

    https://wordpress.org/plugins/nurelm-get-posts/

    and see if that works in your footer – no idea if it will !

    the code would be something like

    [get_posts post_type=”topic” numberposts=15 orderby=”post_date” order=”DESC”]

    or maybe order = “ASC” !

    JBBoY
    Participant

    This plugin (fork of Simple Local Avatars) do the job! :))

    Basic User Avatars

    #146095
    Stephen Edgar
    Keymaster

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

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

    #146088

    In reply to: Missing Topic Intro

    Robin W
    Moderator

    You could try my plugin

    bbp Private Groups

    which lets you create private groups as you seem to want


    @netweb
    – I’ll be adding it to wordpress plugins as soon as I’ve changed it unlimited groups!

    #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

    #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?

    #146050
    BeethovenWC
    Participant

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

    Thanks

    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

    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

    #145970

    In reply to: SMF Import to bbPress

    Stephen Edgar
    Keymaster

    I wonder if there is any way to convert/transfer the attachments so that they will work as well?

    I haven’t seen any particular effective ways to do this yet, I have a few ideas on how to add support to import the attachments into the WordPress media library but it only exists in imagination at this stage, once I get the time to take a look I most certainly will have a crack at it.

    #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

    #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**

    #145944
    Pasquale Galasso
    Participant

    I confirm

    insert

    asdasdasd
    and
    asdasdasd

    total forum visible and (plugin not found)

    With wordpress 3.9 and bbPress 2.5.3-5249 on pc windows seven (wamp server)

    #145926
    Robin W
    Moderator

    Ok so you’re a wordpress site – so see

    Codex

    for step by set how to install

    #145923
    Daniel King
    Participant

    I don’t know if you still need it, but there is a plugin for that: https://wordpress.org/plugins/bbp-last-post/

    Discussion here: https://bbpress.trac.wordpress.org/ticket/2031

    #145922
    Homika
    Participant

    I found this one: https://wordpress.org/support/topic/javascript-error-on-pages-without-sharebar
    The hack proposed in that topic solved my issue which was caused by JS error. Hoping that plugin will be fixed at some point, so I don’t need to hack into its code with every update…

    #145921
    Homika
    Participant

    I had something similar and my issue seems to be related to Sharebar plugin of WordPress. Disabling that plugin makes the toolbar buttons appear properly. Will research more what can be done w/o disabling it, the plugin itself is pretty nice besides this issue.

    #145919

    It’s a WordPress site, so… sure!

    #145917

    Any of the themes from bbshowcase.org are for the retired version of bbPress (1.x), which is to say it won’t work inside of WordPress, or for bbPress 2.x.

    #145891

    In reply to: Forum Page not working

    Stephen Edgar
    Keymaster

    There are no issues using bbPress 2.5.3 and WordPress 3.9 they are 100% compatible.

    Any issues will be as @phpnukes points out theme issues or plugin conflicts.

    I suspect your issue @buzzybee24 is indeed a theme issue, check your themes faq and/or support sites for information on using your theme with bbPress v2.x. If you can’t find anything most likely you will need to make a copy of your themes page.php file and rename it to bbpress.php in your theme folder.


    @phpnukes
    Your issue will be a plugin conflict as to why some of the items are missing in the dashboard.

    #145889

    In reply to: Forum Page not working

    phpnukes
    Participant

    Your forums are showing in your settings.
    Mine are not so maybe since bbPress are claiming 2.5.3 is compatible to 3.9 there could be a confict with the theme: I’m using twentyfourteen or another plugin installed could be the problem.

    Plugins installed could be the issue try deactivating all your plugins to see if it fixes things. Then active each plugin one by one to establish which plugins are causing the problem.

    Don’t install an older version of wordpress quite just yet.

Viewing 25 results - 9,676 through 9,700 (of 26,877 total)
Skip to toolbar