Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\"'

Viewing 25 results - 9,726 through 9,750 (of 26,880 total)
  • Author
    Search Results
  • #145790
    Stephen Edgar
    Keymaster

    Switch to one of WordPress default themes, Twenty Thirteen or Twenty Fourteen.

    If bbPress works try your theme again, if bbPress doesn’t deactivate the plugin, delete it and reinstall.

    And or try deactivating all your plugins except bbPress then reactivate one by one until the error occurs to find a conflicting plugin.

    Stephen Edgar
    Keymaster

    Agreed seems weird, 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.

    siobhan61
    Participant

    Hello,

    I’m using bbpress 2.5.3 with a WordPress twenty-twelve child theme. I’m also using bbpress WP tweaks (1.3.1). I’m trying to incorporate the bbpress forums into our theme, and it works fine on the first level with a custom sidebar (I haven’t really styled anything yet — trying to get the basic functionality first):
    http://innovativeapprenticeship.org/community/

    but at the forum level I’m not getting the right content — no breadcrumb trail; no topic list:
    http://innovativeapprenticeship.org/community/forum/test-1/

    I put a few echo (‘here’) statements into single-forum.php template I adapted for the child theme and can see that it’s being called. But content-single-forum.php, which is called from single-forum.php if there is content, and which would have the breadcrumb trail and the topic list among other things, is not being called. I tried some echo statements in there and nada. It’s not being called from my child theme or from the bbpress template folder.

    Actually, I can see that bbpress has created another navigation level, forum, that doesn’t really exist. Forum is really the first level (our “Community” page). Does this have something to do with the problem?

    Has anyone encountered something like this, and do you have any idea why this is happening?

    cheers, Cheryl

    #145762

    In reply to: Private

    Robin W
    Moderator

    ‘Would you happen to know if i can assign/connect such a “private” Group to a Membership Level of my S2 Members WordPress Plugin?’

    Offhand no, I haven’t played with the s2 plugin to know what it does or how it works !

    I suspect that total automation would be hard given that you’d presumably need to link a course or courses to a forum or forums, and then link memebers to a group within bbpress representing that.

    Load the plugin and have a look, it’ll take you probably about 10 minutes to configure and 1/2 hour to work out how you might want to use it. Then come back and let me know what you are trying to do.

    Don’t promise to link, but if it’s easy!

    #145761
    #145758

    In reply to: Private

    corradoizzo
    Participant

    Hi Robin

    Thank you for getting back 🙂

    Sounds good…

    Would you happen to know if i can assign/connect such a “private” Group to a Membership Level of my S2 Members WordPress Plugin?

    8 will be ok for the first couple of months but will not be enough as things develop.

    So scalable would be great.

    #145743
    koendb
    Participant

    I had to read better. It was in the Codex is_page() function reference.

    Had to reset the query after the loop:
    wp_reset_query(); // and after that:
    if(is_page()){ // etc.

    #145737
    Stephen Edgar
    Keymaster

    Confirmed, thanks for the detailed steps, makes it so much easier to replicate 🙂

    Patched and fixed for bbPress 2.6 via https://bbpress.trac.wordpress.org/ticket/2593

    #145709
    Robin W
    Moderator

    What wordpress theme are you using?

    #145703
    dustinarmstrong
    Participant

    I just ran through and did a brand new install of WordPress with Twenty Fourteen as the theme, only plugins are bbPress and BuddyPress. It appears to have worked. I wiped the plugins, and tried again with no luck. Here’s a rundown of my process:

    Permalinks set to postname.

    bbPress installed first, forum root url set to ‘sound-off-forums’, saved. All other settings left default.

    Page created with slug ‘sound-off-forums’, page works, shows forums as expected.

    BuddyPress installed, default configuration left alone. ‘http://example.com/sound-off-forums’ fails to load, showing a 404 page.

    I have no idea. It sounds like I’ll likely need to scrub the DB any trace of bbpress and buddypress from my environment and start over. Thanks for the help with everything. It must have just been an installation error.

    #145702
    Stephen Edgar
    Keymaster

    A clean install breaks it again. I’m not sure what it is that out-of-the-box would break it like that, but it appears there is a conflict between BuddyPress 2.0 and bbPress 2.5.3.

    This is extremely rare, not saying it can’t happen, the fact that BuddyPress uses bbPress for forums 99% of the time the BuddyPress developers will have bbPress enabled. I have BuddyPress enabled for ~75% of the time and typically only deactivate it when working on bbPress profiles. In short we usually catch any conflicts ourselves before releasing a new version of either plugin.

    Also the fact that I have both plugins activated now using the same slugs you are trying to use and don’t get that error eliminates the plugins having a conflict as the issue in this case.

    Can you spin up an entirely fresh WordPress install with just bbPress and BuddyPress and use the Twenty Fourteen theme and see if the issue still occurs.

    I just went trawling through the raw database options for WordPress in wp_options trying to find something that may cause the conflict and couldn’t find anything of interest.

    #145700
    Stephen Edgar
    Keymaster

    Oh… Maybe try this before you go any further as I am sure this is just a slug conflict somewhere…

    It 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.

    #145697
    dustinarmstrong
    Participant

    Alright. Let me run through this one more time to see if I’m overlooking something. My real world scenario uses the page http://example.com/sound-off-forum as the page I want to use from wordpress. The slug is set to sound-off-forum, as that is the url I’d like to use, and each is the desired url for my forum.

    Page is visible here: https://i.imgur.com/Eiz8xyL.png
    Admin panel view: https://i.imgur.com/DL3MXzj.png

    I then set the forum root to “sound-off-forum” and get this result

    bbPress Error: https://i.imgur.com/rp7yLGF.png
    http://example.com/sound-off-forum page no longer working: http://imgur.com/3b314S3

    #145696
    Stephen Edgar
    Keymaster

    Throughout WordPress and bbPress and BuddyPress included having posts, pages, terms can NOT have the same slug, most likely you have something else either titled or using the slug discuss and this includes any items in trash as even though they are in the trash they still reserve that slug and it is not released until the item is removed from the trash.

    I cant seem to find an error for the term “Possible BuddyPress Conflict”, where are you seeing this error?

    #145694
    Stephen Edgar
    Keymaster

    Doing so breaks the page. It creates a conflict by attempting to dynamically generate a forum root, using the same url as the wordpress page which is using the shortcode.

    This works fine for me and is part of the backend philosophy of how bbPress works allowing a page with the same name as the forum root to take precedence.

    * Created a page titled discuss and added the shortcode [bbp-forum-index]
    * Changed the bbPress setting ‘Forum Root Slug -> Forum Root’ to discuss

    So now for the site http://example.com/
    – A forum list at http://example.com/discuss/
    – A topic at http://example.com/discuss/topic/exammple-topic/
    – A forum at http://example.com/discuss/forum/example-forum/

    #145693
    Stephen Edgar
    Keymaster

    After 1 day importet from e107 forum tu bbpress! Alleluia!

    Excellent 🙂

    old code for video youtube not fix

    I’ll take a look at the BBCode’s and see what I can find and add some conversions for them (if I can can)

    utf8 encoding accented words not fix

    Hmmmm, this might be a little harder, will take a look.

    Stephen for news and content from e107 to wordpress I asked a programmer who will take me some money, if he fails, can you do it?

    I’m not sure I’d be able to help, I have never used e107, I have a basic forum setup and that is it. I do everything I need for bbPress directly in the MySQL database.

    #145690

    In reply to: Allow HTML from users

    rendi edwido
    Participant

    Seen your problem was solved.
    You are so nice to make the guest allow Html code.
    Cheers for you mate

    #145689
    Pasquale Galasso
    Participant

    Hi Stehpen!

    Utenti registrati
    2.169
    Forum
    10
    Discussioni
    4.221
    Repliche
    148.749

    After 1 day importet from e107 forum tu bbpress! Alleluia!

    Error:
    old code for video youtube not fix
    utf8 encoding accented words not fix

    nothing serious!
    Alleluia!

    Stephen for news and content from e107 to wordpress I asked a programmer who will take me some money, if he fails, can you do it?

    Sorry sorry for my english.

    #145683
    dustinarmstrong
    Participant

    Doing so breaks the page. It creates a conflict by attempting to dynamically generate a forum root, using the same url as the wordpress page which is using the shortcode.

    #145677
    doggins25
    Participant

    Not sure if this is a question for bbPress or WordPress.. please let me know if you can help

    I am setting up WordPress Multisite + BuddyPress + bbPress

    One annoyance I have is that when a user registers and creates a new blog, when they login they see the parent site as well as their blog under ‘My Sites’

    There is a link to ‘Dashboard’ of the parent site, which they don’t have access to.

    I’d like to remove the parent site from the list of My Sites

    I’ve been able to establish the reason why it’s showing in the Admin bar is because they’re automatically assigned Participants to the parent blog for the bbPress forum. This is fine, but I really don’t want that showing in the admin bar.

    I thought this would of already been asked before, but can’t find a similar thread

    Thanks in advance.

    #145671

    In reply to: text buttons

    mojomo
    Participant

    Using

    WordPress 3.9 “Smith”
    WPML Multilingual CMS 3.1.5
    WooCommerce 2.1.7
    BuddyPress 2.0
    bbPress 2.5.3

    #145668
    Robin W
    Moderator

    Just had a two minute play with

    https://wordpress.org/plugins/wp-useronline

    Looks like it would sort your who’s on line.

    #145657
    mlocke90
    Participant

    These are the steps I took on my local test area to recreate the problem;

    – latest version of both WP and BBpress
    – both are fresh installs
    – using twentyfourteen theme
    – no child themes

    1. Create a public category
    2. Create a public forum
    3. Make a topic on participant user
    4. Mark the topic as private on keymaster account – via wordpress visibility
    5. Try to read topic on keymaster account. It will show up in the topic loop, but when you click on the specific topic to read it the topic content will not show.
    6. Try and read the topic on the participant (author) account and everything shows fine.

    #145650
    Pasquale Galasso
    Participant

    updating
    After installing the database on my local server the plugin is working

    Eliminare le password di default degli utenti WordPress (0 – 89)Conversione utenti (2160 – 2249)Conversione utenti (2070 – 2159)Conversione utenti (1980 – 2069)Conversione utenti (1890 – 1979)Conversione utenti (1800 – 1889)Conversione utenti (1710 – 1799)Conversione utenti (1620 – 1709)Conversione utenti (1530 – 1619)Conversione utenti (1440 – 1529)Conversione utenti (1350 – 1439)Conversione utenti (1260 – 1349)Conversione utenti (1170 – 1259)Conversione utenti (1080 – 1169)Conversione utenti (990 – 1079)Conversione utenti (900 – 989)Conversione utenti (810 – 899)Conversione utenti (720 – 809)Conversione utenti (630 – 719)Conversione utenti (540 – 629)Conversione utenti (450 – 539)Conversione utenti (360 – 449)Conversione utenti (270 – 359)Conversione utenti (180 – 269)Conversione utenti (90 – 179)Conversione utenti (0 – 89)Inizio conversazione

    #145647
    Robin W
    Moderator

    Have you tried posting to their support forum?

    https://wordpress.org/support/plugin/bbpress-private-replies

Viewing 25 results - 9,726 through 9,750 (of 26,880 total)
Skip to toolbar