Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 9,726 through 9,750 (of 26,888 total)
  • Author
    Search Results
  • #145816
    mlocke90
    Participant

    Here are some pictures to better explain what is happening;
    *Sorry everything looks so bad, had child theme disabled while testing.*

    Viewing a topic as a user with administrator via wordpress – works as intended.

    View post on imgur.com

    Viewing a topic as a user marked as subscriber via wordpress and keymaster via bbpress. – topic content does not show.

    View post on imgur.com

    Again, thank-you so much!

    #145813
    mlocke90
    Participant

    I checked the user capabilities using the plugin you linked. The user has read_private_replies.

    I also did some further testing and it seems that only users marked as administrator in wordpress can view private topic content. Users marked as Keymaster are unable to view private topic content.

    #145812
    Stephen Edgar
    Keymaster

    We have a ticket in Trac for this here, no patch yet though.https://bbpress.trac.wordpress.org/ticket/2204

    #145811
    Stephen Edgar
    Keymaster

    The patch should work fine for any user with the capability read_private_replies which includes the included bbPress Keymaster and Moderator. Are you sure the user/role you are using has the read_private_replies capability?

    Install this plugin and navigate to the users profile in the WordPress dashboard to confirm the role and capability of a user.

    https://wordpress.org/plugins/bbp-capabilities/

    #145810

    In reply to: Plugin submission

    Stephen Edgar
    Keymaster

    If they are commercial plugins and are not GPL licensed they will not be listed.

    License

    If they are GPL licensed and they are in the WordPress plugin repository they will be automatically included in our plugin list https://bbpress.org/plugins

    Primus Palus
    Participant

    If I view the index of the bbpress forum I can see my background image for my theme. When I click to go into a specific forum, the background is replaced with a color (off white).

    I imagine this is all CSS related and somewhere in the code. I however would like to set all forums to show the same background. I am using a theme called “Explicit” for my wordpress site.

    Thanks. I hate being new to this.

    #145803

    In reply to: Add attachment

    Jax35
    Participant

    This attachment Plugin does not work because of a jQuery error.

    (I am new to CSS, Java, and WordPress)

    The developer of the plugin is not the best at getting back with people about problems they are having.

    Is there another way to add attachments? or is there a known jQuery error and a way to fix it?

    #145796
    Primus Palus
    Participant

    I have created a new bbpress forum on my site. If I click on the link through the top menu I get this:

    If I click on the announcements section/forum/category… I get this:

    I want the index to show up the same as the in forum view. But it seems to be not wanting to work right. I’m also unable to override the background image for that page for some reason.

    Any help would be appreciated. I’m at a point now where I’m about to install a different forum and just use it on a sub-domain with no integration with WordPress. This is the second forum I’ve gone through and it’s annoying that there isn’t some simplicity here.

    #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

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