Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 13,001 through 13,025 (of 26,846 total)
  • Author
    Search Results
  • #119575
    kristinachilds
    Participant

    I’ve installed this plugin and the admin side works perfectly. I am able to create forums, topics, replies, etc, however it doesn’t not show up on the actual site. At all. Even when I click the “preview forum” or “view forum” buttons, the browser tells me that link doesn’t exist. It’s a 404 error.

    I’ve checked all the settings and they are all public and seem to be correct… Though as an admin I should be able to see them all anyway.

    I’m on WordPress 3.4.2 with bbPress 2.1.2

    #119568
    Rahul Bansal
    Participant

    @John

    First I want to thank you for bbPress as I use it a lot. ๐Ÿ™‚

    I had same question like OC2PS from long time and after reading your answers, I still feel an urge to take this discussion ahead. IMHO what OC2PS suggested is intuitive.

    With references to your answers:

    > Taxonomies donโ€™t have metadata, to allow for topic & replies counts or latest content

    (Not one of best suggestion) Taxonomy-meta can be stored in an extra mysql-table. I wish like many other this to be part of WordPress core though (ref)

    Once we accept overhead of extra DB table, other things seems easy.

    > Comments donโ€™t allow for attachments without some major work

    Comments already have commentmeta. May be we can use it to store array of attachment_id.

    Off-topic – By the way I did not find attachments support in bbPress out of the box? I am using a bbPress plugin for that. Am I missing something here?

    > The API for custom post types is farther along…

    Agree. ๐Ÿ™‚

    Post-revision is an example which I guess used internally to track edits to replies.

    ==

    While the outcome bbPress is good in reality, it just feels off-beat to have 3 custom-posts.

    IMHO, going with 1 custom-post+commets+custom-taxonomy way might have made themeing part easier…

    #119562
    Keith Kelly
    Participant

    Is there any shortcode that would allow me to display a forum from one of my other sites on a multisite installation?

    I was hoping to display the latest topics of a forum from site “X” on site “Y” because they share interests. I am hoping to do that with shortcode and not a theme change because I am using the same theme across all of my sites.

    #119548

    In reply to: page.php as template

    sourpatch
    Participant

    Do I make the bbpress.php and put it in the wordpress theme folder or the bbpress theme folder? Can there be two bbpress.php files will one override the other?

    sorry I should use the edit, didn’t realize, I’m not sure if this was wrong way to use the forum

    • This reply was modified 13 years ago by sourpatch.
    • This reply was modified 13 years ago by sourpatch.
    #119544

    In reply to: Register on Multisite

    hatoncat
    Participant

    Unfortunately, I have spent weeks trying to figure out this issue myself.

    The problem is bbPress, WordPress, and WordPress multisite don’t communicate well with registration. bbPress 2 appears to call wp-signup inline in the page.

    This would be typically be a good thing, unfortunately, WordPress multisite’s registration is the problem. It was based around WordPress.com not the typical site/network owner’s needs.

    My fix, which admittedly, I’m still implementing myself, was to create a custom wp-signup.php, do a 301 redirect to the WordPress wp-signup, and drop the wp-signup in a custom theme folder, which itself is designed to just serve the signup form.

    It’s still far from perfect. When someone is finished signing up, I basically have to present them with a menu that says “you’re signed up, here’s a list of our sites, please click back to the one you originally came from.” There is no breadcrumb support in Multisite to return a user, after registration, to the multisite site that they originated from, it always by default drops them to the default site.

    In the end, a custom theme at least lets me control the process, and a custom wp-signup lets me present users with a menu of my sites to chose from, in the hopes they will be able to spring back to the site they came from, and then be registered.

    Can’t fault bbPress for this one, the only way I could see bbPress fix this, would be to completely replicate and track the wp-signup flow in-plugin. I think that would be a great idea, but would take tons of effort. The benefit, of course, would be fine-grained control, and remove the need to do the dozens of hours of effort I’ve had to do (and can’t easily post/replicate for others… not to mention constantly having to patch multiple files during each WordPress update).

    #119525
    Anonymous User 154007
    Inactive
    #119519
    Stephen Edgar
    Keymaster

    I’m not seeing this though I am running /trunk v2.2beta which has had a bit of an overhaul regarding the way ‘edit’ templates work. See https://bbpress.trac.wordpress.org/ticket/1968

    #119518
    Stephen Edgar
    Keymaster

    I had been down this path before and now have a patch and the key to it indeed was as you mentioned the before_link and after_link.

    The patch is here with example code that should help you out rather that that ^^^ up there ๐Ÿ˜‰

    #119497
    Stephen Edgar
    Keymaster

    > Can topic tags be created without a topic creation or reply or reply
    > edit?

    No, I dont believe so. Try going to /forums/topic-tag/whatevertag/edit/ on yoir site whilst logged out and check what an anonymous user can perform on that ‘whatevertag’

    > Can topic tags be turned off for anonymous users? (I donโ€™t believe so,
    > but would love to know otherwise)

    You are correct ‘Topic Tags’ can only be enabled/disabled site wide and not for specific user roles.

    > Which files do I have to edit to only allow editing of topic tags by
    > registered users and/or admins?

    I’m not sure on the finer points of this though for a start have a look at this ticket https://bbpress.trac.wordpress.org/ticket/1806 and the changesets 4098 & 4099. This ticket was for the changes to enable/disable ‘Topic Tags’ sitewide so hopefully that can give some more pointers on where and what to look for.

    #119489
    Stephen Edgar
    Keymaster

    Check your date and time settings for WordPress at /wp-admin/options-general.php as bbPress inherits its settings from that WordPress setting.

    #119481

    In reply to: RSS feeds broken

    Shmoo
    Participant

    I think it’s this one.

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

    solved

    #119476
    Shmoo
    Participant

    Please stop bumping this topic.

    Nobody can help you.. Go to the WordPress support forums there is much more traffic.
    Maybe somebody over there can help , else it’s just not possible and you have to pay somebody to do so.

    #119475
    Shmoo
    Participant

    +1

    Good question i would like to know also.

    I doubt somebody has figured it out because i see this happening al the time at bbPress and WordPress forums.
    http://i50.tinypic.com/2jdgbiu.png

    For now:
    Add the tagged words that clearly have nothing to do with your support-forum like Abercrombie, NBA, Air Jordan and stuff like that to the WordPress settings blacklist.

    #119472
    tkott
    Participant

    Hi folks,

    I have a small forum that I use for some support on plugins for various open source projects. I currently allow anonymous users to post topics and replies, but protect the forum with Akismet and the bbPress recaptcha plugin. This seems to take care of many spurious spam posts. However, I seem to have an extremely large amount of topic tags that are spam. I have several questions about that:

    1. Can topic tags be created without a topic creation or reply or reply edit?
    2. Can topic tags be turned off for anonymous users? (I don’t believe so, but would love to know otherwise)
    3. Which files do I have to edit to only allow editing of topic tags by registered users and/or admins?

    Thanks,

    Tomek

    #119467
    gabrielstuff
    Participant

    Fixed !

    The core wordpress was doing some security check that break the redirect ! it works perfectly.

    #119453
    Shmoo
    Participant

    Alright guys i’ve got a solution,

    Please note, i have ZERO PHP skills so this probably isn’t the best solution on earth but i think it’s a good work-around to get the job done ‘easy’..

    If some PHP developer reads this topic and thinks, damn this guy is going crazy with all his copy-/pasting stuff please feel free to modify this code..

    What did i do:
    First i opened up the Core template file of bbPress where the Breadcrumbs function is made.
    I have copied the code and pasted inside a new PHP document, made some simple HTML changes before and after the urls and called this new template file inside my Theme’s functions.php

    Last i called my custom Breadcrumb PHP code just to make sure my code is loaded and not the default bbPress code..

    Here you go.
    When your done it should look like this structure..
    http://i46.tinypic.com/33z93lg.png

    Nothing too fancy but the only difference, it’s made by a HTML List , like it should be in 2012 because a Breadcrumbs is a navigation and not just 5 URLs behind each other.
    http://twitter.github.com/bootstrap/components.html#breadcrumbs

    Step 1:
    Paste all this code into a new empty PHP document and call it breadcrumbs.php
    When your done drop this file into your Themes include folder.
    wp-content / themes / [ your-theme-name ] / inc / * here *
    http://pastebin.com/bWdPEXa5

    Step 2:
    Open your theme functions.php file and add this code to it.
    http://pastebin.com/nJ9pZinq

    Step 3:
    Open the bbPress or WordPress stylesheet and add those few lines of CSS to it.
    http://pastebin.com/KyPuknTw

    Step 4:
    Inside the bbPress template files you often find this line of PHP code, it calls the default Breadcrumb function:

    Change that line to this one and your done..

    __( '', 'bbpress' ), ) ); ?.>

    • without the dots before and after the -> .?.

    Hope this helps..

    #119450
    Shmoo
    Participant

    Active the option inside WordPress > settings

    There is somewhere a checkbox that says ” allow people to register on your site ” * something like that.

    If you activate that checkbox people can register to your WP site and reply and create topics.

    #119447
    Shmoo
    Participant

    @JJJ

    Please do the people on bbPress.org a huge favor and delete all the fancy stuff in this comment-form, just load the default wordpress.ORG comment-form it’s huge and only support a few needed options. This is getting ridicules. People have to be an acrobat to post some code on this forums.

    I can’t copy-/paste @mattsimo code because of this forum-software.

    Safari + Firefox it doesn’t copy the the selected code i needed.

    #119445

    In reply to: Lead Topic

    Shmoo
    Participant

    Maybe a little bit late..

    The Lead Topic ( content-single-topic-lead.php ) is a very powerful but super simple function that can be used to style the Topic Authors different from the Repliers..

    It’s also very useful if you want to add some ads or a simple note to your readers after the first message ( from the topic author)

    Bummer this is nowhere to be found in the Codex.
    But you can activate this option by adding this line of code to your WordPress theme functions.php template file.
    Note i say functions.php and not bbpress-functions.php because you if you would add it to the bbpress-functions.php this code will be overwritten when the bbPress plugin updates in the future.

    add_filter( 'bbp_show_lead_topic', '__return_true' );
    

    Hope that helps..

    #119440
    Stephen Edgar
    Keymaster

    The only thing I can think of to offer at the moment would be this ticket in trac “Enable WordPress custom fields” as https://bbpress.trac.wordpress.org/ticket/1743. If a patch/plugin was made to support this then that might be enough for MemberMouse to hook into…

    fuzzybee
    Participant

    Hi Zaerl,

    Thanks so much.
    I have found the answer for myself actally.

    Yes, I love the fact that bbPress is not obtrusive!
    It almost doesn’t matter at all how I am trying integrate BuddyPress here.

    So this narrow downs to customise bbPress template when installed as a plugin to WordPress.
    The answer is here: https://codex.bbpress.org/legacy/step-by-step-guide-to-creating-a-custom-bbpress-theme/ ๐Ÿ™‚

    It appears strange to me though.
    Why does this guide belong “legacy” documetation?

    #119432
    Malissant
    Participant

    I’m running a WordPress Multi-user installation. I added forums to a single ‘site’ and everything is integrated just fine.

    The problem I’m having, is that whenever someone posts in the forum their role for that site is changed to ‘Forum Participant’. This happens for all roles, every time I make a post I have to reset my permissions.

    I have no idea where to start looking for a solution and I haven’t found anything else on these forums.

    #119425
    dwbroad
    Participant

    I have created a forum and can register a new user and log in using the short codes. I can also go to the forum page and post new topics, etc.

    http://www.davidbroad.co.uk/flac/forums/forum/forum/

    My only problem is when the user is logged in and on their Dashboard page when they click ‘Topics’ or ‘Reply’ in the ‘Right Now in Forums’ box they get this message:

    You do not have sufficient permissions to access this page. apart from this it seems to be working, but this is obliviously going to confuse some users..

    I’m using WordPress 3.4.2 and bbpress 2.1.2

    Thanks,

    David

    • This topic was modified 13 years, 1 month ago by dwbroad.
    • This topic was modified 13 years, 1 month ago by dwbroad.
    #119419
    GSmith84
    Participant

    Hello bbPress experts,

    I have searched through the forums to find some means of restricting user access to content and it looks like some of the solutions revolve around a Membership plugin that exists.

    The issue with that is several things, we’re not using User Roles. We’re trying to integrate with the MemberMouse premium plugin and users created via MemberMouse are not assigned roles in wordpress. This makes it useless to restrict access via User Roles. We’re also developing it on Thesis which seems to have a plethora of issues with bbPress regardless (so we have setup the compatibility plugin).

    However, MemberMouse does have user levels and tags to call them via wordpress functions. We can restrict other types of content with means like

    is_user_logged_in() && mm_isMembershipLevel(2)
    

    So we were looking for a means to hook into the forums to create conditional statements like this.

    For the time being we are hooking in the meta box and assigning an ID whether its public or restricted. Unfortunately we couldn’t find any solution letting us hook into the meta box and create restricts using traditional methods like described.

    As such, we are injecting javascript to rewrite html elements for users that do not pass restriction, which is occurring after the page loads. We’ve spent a lot of time on this and would be interested to find out from bbPress veterans if there might be a hook or init function we can connect to, in order to make restrictions not role based but member based using the means provided by the MemberMouse plugin.

    #119410
    A Swede in Greece
    Participant

    As far as I can see there is only 2 options in the settings who can register: 1 Anyone can register and 2: noone can register? I have changed it to noone can register because it has been hundreds of new spam members every day. A couple of persons had made 100 spam memberships each! How is this possible? Does this mean they have the same amount of membership accounts at WordPress?

Viewing 25 results - 13,001 through 13,025 (of 26,846 total)
Skip to toolbar